body{
	background:#FFF url(../images/bg.jpg) left top repeat-x;
	margin:0 auto;
	width:760px;
}

img{border:0;}

h1{
	color:#154b6d;
	font:bold 16px Arial, Helvetica, sans-serif;
	margin:0 0;
	padding:0 0 10px 0;
}

#logo{
	background:url(../images/logo.jpg) left top no-repeat;
	float:left;
	height:96px;
	width:300px;
}

#mmenu{
	float:left;
	height:36px;
	padding:60px 30px 0 0;
	text-align:right;
	width:430px;
}

#head{
	background:#FFF url(../images/headbg.jpg) left top no-repeat;
	float:left;
	height:42px;
	width:760px;
}

#main{
	background-color:#f2f2f2;
	float:left;
	padding:15px 10px 15px 10px;
	width:740px;
}

#leftcol{
	float:left;
	width:197px;
}

#secmenutl{
	background:#f2f2f2 url(../images/secmenutl.jpg) left top no-repeat;
	float:left;
	height:29px;
	width:197px;
}

#secmenu{
	background:#d5dee7 url(../images/secmenubg.jpg) left bottom no-repeat;
	float:left;
	padding:10px 0;
	width:197px;
}

#content{
	color:#000;
	background-color:#f2f2f2;
	float:left;
	font:normal 11px Arial, Helvetica, sans-serif;
	padding:0 0 0 10px;
	width:533px;
}

#footer{
	background:#FFF url(../images/footerbg.jpg) left top no-repeat;
	color:#FFF;
	float:left;
	font:normal 10px/43px Arial, Helvetica, sans-serif;
	height:43px;
	padding:0 30px 0 0;
	text-align:right;
	width:730px;
}

#footer a{
	color:#FFF;
	font:normal 10px/43px Arial, Helvetica, sans-serif;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}