/*used to get the minimum hieght effect in ie*/

* html #content{

	height: 350px;

}

body{

	margin: 0;

	padding: 0; 

	background: #A4A4A4;

}



/*used to center the page in ie*/

#page_position{

	text-align:center;

}



#page_container{

	/*used to center the page in firefox*/

	width: 800px;

	margin: 0 auto;

	text-align: left;

}

#page_body{

	/*background: url(../image/image23.jpg) repeat-y right;
*/
	padding:0;

	margin: 0;

	width: 100%;

	background: #D4E6F0;

}

#body_left{

	/*width: 589px;*/

	width:580px;

	margin: 0;

	padding:0;

	background: #FFFFFF;

}

/*page header is dealt with by the individual style sheets*/



#page_body #body_left #content{

	margin: 0 2px 0 10px;

	min-height: 350px;



	

}



#page_footer{

	margin: 0 0 0 0px;

	padding: 0;

	text-align: center;

	background: #D4E6F0;

	clear:both;

}

#page_footer #rock_powered a{

	padding: 0;

	margin: 0;

	text-align: center;

	text-decoration: none;

	color: black;

	height: 30px;

}



#body_right{

	width: 207px;

	float: right;

	

}

#body_right #main_menu{

	margin: 0;

	padding: 0;

}

#body_right #main_menu li{

	list-style: none;

	padding: 0;

	margin: 0;

	text-align: center;

}

#body_right #main_menu li a{

	text-decoration: none;

	display: block;

	background: url(../image/liBttmBg.gif) no-repeat bottom center;

	color: #000042;
	height: 50px;

	font-family: "Century Gothic";

	font-size: 16px;

	font-weight: bold;

}

#body_right #main_menu li a:hover{

	/*background: #B05B32;*/

	background: #BFD8F9;

	color: white;

	font-size: 17px;

	font-weight: bold;

}

