body, html
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: 'helvetica neue', 'helvetica', 'arial', sans-serif;
	font-weight: 200;
}

#container
{
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	background-image:url('images/container_bg.gif');
	overflow:auto;
}

#leftCol
{
	float:left;
	width: 250px;
}

#leftColTop
{
	height: 20px;
}

#logo
{
	background-image:url('images/doh_logo.jpg');
	width: 250px;
	height: 300px;
}

#logo a
{
	outline:none;
}

.nav
{
	margin: 0px;
	padding-top:120px;
	font-size: large;
	text-align:left;
}

	.nav div
	{
		background:#ffffff;
		height:30px;
		border:0px;
		padding-left:20px;
	}
	
	.nav a:link, .nav a:visited, .nav a:hover
	{
		font-size:100%;
		color: #000000;
		text-decoration: none;
		display:block;
		width:100%;
		height:100%;
		padding-top:2px;
		margin-left:0px;
		outline: none;
	}

	.homeDiv:hover
	{
		background-color: rgb(39, 110, 209);
	}

	.shareDiv:hover
	{
		background-color: rgb(143, 151, 0);
	}

	.shipDiv:hover
	{
		background-color: rgb(0, 153, 153);
	}

	.partDiv:hover
	{
		background-color: rgb(204, 161, 0);
	}

	.connDiv:hover
	{
		background-color: rgb(204, 89, 0);
	}

	.newsDiv:hover
	{
		background-color: #9999aa;
	}

#rightCol
{
	float:right;
	background: none;
	width: 600px;
}

#rightColTop
{
	height: 20px;
	overflow:hidden;
}

#rightColTop p
{
	font-weight:150;
	font-size:60%;
	line-height:0px;
	padding:0px;
	margin-top:10px;
	text-align:right;
	color:#ffffff;
}

#banner
{
	background: none;
	height: 300px;
	padding:0px;
	margin:0px;
}

#contentHeader
{
	width: 580px;
	height:120px;
	padding:0px 0px 0px 20px;
	margin:0px 0px 0px 0px;
	border:0px;
	overflow:hidden;
	float:right;
	text-align:right;
}

#contentHeader a:link, #contentHeader a:visited
{
	color:#000000;
	text-decoration:none;
	outline: none;
}

#contentHeader a:hover
{
	color:#ffffff;	
}

#contentArea
{
	width: 580px;
	padding:0px 0px 0px 20px;
	margin:0px 0px 0px 0px;
	border:0px;
	float:right;
	font-size:100%;
}

#contentArea p
{
	color:#ffffff;
	padding-top:0px;
	margin-top:0px;
}

#contentArea a:link, #contentArea a:visited
{
	text-decoration:underline;
	color: #ffffff;
	outline: none;
}

#contentArea a:hover
{
	color: #ffffff;
}

#footer
{
	padding-left:20px;
	margin-left:auto;
	margin-right:auto;
	width: 830px;
	height:30px;
}

#footer p
{
	font-size:100%;
	text-align:center;
}

/*----------------------*/
/*
/* TEXT CSS INFORMATION */
/*
/*----------------------*/

h1
{
	font-size: 200%;
	font-weight: 200;
	color:#ffffff;
}

h2
{
	font-size: 125%;
	font-weight: 200;
}
