#content {
	background: #F7F7F7 url(/images/layout/bg_logo.png) bottom left no-repeat;
	width: 940px;
	min-height: 300px;
	position: relative;
	text-align: justify;
	margin: 0 auto;
	z-index: 500;
}

#content #left {
	width: 200px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#content #left .module {
	background: #FFF;
	border: 1px solid #dddddd;
	margin:0px 0px 10px 0px;
	padding-top: 2px;
}

#content #left .module .title {
	background: url(/images/bar_left.png) repeat-x;   
	height: 20px;
	min-height: 20px;
	max-height: 20px;
	color: #fff;
	text-align: left;
	font-weight: bold;
	margin: 0px 2px 15px 2px;
	border: 1px solid #8fb625;
}



#content #left .module .title p {
	margin: 0 auto;
	padding: 3px 0px 0px 3px;
}

#content #left .module .content p {
	margin: 0px 20px 15px 20px;
}

#content #left .module .content p a {
	text-decoration: none;
	color: #134175;	
}

#content #left .module .content p a:hover {
	text-decoration: underline;
}

#content #left .module .content ul li {
	margin-bottom: 2px;
}

#content #left .module .content ul li a {
	text-decoration: none;
	color: #134175;
}

#content #left .module .content ul li a:hover {
	text-decoration: underline;
}

#content #left .module .bottom {
	background: url(/images/layout/left_shade.png) no-repeat; 
	width: 200px; 
	height: 6px; 
	margin: 0;
	float: left;
}

#content #right {
	width: 680px;
	max-width: 680px;
	min-width: 680px;
	float: right;
	margin-top: 10px;
	margin-right: 25px;
	padding-top: 10px;
	border-left : 1px dotted #CCC;
}

#content #right .post {
	margin: 0 5px 0 25px;
}



#content #right .post h1 {
	font-size: 11px;
	color: #134175;
	text-align: left;
}

#content #right .post .title {
	width: 650px; 
	background: #FFF url(/images/maintitlebg.png) ; 
	height: 23px; 
	margin: 2px 2px 5px 2px;
	border: 1px solid #DDD;
	text-align: left;
	color: #999;
}

#content #right .post .title p {
	margin: 0 auto;
	padding: 5px 0px 0px 10px;
}

#content #right .post p {
	color: #666;
	margin-left: 10px;
	text-align: justify;
}

a {
	text-decoration: none;
	color: #134175;
}

a:hover {
	text-decoration: underline;
}

#content #right .post .newslist {
	list-style-type: none; 
	padding-left: 0; 
	margin: 0 0 0 10px; 
	padding-right: 11px;
	width: 300px;
	height: 120px;
	min-height: 120px;
}

#content #right .post .newsitem {
	background: url(/images/bullet.png) left top no-repeat; 
	border-bottom: 1px dotted #999; 
	padding-left: 10px;
	padding-bottom: 5px; 
	padding-top: 5px;
	cursor: pointer;
}



#content #right .post .newsitem:hover {
	background: #EEE url(/images/bullet.png) left top no-repeat;
}

#content #right .post ul li a {
	text-decoration: none;
	color: #134175;
}

#content #right .post ul li a:hover {
	text-decoration: underline;
	color: #333;
}

#content #right .post .lastnewsitem {
	background: url(/images/bullet.png) left top no-repeat; 
	padding-left: 10px; 
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
}

#content #right .post .lastnewsitem:hover {
	background: #EEE url(/images/bullet.png) left top no-repeat;
}

#content #right .post .event {
	text-align: left;
	float: left; 
	margin-right: 25px;
	width: 180px;
}

#content #right .post .event a {
text-align: left;
	text-decoration: none;
	color: #134175;
}

#content #right .post .event a:hover {
	text-decoration: underline;
	color: #134175;
}

#content #right .post .event p {
	font-size: 9px;
	margin-left: 0px;
	color: #BBB;
	text-align: left;
}

#content #bottom {
	clear: both;
	padding-top: 20px;
}

#contentbottom {
	background: url(/images/layout/bg_bottom.png) no-repeat;
	height: 20px;
	margin: 0 auto;
	width: 940px;
	max-width: 940px;
	min-width: 940px;
}
