/*
*/
body {
	background: #666666;
	font-family: Trebuchet MS, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 0;
	width: 750px;
	line-height: 16px;
}

/* ---[ links ]------------------------------- */

a:link {color:#655240;text-decoration:none;}
a:visited {color:#655240;text-decoration:none;}
a:active {color:#394651;text-decoration:none;}
a:hover {color:#394651;text-decoration:underline;}
a:focus {color:#394651;text-decoration:underline;}

a img {
	border: none;
}

h4 {
	font-size: 110%;
	font-weight: bold;
	color: #ffffff;
	padding: 0px 0px 0px 15px;
	width: 181px;
	}

h3 {
	font-size: 140%;
	font-weight: bold;
	color: #627D7C;
	border: 1px dotted #bbaf95;
	padding: 3px 0;
	border-width: 1px 0 1px 0;
	}

h2 {
	font-size: 110%;
	font-weight: bold;
	color: #ffffff;

	padding: 5px 5px 5px 15px;
	background: #92a29f;
	width: 181px;
	}

h1 {
	font-size: 100%;
	font-weight: bold;
	color: #333;
	}

.small {
	font-weight: normal;
	font-size: 70%;
	}

#container {
	background: #fff url(images/background.png) repeat-y;
	width: 1000px;
	margin: 0 0px;
	padding: 0;
	min-height: 400px;
	border: 1px;
	border-color: #000000;
	}

#header {
	width: 1000px;
	height: 114px;
	margin: 0 0 0 0px;
	padding: 0;
	background: rgb(102, 102, 102);
}


/* ---[ Menu (Left Column) ]------------------------------- */

#menu {
	clear: left;
	float: left;
	margin: 0 0 0 0px;
	padding: 0px 0px;
	position: relative;
	width: 180px;

}

#menu ul {
	list-style-type: none;
	margin: 0 20px;
	padding: 0;
}

#menu ul li {
	color: #867b64;
	font-size: 100%;
	margin: 3px;
}

#menu ul li ul {
	margin: 0;
}

#menu ul li ul li {
	font-weight: normal;
	margin: 0;
	padding: 0;
}



/* ---[ Content ]------------------------------- */

#content {
	float: right;
	margin: 0;
	padding: 20px 25px 0 0;
	position: relative;
	width: 748px;
	min-height: 400px;
}

#content h2 {
	font-size: 110%;
	font-weight: bold;
	color: #627D7C;
}

#content ul {
	list-style-type: circle;
	text-align: left;
	color: #333333;
	font-size: 100%;
	padding: 0px 0px 0px 15px;
}

#content ul li {
	list-style-type: circle;
	color: #333333;
	font-size: 100%;
	padding: 0px 0px 0px 0px;
}


/* ---[ Footer Stuff ]------------------------------- */

#footer {
	background-color: #fef7e9;
	border: 1px solid #bbaf95;
	border-width: 1px 0;
	clear: both;
	margin: 0px;
	padding: 0px 0;
	font-size: 90%;
	text-align: center;
	overflow: hidden;
	font-family: Trebuchet MS, sans-serif;
	width: 1000px;
}
#footer a:link {
	font-size: 110%;
	font-weight: normal;
	text-decoration:none;
	}
	
#footer a:visited {
	font-size: 110%;
	font-weight: normal;
	text-decoration:none;
	}

#footer a:active {
	font-size: 110%;
	font-weight: normal;
	text-decoration:none;
	}
	
#footer a:hover {
	font-size: 110%;
	font-weight: normal;
	text-decoration:none;
	}

* html #footer {
	color: #999999;
	font-family: Trebuchet MS, sans-serif;
	font-size: 95%;
	padding: 0px;
	width: 1000px;
	}

/* ---[ Misc. Stuff ]------------------------------- */
img.floatRight {
	float: right;
	margin: 0 0 10px 10px;
}

img.floatLeft { float: left;
margin: 0 20px 10px 0; }
