body {
	padding: 20px;
	background-color: #f0f0f0;
	color: #000;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}

strong {
	font-weight: bold;
}

#wrapper {
	width: 800px;
	border: 1px #0c3f5e solid;
	margin: 0 auto;
	background-image: url(/img/greybar.gif);
	background-powition: 0 0;
	background-repeat: repeat-y;
	background-color: #fff;
	color: #000;
}

	#header {
		width: 800px;
 		height: 112px;
 		background-color: #272b36;
 		border-bottom: 1px #fff solid;
 		position: relative;
	}
	
	a:link#logo,
	a:visited#logo {
		display: block;
		position: absolute;
		top: 20px;
		left: 20px;
		width: 153px;
		height: 75px;
	}
	
		a#logo img {
			border: 0;
		}	
	
	#caption {
		dispaly: block;
		position: absolute;
		bottom: 20px;
		right: 20px;
		width: 389px;
		/*height: 23px;*/
		height: 54px;
	}
	
#head {
	width: 800px;
	background-image: url(/img/head.jpg);
	padding: 7px 0;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	background-color: inherit;
	color: #fff;
}

#sidebar {
	width: 185px;
	float: left;
}

	#navigation {
		width: 185px;
		diaplay: block;
		background-image: url(/img/navigationbg.jpg);
		background-position: 0 0;
		background-repeat: repeat-x; 
		border-top: 1px #fff solid;
	}
	
		#navigation li {
			display: block;
			width: 185px;
			background-image: url(/img/libg.png);
			background-position: 0 100%;
			background-repeat: repeat-x;
			float: left;
		}
		
			#navigation li a:link,
			#navigation li a:visited {
				display: block;
				width: 145px;/*185*/
				padding: 13px 20px;
				background-color: inherit;
				color: #fff;
				text-decoration: none;
				font-weight: bold;
				font-size: 10px;
			}
			
			#navigation li a:hover,
			#navigation li a:link.active,
			#navigation li a:visited.active {
				background-color: #f0f0f0 !important;
				color: #182443 !important;
			}
			
	#sidebarContact {
		margin: 20px;
		font-size: 10px;
		line-height: 12px;
		background-color: inherit;
		color: #5c5c5c;
	}

#content {
	width: 615px;
	float: right;
}

	#container {
		padding: 0 30px 25px 30px;
	}
	
		#container h1 {
			margin: 20px 0;
			background-color: inherit;
			color: #008ec6;
			font-weight: bold;
			font-size: 11px;
		}
	

	
#footer {
	clear: both;
	background-color: #830025;
	padding: 0;
	height: 25px;
}

	img#banner {
		display: block;
		width: 605px;
		/*height: 125px;*/
		border: 5px #fff solid;
	}

	#footer p {
		color: #cf99a9;
		font-size: 10px;
		text-align: center;
		padding: 7px 0;
	}
	

/*	FloatContainer section	
----------------------------------------------------------------------------------*/
#navigation:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

* html #navigation {
	height: 1%;
}
