body {
	margin: 0; 
	padding: 0;
	text-align: center;  
	height:100%;
	font-family: helvetica, sans-serif;
	font-size: 12px;
	color: #787878;
	line-height: 16px;
	background: url('/graphics/bg.gif') #bec3cc;
	background-repeat : repeat-x;
}

#container {
	width: 810px;
	margin: 0 auto 0 auto;
	text-align: left;
	min-height:100%;
	background: url('/graphics/main_bg.gif');
	background-repeat : repeat-y;
}

#header {
	width: 810px;
	height: 137px;
	background: url('/graphics/head_bg.gif');
	background-repeat : no-repeat;
}

#content {
	width: 800px;
	min-height:600px;
	background: url('/graphics/body_bg.gif') #ffffff;
	background-repeat : no-repeat;
	margin: 0 auto 0 auto;
}

#menu {
	width: 303px;
	height: 575px;
	float:left;
}

#menubox {
	width: 245px;
	height: 376px;
	margin: 17px 0 0 25px;
	background: url('/graphics/menu_bg.gif');
	background-repeat : no-repeat;
}

#menutext {
	font-size: 12px;
	color: #243329;
	line-height: 16px;
	padding: 20px 0 30px 44px;
}

#copy {
	width: 497px;
	float:right;
}

#butnbox {
	width: 150px;
	height: 161px;
	background: url('/graphics/butn_bg.gif');
	background-repeat : no-repeat;	
	float:right;
	padding: 45px 0 0 23px;
}

#butnleft {
	width: 450px;
	float:left;
	padding: 20px 23px 0 18px;
}


#lower_menu {
	width: 810px;
	height: 23px;
	background: #42655a;
	text-align:center;
	clear: both;
	padding-top: 4px;
}

#footer {
	width: 800px;
	height: 43px;
	margin: 0 auto 0 auto;
	font-size:11px;
	background: url('/graphics/foot_bg.gif') #ffffff;
	background-repeat : no-repeat;
}

.clear {
	clear: both;
}

#right_foot {
	color: #000000;
	float: right;
	padding-top: 16px;
	padding-right:30px;
}

#left_foot {
	color: #000000;
	float: left;
	padding-top: 16px;
	padding-left:30px;
}

a {
	color: #00447d;
	text-decoration: none;
}
a:hover {
	color: #99a0ae;
	text-decoration: underline;
}

a.lower {
	color: #ffffff;
	text-decoration: none;
	font-size:11px;
	font-weight:bold;
	text-decoration: none;
}
a.lower:hover {
	color: #dae2eb;
	text-decoration: none;
}

a.menutextlink {
	color: #14365b;
	text-decoration: none;
}
a.menutextlink:hover {
	color: #99a0ae;
	text-decoration: underline;
}
a.imedia {
	color: #000000;
	text-decoration: underline;
}
a.imedia:hover {
	color: #99a0ae;
	text-decoration: underline;
}
a.catalog {
	color: #7DAA9F;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
}
a.catalog:hover {
	color: #3362CD;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
}

a.news {
	color: #00447d;
	text-decoration: underline;
}
a.news:hover {
	color: #99a0ae;
	text-decoration: underline;
}
td.catalog {
	color: #7DAA9F;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
}

ul.news  {
	list-style-image: url("/graphics/box.gif"); 
	list-style-type: square;
	list-style-position: outside;
	margin:0px; 
	padding-left:36px;
	padding-right:30px;
	padding-top:13px;
}