/* CSS Document */

body {
	background-color:#fbf7ed;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin:0px;
}

a {
color:#2d2d2d;
text-decoration:underline;
}

a:hover {
color:#2d2d2d;
text-decoration:none;
}

td p {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
color:#2d2d2d;
padding:5px;
}

.bottom {
	height:208px;
	background-image: url(../images/bottom_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height: 14px;
}

.footer a {
text-decoration:none;
}

.footer a {
text-decoration:underline;
}

#wrapper {
width:860px;
margin:0 auto;
}

#header {
	width:860px;
	border: 1px solid #99FF00;
}

#logo {
width:366px;
margin:0 auto;
float:left;
}

#nav {
	float:right;
	width:450px;
	margin-top:65px;

}

#nav ul {
	list-style:none;

}

#nav li {
display: table-cell;
}


.title {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
}

li {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
color:#2d2d2d;
}

.field {
	background-color:#C7C6BF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding:3px;
}


