body, html {
	height: 100%;
}

body {  
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
	text-align: left;
	background: #00005C url(../images/bg_body_repeat_x.jpg) 0 0 repeat-x; 
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	min-height: 100%;
	background: url(../images/bg_wrapper_fixed.jpg) 0 0 no-repeat;
}

*html #wrapper {
	height: 100%;
}

	#header {
		width: 960px;
		height: 230px;
		display: block;
		padding: 10px 0 0 0;
	}
			
			#logo {
				position: relative;
				width: 475px;
				height: 113px;
				margin: 0;
				float: left;
			}
			
				#logo p {
					margin: 0; padding: 0;
					position: relative;
					width: 475px; height: 113px; 
					overflow: hidden;
				}
	
				#logo p a {
					display: block;
					cursor: pointer;
				}
			 
				#logo p span {
					display: block;
					position: absolute; left: 0; top: 0; z-index:1;
					width: 475px; height: 113px; 
					margin: 0; padding: 0;
					background: url(../images/bg_logo_fixed.jpg) top left no-repeat; 
				}
				
			#contact {
				width: 190px;
				height: 113px;
				float: right;
				padding: 27px 0 0 0;
			}
			
				#contact p {
					font-weight: 100;
					font-size: 110%;
					color: #3e3e3e;
				}
				
		#content-wrapper {
			clear: both;
			min-height: 200px;
			width: 960px;
			overflow: hidden;
			margin: 20px 0 0 0;
		}
		
		*html #content-wrapper {
			height: 200px;
		}
							
				#content-wrapper p {
					font-weight: 100;
					font-size: 170%;
					color: #fff;
					padding: 30px 0 0 350px;
				}
				
				#content-wrapper p a {
					text-decoration: none;
					color: #fff;
				}
				
		#footer {
			height: 150px;
			margin: 0 auto;
			width: 960px;
		}
				
			#foot-left {
				width: 400px;
				float: left;
			}
			
				#foot-left p {
					font-size: 70%;
					color: #fff;
				}
				
			#foot-right {
				width: 400px;
				float: right;
				text-align: right;
			}
			
				#foot-right p {
					font-size: 70%;
					color: #fff;
				}

					

