_html, body, p, input, select, textarea {
	font-family: Georgia, Trebuchet MS, arial, Helvetica, Sans-Serif;
	font-size: 12.5px;
	color: #666666;
	height:100%;
	margin:0;
	padding:0;
}

body {
	background: #ffffff url(../images/backgrounds/background.jpg) center center;
	background-repeat: repeat-y;
	width: 100%;			
			
}

#frame {
	margin: 0px auto 0 auto;
	width: 950px;
	padding:10px;

}

#home {
	float: left;
}

#home img {
	margin: 5px;
}

#nav {
	text-align: center;
	align: right;
	font-size: 14px;
	border-top: 2px solid #E0E5E9;
	border-bottom: 2px solid #E0E5E9;
	width: 966px;
}

#nav a {
	text-decoration:none;
	color: #666666;
}
#nav a:hover {
	text-decoration:underline;
	color: #E4879A;
}

#nav a:active {
	text-decoration:underline;
	color: #E4879A;
}


#thumbs {
	float: right;
	padding-right: 5px;
}
#thumbs img {
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}



#widecol {
	float: left;
	width: 950px;
	margin-top: 8px;
	padding: 10px;
	background: #fff;
	border: 2px solid #E0E5E9;
	min-height: 390px;
}


h1 {

	margin-top: -0.10ex;
	line-height: 2.2ex;
	font-family: Times New Roman, Times Roman, Serif;
}


h2 {
	font-family: Times New Roman, Times Roman, Serif;
	color: #666666;
	font-weight: normal;
	font-style: italic;
	font-size: 25px;
	margin-top: -0.10ex;
	line-height: 2.2ex;
}

h3 {
	font-family: Times New Roman, Times Roman, Serif;
	color: #666666;
	font-weight: normal;
	font-style: italic;
	font-size: 20px;
}

a {
	text-decoration:underline;
	color: #57575c;
}
a:hover {
	text-decoration:underline;
	color: #E4879A;
}

a:active {
	text-decoration:underline;
	color: #E4879A;
}




#footer a {
	text-decoration: none;
	color: #666666;
	font-style: bold;
}
#footer a:hover {
	text-decoration:underline;
	color: #666666;
}



b
{
color: #E4879A;
}

.clear {
	clear:both;
	font-size: 1px;
	line-height: 0;
}

#footer {
	width: 970px;
	margin: 8px auto;
	text-align: right;
	height: 60px;
}
#footer .left {
	float: left;
}
#footer .right {
	float: right;
}



