html, body {
background: #FFF url(../images/bk3.jpg) repeat-y top center;
font-size: 13px;
font-family: Verdana, Verdana, Geneva, sans-serif;
margin: 0px;
padding: 0px;
min-width: 764px;
height: 100%;
}

#wrap {
margin: 0px auto;
width: 900px;
color: #666;
min-height: 100%;
}

#header img {
	float: left;
padding: 10px 50px 0px 5px;
border: none;
}

#header ul {
	list-style: none;
padding: 130px 0px 0px 0px;
}

#header ul li {
float: left;
border-left: 1px solid #AAA;
border-bottom: 3px solid #CCC;
}

#header ul li:hover, #header ul li.this {
border-bottom: 3px solid #1AF;
}

#header ul li:hover a, #header ul li.this a {
color: #000;
}

#header ul li a {
padding: 0px 10px 0px 10px;
display: block;
text-decoration: none;
color: #666;
font-size: 15px;
}

#content {
clear: left;
margin: 0px;
padding: 20px 40px;
height: 100%;
}

#footer p, #footer p a {
font-size: 8pt;
color: #666;
text-decoration: none;
text-align: center;
}

div#footer {
	clear: both;
	margin-top: -2em;
	height: 2em;
}

#footer p {
	margin: 0px;
	padding: 0px;
}

table.update {
	margin: 0 auto;
}

.update div {
	white-space: nowrap;
	overflow: hidden;
}

.update input, input.custom {
font-size: 11px;
padding: 0px 2px;
}

.update th {
	padding-top: 20px;
}

div.leftimage {
	float: left;
	margin: 0px 5px 10px 0px;
}

div.rightimage {
	float: right;
	margin: 0px 0px 10px 5px;
}

div.centerimage {
	margin: 0px 0px 10px 0px;
}
div.leftimage p, div.centerimage p, div.rightimage p {
	margin: 0px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
	
h4 i {
font-size: 13px;
font-weight: normal;
font-style: italic;
}

.red {
color: #F00;
}

.blue {
color: #1AF;
}

.sienna {
color: #B51;
}

#contactform fieldset {
	border: 1px solid #CCC;
	width: 500px;
}
#contactform input[type=text] {
	width: 400px;
}
#contactform textarea {
	width: 400px;
}


