body {
	color: #000;
	font-size: 11px;
	background-color: #fff;
	margin: 5px;
}

html {
	
	font-size: 11px;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
}

body td {
	
	font-size: 11px;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
}


.clear {
	clear:both;
}
body.page {
	margin: 0;
	
	background: #ffffff url('../images/layout/new/mainbg.jpg') repeat-x top left;
	font-size: 1em;
	margin-top: 14px;
	
}
h1 {
	font-size: 1.5em;
	margin-top: 0;
	color: #19324a;
}
#lang {
	float: right;
	margin-right: 25px;
	
}
	#lang a {
		color: #bfe5f0;
		text-decoration: none;
	}
#container {
	width: 800px;  
	margin: 0 auto;
	
}
	#top {
		width: 100%;
		height: 238px;
		overflow: hidden;
		background: #ffffff url('../images/layout/new/top.jpg') no-repeat top left;
	}
	#mainmenu {
		height: 50px;
		line-height: 50px;
		padding-top: 176px;
		padding-left: 34px;
	}
		#mainmenu ul {
			margin:0px;
			padding: 0;
			
			list-style: none;
			
		}
		#mainmenu ul li {
			float: left;
			display: inline;
			margin: 0;
			padding: 0;
			font-weight:bold;
			font-size:1.2em;
			color: #fff;
		}
		#mainmenu ul li.sep {
			font-weight: normal;
		}
		#mainmenu ul a {
			float: left;
			display: block;
			margin: 0;
			padding: 0 3px 0 3px;
			color: #fff;
			background: transparent;
			text-decoration: none;
			font-family: Arial, Tahoma, Helvetica, sans-serif;
			text-transform: uppercase;
		}
		#mainmenu ul a:hover, #mainmenu ul a.active {
			color: #bfe5f0;
			text-decoration: none;
		
		}
		
	
	#content {
		
		padding-top: 17px;
	}
	#footer {
		height: 40px;
		border-top: 1px #ccc dotted;
		margin-top: 10px;
		padding-top: 20px;
		text-align: center;
		color: #ccc;
	}
	#footer a {
		color: #ccc;
		text-decoration: none;
	}