body {
	font-family: verdana;
	background: #807f7f;
	font-size: 75%;
}
#container {
	width: 686px;
	margin: auto;
}
#header {
	background: url(images/header.jpg) no-repeat;
	height: 185px;
	position: relative;
}
#topnav {
	position: absolute;
	top: 10px;
	right: 10px;
	float: right;
	font-size: 80%;
}

#nav {
	position: absolute;
	bottom: 103px;
	right: 5px;
	float: right;
}
#nav ul {
	list-style: none;
	float: right;
	margin: 0;
}
#nav ul li {
	float: left;
	height: 22px;
	width: 77px;
	background: url(images/tab.gif) no-repeat;
	margin: 0px 1px;
	text-align: center;
	font-size: 85%;
	padding-top: 8px;
}
#nav ul li a {
	color: white;
	text-decoration: none;
}

#main {
	background: white;
	border-left: 1px solid black;
	border-right: 1px solid black;
}
#side {
	float:right;
	width:290px;
	margin:10px;
}
#side form {
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid red;
	background: #ffe7e7;
}
#side h3 {
	color: #8f0000;
	margin: 0px;
	text-align: center;
	padding: 2px 0px 5px 0px;
	font-size: 120%;
}
#footer {
	background: url(images/footer.gif) no-repeat;
	clear: both;
	color: white;
	height: 21px;
	padding: 5px 0px;
	text-align: center;
}

h1 {
	margin: 0px;
	padding: 12px 10px;
}
p {
	margin: 0px;
	padding: 5px 10px;
}
h2, h3, h4 {
	margin: 0px;
	padding: 12px 10px 5px 10px;
}
h2 {
	font-size: 130%;
	color: #d62121;
}
h3 {
	font-size: 120%;
	color: #d62121;
}

a {
	color: #d62121;
}

img {
	border: none;
}

label {
	float: left;
	width: 100px;
	margin: 5px 0px;
	font-size: 85%;
}

input, select {
	margin: 5px 0px;
	font-size: 85%;
}


.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {
height:1%;
}
*+html .clearfix {
height:1%;
}
.clearfix {
display:block;
}


.bodytype	{
	font-size: 75%;
	color: #8f0000;
}
