body {
	background-color: #d8cfb8;
	background-image:  url(../images/bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;

}
h1 {
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 14px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	padding-top: 4px;
	color: #3f381d;
}
body, p, li, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

li{
   margin-bottom: 1em;
}
input.textfield, textarea.textfield {
	width: 100%;
	background-color: transparent;
	border: 1px solid #9ba09f;
	
}
textarea.textfield {
	height: 300px;
}
#page {
	margin: 0px auto;
	width: 801px;

}
#header {
	height: 104px;
	width: 801px;
}
#navbar {
	height: 30px;
	width: 801px;
	background-image:  url(../images/sdv_navbg.jpg);
	background-repeat: no-repeat;
}
#navbar-inner {
	padding: 7px 2px 2px 33px;
}
#content {
	background-image:  url(../images/bg_content.gif);
	background-repeat: repeat-y;
}
#content-bg {
	background-image:  url(../images/sdv_background.jpg);
	background-repeat: no-repeat;
}
#content-inner {
	padding: 15px 313px 15px 33px;
}
#footer {
	font-size: 9px;
	text-align: left;
	margin-bottom: 40px;
}
a {
	font-weight: bold;
	color: #3f381d;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#content-inner img {
	border: 1px solid #3f381d;
	margin-right: 10px;
	margin-bottom: 10px;
}
#pagetrail {
	font-size: 10px;
	margin-bottom: 10px;
}
#pagetrail a {
	font-weight: normal;
}
.error {
	color: red;
}