body {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 14px;
	margin-bottom: 0px;
	padding-top: 0px;
	width: 800px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
}

div.hover_images {
		float: left;
		height: 163px; 
		width: 168px;
		border: 0px;
		margin: 0px;
		padding: 0px;
		background: url(../images/jvc-logo-trans.png) no-repeat; background-position: center;
	}
		
	div.hover_images:hover { 
		background: url(../images/jvc-logo-color-trans.png) no-repeat; 
		background-position: center;
	}


#container {	
	width: 800px;
	float: left;
	padding: 0px;
	padding-top: 0px;
	margin-top: 0px;
}	


#main_left {
	width: 190px;
	float: left;
	vertical-align: top;
	height: 680px;
	background-color: #e3e4e5;
	border-right-width: 1px;
	border-right-color: #04416a;
	border-right-style: solid;
	padding-bottom: 5px;
}


#header {	
	width: 800px;
	height: 374px;
	float: left;
	background-color:#ffffff;
	background-image: url(../images/jvc-consulting-header.jpg);
	background-repeat: no-repeat;
} 




#main {
	width: 800px;
	float: left;
	vertical-align: top;
	background-color:#ffffff;
	height: 100%;
}


#main_right {
	width: 600px;
	margin-top: 0px;
	padding-top: 0px;
	float: right;
	vertical-align: top;
	background-color:#ffffff;
	height: 680px;
	padding-right: 8px;
	padding-bottom: 5px;
}

#footer {	
	width: 800px;
	font-family: Helvetica, Arial, sans-serif;
	height:26px;
	float: left;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	background-image: url(../images/navigation-background.gif);
	background-position: bottom;
	background-color: #CC050D;
} 

h1 {
	color: #384140;
	font-size: 20px;
}

h2 {
	color: #384140;
	font-size: 15px;
}

h3 {
	color: #384140;
	font-size: 15px;
}

h4 {
	color: #384140;
	font-size: 12px;
}

p {
	padding-right: 15px;
	padding-left: 15px;
}

