/* Mill Stream Farm Main Stylesheet */

@import "reset.css";

body {
	padding-left: 5px;
	background-image: url('../imgs/burlap.jpg');
/*	background-repeat: repeat-x;*/
	background-attachment: fixed;
	font-size: 16px;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

div.header {
	height: 185px;
	margin-top: 9px;
	margin-bottom: 10px;
}

div.header img {
	height: 183px;
}

div.main {
	width: 800px;
	margin:0px auto 0px auto;
}

ul.nav li {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	display: inline;
}

ul.nav a {
	color: #ffffff;
}

ul.nav a:hover {
	color: #ffffff;
	text-decoration: none;
}

ul.nav li#even {
	background-color: #de0000;
	cursor: pointer;
}

ul.nav li#odd {
	background-color: #000000;
	cursor: pointer;
}

ul.nav li#odd a, ul.nav li#even a {

}

div.content {
	width: 788px;
	padding: 6px;
	background-color: #000000;
	color: #c3a173;
	min-height: 400px;
	padding-top: 20px;
	padding-bottom: 10px;
}

div.content a {
	color: #c3a173;
}

div.bottom {
	text-align: center;
	background-image: url('../imgs/lt_background.jpg');
	padding: 10px;
	color: #ffffff;
}

div.bottom a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

div.bottom a:hover {
	color: #000000;
	text-decoration: none;
}

/**/

h2 {
	font-size: 24px;
	padding-bottom: 10px;
}

.valign_top {
	vertical-align: top;
}

.valign_middle {
	vertical-align: middle;
}

.valign_bottom {
	vertical-align: bottom;
}
