body {
	background-color: #fff;
	margin:0px;
	padding:0px;
	background-image:url(images/nav_bg.jpg);
	background-repeat:repeat-y;
}

/* Header Start Here */

#header {
	width:100%;
	height:125px;
	border-bottom:2px solid #2d6c21;
	background-image:url(images/header_bg.jpg);
	background-repeat:repeat-x;
	position:relative;
}

#header #head_left {
	width:510px;
	position:absolute;
	left:0px;
}

#header #head_mid {
	width:300px;
	position:absolute;
	left:510px;
}

#header #head_right {
	right:0px;
	width:400px;
	height:125px;
	background-image:url(images/house_fade.jpg);
	background-position:right;
	background-repeat:no-repeat;
	position:absolute;
}

/* Header End */

/* Navigation start */

#navigation {
	float:left;
	width:165px;
}

/* Navigation End */

/* Content Start */

#content {
	margin:0px 25px 0px 200px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:#333;
}

#content h2 {
	margin:0px;
	color:#2D6C21;
	font-size:1.6em;
}

#content a {
	color:#2D6C21;
}

#content img {
	margin:0 10px;
	padding:4px;
	background-color:#2D6C21;
}

#content img.noborder {
	background-color:#fff;
	padding:0px;
	margin:0px;
}

#content strong {
	color:#2D6C21;
}

#ashihouse img {
	background-color:#fff;
	margin:0px;
	padding:0px;
}
