body {
	margin: 0px;
	background:#929397 url('images/mainbg.jpg') top repeat-x;
	font: 12px Verdana;
	color: #333333;
}
p {
margin-top:7px;
margin-bottom:7px;
padding-top:0px;
padding-bottom:0px;
}

#container {
	width:951px;
	margin: 0px auto;
}


#leftborder {
	float:left;
	width:31px;
	height:1047px;
	background: url('images/leftborder.png') top left no-repeat;
}


#center {
	width: 889px;
	float:left;
}

	#header {
		float:left;
		width:889px;
		height: 161px;
		background: url('images/headertop.jpg') top no-repeat;
	}

		#logo {
			float:left;
			width:199px;
			height:127px;
		}
		
		#language {
			float:left;
			height:20px;
			text-align:right;	
			width:690px;			
		}
			#language a  img{
				border:none;
				margin-left:10px;
				padding-top:3px;
			}
		#navigation {
			float:left;
			width:690px;
			height:20px;
			text-align:right;
			padding-top:50px;			
		}
		
			#navigation a {
				margin-left:25px;
				color: #BABABA;
				text-decoration:none;
			}
			
				#navigation a:hover {
					text-decoration: underline;
				}

	#main{
		float:left;
		width: 889px;
		/*height:560px;*/
		background:#FFFFFF;
	}
		#content {
			float:left;
			width:643px;
		}
		
			#content .content {
				margin-left:8px;
			}
			
				#content .content .box {
					float:left;
					width:615px;
					height:165px;
					margin-bottom:1px;
					padding:10px;
					color:#E0E0DE;
					position:relative;
				}
				
				
				#content .content .box1 {
					float:left;
					width:615px;
					height:280px;
					margin-bottom:1px;
					padding:10px;
					color:#E0E0DE;
					position:relative;
				}

				#content .content .box p {
					padding-left: 0px;
					padding-right: 10px;
					margin-bottom: 10px;
					line-height:17px;
				}
				
				#content .content .box1 p {
					padding-left: 0px;
					padding-right: 10px;
					margin-bottom: 10px;
					line-height:17px;
				}

					#content .content .box h1 {
						color: #141D13;
						font-size:15px;
						margin-top:0px;
						margin-bottom:10px;
					}
					
					#content .content .box1 h1 {
						color: #141D13;
						font-size:15px;
						margin-top:0px;
						margin-bottom:10px;
					}
					
					#content .content .box strong {
						color:white;
					}
					
					#content .content .box1 strong {
						color:white;
					}
					#content .content .box h2 {
						font-size:12px;
						margin:0px;
						padding-bottom: 2px;
						color: #EEEEEE;
					}
					
					#content .content .box1 h2 {
						font-size:12px;
						margin:0px;
						padding-bottom: 2px;
						color: #EEEEEE;
					}
					#first {background:#40733A url('images/firstbox.jpg');}
					#second {background:#40733A url('images/secondbox.jpg');}
					#third {background:#40733A url('images/thirdbox.jpg');}
					#fourth{background:#40733A url('images/fourthbox.jpg');}

		#sidebar {
			float:left;
			background: url('images/sidebarrepeat.jpg') repeat-y;
			width:240px;
			height:100%;
			
		}
		
			#sidebar .content {
				background: url('images/sidebartop.jpg') top left no-repeat;
				width:240px;
				height: 757px;
				float:left;
				font-size:11px;
			}
			
			#sidebar .content h2 {
				font-size: 11px;
				color: white;
				margin:0px;
				font-weight: normal;
				padding-left: 27px;
				padding-top:8px;
				padding-bottom:0px;
			}
			#sidebar .content h3 {
				font-size:13px;
				margin-top:0px;
				margin-bottom:20px;
			}
			
			
		
		#sidebarfooter {
			background: #FFFFFF url('images/sidebarfooter.png') top no-repeat;
			float:left;
			width:240px;
		}
	#footer {
		float:left;
		width:889px;
		height:51px;
		padding-top:25px;
		background: url('images/footer.jpg') top left no-repeat;
		margin-bottom: 50px;
		color:#131A12;
		font-size:11px;
	}
		#copyright {
			float:left;
			padding: 10px;
		}
		#footernavigation {
			float:right;
			padding: 10px;
		}
		
			#footernavigation a {
				color:#131A12;
				margin-left: 20px;
				text-decoration: none;
			}
				#footernavigation a:hover {text-decoration: underline;}
		
#rightborder {
	float:left;
	width:31px;
	height:772px;
	background: url('images/rightborder.jpg') top left no-repeat;
}


#sidebar .pad {
margin-top: 40px;
padding: 20px;
}
.current {
	font-weight:bold;
}


.more {
color: white;
font-size:12px;
font-weight: bold;
text-decoration:none;
position:absolute;
right: 10px;
bottom: 7px;
}

