*{margin:0; padding:0;}
body {
	background-image: url(../images/bodybg.jpg);
	background-repeat:repeat-x;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align:left;
}
/**************** layout position ****************/
#maindiv{
	background-image: url(../images/menubgto.jpg);
	background-repeat:repeat-y;
	width:956px;
	height:auto;
	position: relative;
	float:left;
}
#header{
	position:relative;	
	float:left;
        background-image: url(../images/top.jpg);
	top:0x;	
	height:220px;
	width:800px;
        margin: 0 0 0 0;
}
#menu{
	position:relative;	
	float:left;
	background-image: url(../images/menubg.jpg);
	height:703px;
	width:182px;
	margin: 0 0 0 0;
}
#content{
	position:relative; left:0px; 

	width:598px;
	float: left;
	padding:10px;
}
#footer{
	float:left;
	position:relative;
	width:800px;
	height:60px;
	background-image: url(../images/bottom.jpg);
        background-repeat:no-repeat;
}
#logo {     
	float:left;
                position:relative;
	background-image: url(../images/logo.gif);
	background-repeat:no-repeat;
	margin-left:666px;
	margin-top:-1px;
	height:61px;
	width: 135px;
}
#rightnews{
	position:relative;
	float:left;
                left:0px;
	width:150px;
	height:500px;

}

h1{
	font-family:Arial, Helvetica, sans-serif;
	size:12px;
}
.footermenu{
	position:relative;left:192px;top:25px;
	float:left;
	font-size:10px;

}
/**************** title style ****************/
.title{
	position:relative;	
	float:right;
	margin-top:10px;
	font-family:Arial,Helvetia,Verdana;
	font-size:22px;
	font-weight:bold;
	color:#fff;	
}



