/* Layout Stylesheet */ 

body {
	background-color: #000;
	background-image: url(../img/bg_tile.gif); 
    	background-repeat: repeat;
	color: #333333;
	text-align:left;
	padding:0;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 }

#outer {
	text-align:left;
	width:767px;
	margin-top: 0;
	margin-left: 20%;
	margin-right: 20%;
 }

#hdr {
	height:214px;
	color: #333333;
	background-image: url(../img/hd.jpg);
	width: 767px;
 }

#bar {
	height:43px;
	color: #333333;
	background-image: url(../img/bar.jpg);
	width: 767px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
 }

#bodyblock {
	position:relative;
	color: #333333;
	width:767px;
	padding:0;
	background-image: url(../img/bck.gif);
	background-repeat: repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
 }

#l-col {
	float:left;
	width:187px;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 5px;
 }

#cont {
	width:550px;
	background:#ffffff;
	color: #333333;
	text-align:left;
	margin-right: 15px;
 }

#ftr {
	height:25px;
	color: #333333;
	margin:0;
	background-image: url(../img/ftr.gif);
	background-repeat: repeat;
	font-size: 10px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
 }
#ftr a {
	font-size: 10px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
#ftr p {
	
}
#outer #ftr p {
	text-align: right;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 15px;
}
