html {height: 100%; padding-bottom: 1px;}

body {
	margin-top: 50px;
	background: url(../images/bg.jpg) repeat-x;
	background-color: #a08a7f;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #231b1d;
}

#wrap {
	width: 950px;
	margin: auto;
	background: url(../images/aga.jpg) top right no-repeat;
	background-color: #fff;
	border: 3px solid #231b1d;
	text-align: left;
}

#header {
	height: 140px;
}

#footer {
	width: 950px;
	padding-top: 7px;
	height: 23px;
	background: url(../images/footer.gif) no-repeat;
	color: #976b67;
}

#footer a {
	color: #976b67;
	text-decoration: none;
}

#footer a:hover {
	color: #976b67;
	text-decoration: underline;
}

h1 {
	font-size: 1.8em;
	color: #a6382d;
}

h2 {
	font-size: 1.4em;
	color: #a53829;
}

/***************/
#navcontainer {
	width: 950px;
}

#navcontainer ul {
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul li a {
	padding: 8px 50px;
	color: #fff;
	text-decoration: none;
	float: left;
	text-align: center;
	font-size: 11px;
	border-right: 1px solid #fff;
}

#navcontainer ul li a:hover {
	color: #fff;
}

/***************/
#sidenavcontainer {
	width: 230px;
}

#sidenavlist{
	margin-left: 25px;
	padding-left: 0;
	list-style: none;
	width: 230px;
}

#sidenavlist li {
padding-left: 15px;
padding-bottom: 5px;
background-image: url(../images/bullet.gif);
background-repeat: no-repeat;
background-position: 0px 6px;
font-weight: bold;
}

#sidenavlist li a {
	text-decoration: none;
	color: #976b67;
}

#sidenavlist li a:hover {
	text-decoration: none;
	color: #231b1d;
}

/*Form Stuff*/

legend {
	margin-bottom: 10px;
	color: #a53829;
}

label {
	color: #503d3e;
}

input {
	border: 1px solid #bcada7;
}

.leftimage {
	padding-left: 1px;
}

a {
	color: #000F92;
}

a:focus, a:hover {color:#D00;}

.img {float:left;
margin-right:20px;
border: 1px solid #bcada7;
padding: 5px;
}

.img2 {float:right;
margin-left:20px;
border: 1px solid #bcada7;
padding: 5px;
}

.underline {text-decoration:underline;}