@charset "utf-8";
/* CSS Document */

.html, body{
	background-color:#e4e4e4;
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	}
	
a{
	color:#e6571f;
	text-decoration:underline;
	}
	
a:hover{
	color:#e6571f;
	text-decoration:none;
	}	
	
#wrapper{
	background-image:url(bgMain.gif);
	background-repeat:no-repeat;
	width:830px;
	height:435px;
	margin:0px auto;
	padding-top:110px;
}

#wrapperInner{
	background-image:url(bgMainInner.gif);
	background-repeat:no-repeat;
	width:830px;
	height:615px;
	margin:0px auto;
	padding-top:110px;
}

#container{
	width:96%;
	margin-left:15px;
	background-color:#F7F4C2;
	float:left;
	height:390px;
}

.content{
	width:95%;
	margin:0px auto;
	padding-left:17px;
	padding-right:17px;
	padding-top:10px;
	padding-bottom:20px;
	height:355px;
	overflow:auto;
	}

.contentIframe{
	width:100%;
	margin:0px auto;
	padding-top:10px;
	padding-bottom:20px;
	height:320px;
	overflow:auto;
}

#homePageLogo{
	width:100%;
	height:208px;
	float:left;
	background-image:url(logoSequioa.gif);
	background-position:center;
	background-repeat:no-repeat;
	}
	
#contactInfo{
	width:100%;
	float:left;
	}	
	
img{
	border:0;
	}	