
/* Basic Elements */

#header {
    width:750px;
    height:120px;
    min-height: 355px;
	margin: 0px auto;
    background:url("/img/bg_header.gif") no-repeat center top;
	}
#header img{
	margin: 35px auto;
	}
#container {
    width:750px;
    background:url("/img/bg_main.gif") repeat-y center top;
	margin: 0px auto;
	}
#wrapper {
    background:url("/img/bg_wrapper.gif") repeat-y center top;
	}







#container {display: block; width: 750px; background: url(images/bg_main.gif) top repeat-y; text-align: left; margin: 0 auto;}



#content {
	}
#footer {
clear: both;
display: block;
width: 750px;
background: url("/img/bg_footer.gif) bottom no-repeat;
border-bottom: 20px solid #9BC3D5;
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;}

