/* Layout Stylesheet */ 

body {
	text-align:center;
	padding:0;	
 }

#outer {
	text-align:left;
	width:800px;
	position: relative;
	margin: auto;
	

 }

#hdr {
	width: 100%;
	text-align: center;
	height: auto;
	position: relative;
 }

#bar {
	height:15px;
	float: left;
	width: 100%;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffcc99;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC99;
	position: relative;
	margin-bottom: 12px;
 }
 
 #menu-bar {
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffcc99;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC99;
	position: relative;
	height: 31px;
	text-align: right;
	float: left;
}


#bodyblock {
	position:relative;
	width: 100%;
	margin-top: 22px;
	float: left;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 550px;
 } 
 
 #bodyblock-home {
	position:relative;
	width: 100%;
	margin-top: 22px;
	float: left;
 } 

#l-col {
	float:left;
	width:200px;
	text-align: left;
	padding-right: 15px;
 }

#cont {
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 500px;
	float: left;
 }

#ftr {
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFCC99;
	width: 100%;
}
 
#admin-col {
	float:left;
	width:800px;
	text-align: left;
	padding-left: 12px;
	padding-right: 12px; 
}

#c-col {
	width:500px;
	position: relative;
	float: none;
	border: 0px solid #FF00FF;
}

#l-col-home {
	float:left;
	width:120px;
	text-align: right;
	height: 120px;
}

#r-col-home {
	text-align:left;
	width: 420px;
	float: left;
	background-image: url(images/line-fade.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
