/* ............................................. Energizen STLYES ... */

/* ............................................. Layout Body Sytles ... */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	margin:50px 0 20px 0;
    text-align:center;
	background-color: #AB9D60;
}

#website {
	width:722px;
	margin:0 auto 0 auto;
	text-align:left;
	position:relative;
}


br {
 clear:both;
}


#header {
	width:722px;
	height:110px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}

  
#footer{
	width:722px;
	height:301px;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
}

#content{
	width:722px;
	background-image:url(../images/website_tile.jpg);
	background-repeat:repeat-y;
}

#welcome{
	width:722px;
	height:123px;
	background-image:url(../images/website.jpg);
	background-repeat:no-repeat;
}

.table {
	margin: 0 0 0 300px;  
}
/* ............................................. Text Styles... */

p {
	text-align:justify;
	line-height: 14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;

}

/* ............................................. Designed By Styles... */

#designed_by {
	margin: 10px 0 0 580px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000000;
}

	
