
/* Basic Elements */

#header {
    width:750px;
    height:120px;
    min-height: 355px;
	margin: 0px auto;
	}
#header img{
	margin: 35px auto;
	}
#container {
    width:750px;
	margin: 0px auto;
	}
#wrapper {
	}

#container {
 display: block;
 width: 750px;
 text-align: left;
 margin: 0 auto;
}



#content {
 background:#FFF;
	}

#footer {
 clear: both;
 display: block;
 width: 750px;
 text-align: center;
}

#footer-top {display: block; width: 750px; height: 15px; background: url("/img/bg_footer-top.gif") top no-repeat;}
#footer p {color: #798892; padding: 0 37px 7px 37px;}
#footer a, #footer a:visited {color: #B05255;}
