/* dw2.css */

* {
	box-sizing: padding-box;
	-moz-box-sizing: padding-box;
}

body {
	margin: 0px;
	background-color: #E0EFD8;
}

#header {
	width: 100%;
	height: 182px;
	background-color: #507E3;
	border-bottom: 1px solid black;
	margin: 0px;
	padding: 0px;
}

#headerimage {
	background-color: white;
	width: 100%;
	height: 162px;
}

#headerleft {
	float: left;
	width: 374;
	height: 162px;
	background-image: url('images/header_left.png');
}

#headerrightcahce {
	float: right;
	width: 182px;
	height: 182px;
	background-image: url('images/header_right.png');
	background-repeat:no-repeat;
}

#headertopbar {
	width: 100%;
	margin-top: 0px;
	height: 20px;
	background-color: #507E3D;
	text-align: left;
	padding: 0px 10px;
	color: white;
	background-image: url('images/headertopbar.jpg');
	background-position: top right;
	background-repeat: no-repeat;
}

#headertopbar a {
	font-family: verdana; sans-serif;
	color: white;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

#headertopbar a:hover {
	color: yellow;
	text-decoration: underline;
}

#headerdwtext {
	position: absolute;
	top: 0px;
	left: 374px;
}
