* { padding: 0; margin: 0; }

body {
	background-repeat: no-repeat;
	background-image: url(img/bodyback.gif);
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 13px;
}

#wrapper { 
	margin: 0 auto;
	width: 745px;

}

#header {
	margin-left: 0px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-top: 20px;
	width: 745px;
	float: left;
	height: 115px;

}

#leftcolumn { 
	margin: 0px 0px 0px 0px;
	width: 490px;
	float: left;
}

#rightcolumn { 
 	margin-left: 35px; 
	margin-bottom: 0px; 
 	margin-right: 0px; 
 	margin-top: 0px; 
 	float: right;
 	width: 220px;
 	display: inline;
}

#footer { 
 margin: 0 auto;
	padding-bottom: 25px; 
	padding-top: 5px; 
	width: 745px;
	clear: both;
}

hr {
	margin-bottom: 20px;
	margin-top: 20px;
	background-color: #cccccc;
	border: 0;
	height: 1px;
}

#rightcolumn hr {
	margin-bottom: 15px;
	margin-top: 15px;
	background-color: #cccccc;
	border: 0;
	height: 1px;
}

#footer hr {
	width: 745px;
	margin-bottom: 5px;
	background-color: #cccccc;
	border: 0;
	height: 1px;
}

h1 {
	font-style: normal;
	font-weight: normal;
	letter-spacing: -1px;
	color: green;
	margin-bottom: 10px;
	font-size: 25px;
}

h2 {
	color: green;
	margin-bottom: 5px;
	font-size: 15px;
}

h3 {
	text-transform: uppercase;
	margin-bottom: 5px;
	letter-spacing: 1px;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	color: #51bdc1;
}

a:link, a:visited {
	padding: 0 0 1px 0;
	text-decoration: none;
	color: #ff0080;
}
	
a:hover {
	color: #0080ff;
	text-decoration: underline;
}

p {
	margin-bottom: 15px;
	line-height: 1.5em;
	color: #4c4c4c;
	font-size: 13px;
}

#leftcolumn b {
	line-height: 1.5em;
	color: #4c4c4c;
	font-size: 12px;
}

#rightcolumn h1 {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #333333;
	margin-bottom: 10px;
	font-size: 11px;
}

#rightcolumn p {
	line-height: 1.5em;
	color: #4c4c4c;
	font-size: 11px;
}

#rightcolumn b {
	font-style: normal;
	font-weight: normal;
	line-height: 1.5em;
	color: #008040;
	font-size: 11px;
}

#footer p {
	line-height: 1.5em;
	color: #4c4c4c;
	font-size: 11px;
}

#rightcolumn img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	border-color: #e6e6e6;
	border-style: solid;
	border-width: 5px;
}

#leftcolumn img {
	margin-bottom: 10px;
	border-color: #e6e6e6;
	border-width: 5px;
	border-style: solid;
}

.smalltype {
	color: #7b7b7b;
	font-size: 10px;
}

p.guest {
	margin: 2px;
	color: #8f410c;
	font-size: 13px;
}

.quote {
	padding: 14px;
	width: 460px;
	color: white;
	background-color: #498eff;
}

.quote p {
	color: white;
}


#sidebar {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e3e3e3;
	color: #777777;
}

#sidebar h2 {
	color: #777777;
	margin-bottom: 10px;
}

#sidebar ul {
	list-style: none;
	margin-bottom: 20px;
	margin-left: 10px;
}
