html {
	width:100%; 
	height: 100%;
}

body {
	width:970px;
	margin:10px auto 10px;
	padding:0;
	position:relative;
	border:1px solid #243568; 
}	

img {
	border:0;
}

table,tr,th,td {
	border:0;
	border-collapse: collapse;
}

#top {
	width:970px;
	height:185px;
	position:relative;
	background:url('/img/top.jpg');
}

#mainmenu {
	width:970px;
	height:30px;
	position:relative;
	background:url('/img/menu.png');
}

.dmenu {
	float:right;
	padding:0px 7px;
	margin-right:10px;
}

.dmenu a {
	display:block;
	white-space:nowrap;
}

#content table.murkupTbl  {
	width:970px;
}

#content table.murkupTbl td {
	vertical-align:top
}

#left {
	width: 260px; 
}

#left .content {
	margin: 20px 10px 10px 10px;
}

#left a{
	clear:none;
	text-decoration:none;
	position:relative;
}

#left a.left1 {
	font-weight:bold;
}

#right {
	width: 640px;
	}
	
#right .content {
	margin: 20px 30px 30px 10px;
}	

#right p {
	font-family:arial,Tahoma,Verdana;
	font-weight:normal;
	color:#243568;
	font-size:12px;
}

#bottom  {
	width:970px;
	height:80px;
	background:url('/img/bottom.png');
	position:relative;
}

li.menu1 {padding:3px 0px 3px 7px;}
li.menu1_alt {padding:3px 0px 3px 7px;background:#f00 url('/img/sub_arrow.png') right center no-repeat;}
li.menu1_alt a {color:#fff;}
li.menu1_alt a:hover {color:#fff;}
li.menu2 {padding:3px 0px 3px 37px;}
li.menu2_alt {padding:3px 0px 3px 37px;}

.empty30 {width:50px;float:left;height:150px;clear:both;}

