
/* Layout Stylesheet */ 

body {
 margin:0px;
 background:#ffffff;
 color: #333333;
 text-align:center;
 padding:0;
 }

#outer {
 background:#cfff9a;
 text-align:left;
 border: 0px solid #c0c0c0;
 width:750px;
 margin:auto;
 }

#hdr {
 
 height:175px;
 background:#cfff9a;
 color: #333333;
 border:solid #c0c0c0;
 /*background-image: url(images/header.jpg);*/	
 border-width:0 0 0px 0;
 }

#bar {
 height:25px;
 background:#cfff9a;
 color: #333333;
 border:solid #000000;	
 border-width:0px 0 0px 0;
 }

#bodyblock {
 /*position:relative;*/
 background: #cfff9a;
 color: #333333;
 width:750px;
 }



#l-col {
 height:100%;
 width:25%;
 padding-top:0px;
 float:left;
 color: #333333;
 }

/* html #l-col {height: 1%;
	margin:-3px -3px; }*/

* html #menu {
	height: 1%;
	margin:-3px -3px;
} 

#cont {
 width:73%;
 background:#cfff9a;
 color: #333333;
 border:solid #c0c0c0;	
 border-width:0 0px 0 0px;
 text-align:left;
 /*padding-right: 15px;*/
 position:relative;
float:right;
 }

* html #cont {
	height: 1%;

}

#contimg {
	padding:15px;

}

#guidelist {
	/*margin: 20px;*/
	padding-top:0px;
	position:relative;
	width:100%;
}

#bullets {
	/*float: left;*/
	width:50%;
	margin: 15px;
	padding-top:0px;
	text-align:left;
	height:100%;
	list-style-type:circle;
}

#guideimage {
	float: right;
	/*display: inline;*/
/*	width:40%;*/
	/*padding-top:10px;*/
	padding-left:5px;
	padding-right:5px;
}

* html #guideimage {
	margin-top: 20px;
	height: 1%;
}

#clear {
	clear:both;
}

#ftr {
 height:25px;
 color: #333333;
 border:solid #c0c0c0;
 border-width:0px 0 0 0;
 margin:0;
 clear:both;
 }
#sponsored{
 width:750px;
 margin:auto;
 }

.center {
	text-align:center;
}