@charset "utf-8";
/* CSS Document */

/* --- initial centering and padding/margin removal ---- */
* {
	padding:0;
	margin: 0;
	}
	
body {
	background-color: #000000;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	}
#wrapper {
	position:relative;
	width: 850px;
	margin: 0 auto;
	text-align: left;
	background-color:#000000;
	}
#clear {
	clear:both;
	}
/* --- container layout styles ---*/
#header {
	height: 85px;
	background-color: #000000;
	margin-top: 25px;
	margin-bottom: 25px;
}
#content{
	float:left;
	width: 590px;
	}
	
#bigpic{
	width: 590px;
	}
	
#content_wide{
	float:left;
	width: 850px;
	}
#sidebar {
	float:right;
	width: 225px;
	background-color:#000000;
	}
#footer {
	color: #fff;
	background: #000;
	clear: both;
	}
#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #FFFFFF;
}
#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
	line-height: 2em;
}
#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #FFFFFF;
	margin-right: 20px;
	margin-left: 0px;
}
#sidebar h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	background-color: #FFFFFF;
	line-height: 1.4em;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#sidebar h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
	padding-left: 2px;
}
#sidebar p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #FFFFFF;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	margin-left: 25px;
}
#sidebar img {
	margin-top: 10px;
}
/* --- featured area styles ---*/
#featured {
	
	}
#content  #featured p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #FFFFFF;
	margin-right: 20px;
	margin-left: 230px;
	}
#featured img {
	float:left;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
	}
	
	#featured .inlinepic {
		float:none;
		padding:0;
		margin:0;
	}
	
#featured h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #FFFFFF;
	text-transform:uppercase;
	line-height: 1.2em;
	font-weight: normal;
	clear: left;
	margin-left: 230px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	}
#featured h2{
	margin-left: 230px;
	color: #85C018;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	}
#featured h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #85C018;
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 230px;
}
#featured h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #999999;
	clear: none;
	float: none;
	margin-left: 230px;
	margin-right: 100px;
}
#featured a {
	color: #85C018;
	font-weight: normal;
}
#current {
	clear: both;
}
#current p {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	margin-left: 25px;
}
#current h1 {
	color: #85C018;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	margin-left: 25px;
}
#current img {
	border-right-width: 20px;
	border-right-style: solid;
	border-right-color: #000000;
}
#current h2 {
	color: #FFFFFF;
}
#current br {
	clear: both;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#current a {
	color: #9FCC00;
	text-decoration: none;
}
#current a:hover {
	color: #33FFFF;
	text-decoration: none;
}
/* -- favorites area styles -- */
#favorites {
	padding: 1em 0 1em 1.2em;
	}
#favorites h1{
	font: bold 1.2em/1.8em "Trebuchet MS", Helvetica, sans-serif;
	text-transform: uppercase;
	color: #d52e36;
	}
#favorites p{
	float: left;
	width: 95px;
	padding: 1em 26px 1.5em 0;
	}
#favorites a{
	font: 12px/1.4em Georgia, "Times New Roman", Times, serif;
	color: #777;
	text-decoration: none;
	}
#favorites a:hover{
	color: #d52e36;
	border-bottom: 1px dotted #d52e36;
	}
#favorites img{
	padding-bottom:.5em;
	}
#sidebar a {
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar a:hover {
	color: #85C018;
	text-decoration: none;
}
#current h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
}
#wrapper #content #current #form1 label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	color: #FFFFFF;
}
#header img {
	float: left;
}
#featured a: hover {
	text-decoration: underline;
}
#featured img {
	margin-right: 25px;
}
#current     input {
}
	
#content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #FFFFFF;
	text-transform:uppercase;
	line-height: 1.2em;
	font-weight: normal;
	clear: left;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
#featured h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	color: #FFFFFF;
	margin-right: 20px;
	margin-left: 230px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
