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

html, body{
	margin:0px;
	padding:0px;
	height:100%;
	background:url(../images/bg_gradient.jpg) repeat-x #FAEAAF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#435A2C;
}

#Shell{
	width:900px;
	margin:auto;
	position:relative;
	height:959px;
	background:url(../images/bg_home.jpg) no-repeat #E4EBC9;
}

#Menu{
	position:absolute;
	width:131px;
	top:57px;
	left:713px;
}

#Content{
	position:absolute;
	top:245px;
	left:55px;
	width:525px;
}

#Content h2{
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
	margin-top:20px;
}

#Content h3{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:normal;
	padding:0px;
	margin:0px;
	line-height:16px;
}

#Menu2{
	width:900px;
	margin:auto;	
	text-align:left;
	font-size:12px;
}

#Footer{
	width:900px;
	margin:auto;	
}



a:link, a:active, a:visited{
	color:#59310E;
	text-decoration:underline;
}
a:hover{
	color:#666666;
	text-decoration:none;	
}

a:hover .rollover{
	filter:alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75;
}
a:active, a:focus {outline: 0;}
