/* CSS Document */

body, html, form 		{
	margin					: 0px 0px 0px 0px;
	padding					: 0px 0px 0px 0px;
	background-image		: url(../images/header.jpg);
	background-repeat		: repeat-x;
	font-family				: georgia;
}

a						{
	color					: #724737;
	text-decoration			: none;
}

a:hover						{
	color					: #724737;
	text-decoration			: underline;
}

.header 				{
	height					: 100px;
	width					: 100%;
	float					: left;
	border-bottom				: solid 2px #ffffff;
}

.menu 					{
	height					: 30px;
	width					: 100%;
	background-color		: #724737;
	float					: left;
	border-top				: solid 2px #8d745e;
	border-bottom			: solid 2px #8d745e;
	background-image		: url(../images/menu_bg.jpg);
	background-position		: right;
	background-repeat		: no-repeat;

}


.menuItem 					{
	height					: 30px;
	line-height				: 29px;
	width					: 100px;
	background-color		: #724737;
	float					: left;
	color					: #220904;
	font-size				: 10pt;
}



.menuItem a 					{
	background-color		: #724737;
	color					: #220904;
	font-size				: 10pt;
	text-decoration			: none;
	width					: 80px;
	padding					: 5px 10px 5px 10px;
	}

.menuItem a:hover			{
	background-color		: #8d745e;
	color					: #ffffff;
	font-size				: 10pt;
	text-decoration			: none;
	width					: 80px;
	padding					: 5px 10px 5px 10px;
}

.content {
	width:760px;
	padding-left: 15px;
	padding-top:15px;
	font-size:9pt;
	float:left;
}

.content h1 {
	width:760px;
	font-size:12pt;
	border-bottom: solid 1px #cccccc;
	color:#724737;
	background-image:url(../images/door.png);
	background-position:right;
	background-repeat:no-repeat;
	padding-top:20px;
}
