/* global layout */

body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image:url('img/page_bg.gif');
	background-repeat:repeat-x;
	color:#626262;
}

a {
	color:#6290d1;
}

img {
	border:none;
}

div.cl {
	clear:both;
}

#baner {
	height:311px;
	width:949px;
	overflow:hidden;
}


#page {
	width:985px;
	margin:0 auto;
}

#center {
	width:949px;
	float:left;	
}

#left_stripe, #right_stripe {
	height:800px;
	width:18px;
	background-repeat:no-repeat;
	float:left;
}

#left_stripe {
	background-image:url('img/left_bg.jpg');
}

#right_stripe {
	background-image:url('img/right_bg.jpg');
}

#top {
	height:90px;
	background-image:url('img/top_edge_bg.gif');
	background-repeat:repeat-x;
	background-position:0 100%;
	position:relative;
}

#menu {
	position:absolute;
	right:0px;
	bottom:0px;
	height:55px;
	width:712px;
}

#top img {
	margin-top:15px;
}

#main {
	background-image:url('img/main_page_bg.gif');
	background-repeat:no-repeat;
}



/* main page layout */

#main .box {
	float:left;
	height:400px;
}

#main .box .inner {
	padding:15px;
}

#main .box1 {
	width:343px;
}
#main .box2 {
	width:347px;
}
#main .box3 {
	width:259px;	
}


h1.c {
	margin-top:0px;
	font-size:16px;
	border-bottom:dotted 1px #cccacb;
	padding-bottom:10px;
}

div.news {
	margin-top:5px;
}

div.news div.img {
	float:left;
	margin-right:10px;
}

div.news div.img img {
	border:solid 1px #969696;
	padding:1px;
}

div.news div.desc { float:left; }

div.news div.desc div.title {
	font-weight:bold;
	clear:both;
	font-size:14px;
	color:#6290d1;
}

div.news div.desc div.date {
	font-size:9px;
	color:#969696;
	clear:both;
}



div#page_content {
	background-image:url('img/page_bg.jpg');
	background-repeat:no-repeat;
}
