body, html {
	text-align: center;
	font-family: verdana, sans-serif;
	behavior:url("csshover.htc");
	background-color: #4C5B77;
	color: #A39685;
}

.main {
	border: 2px #362B1C outset;
	padding: 0;
	width: 795px;
	background-color: #4C5B77;
}

div#wrapper {
	width: 870px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-image: url(Brushed_Metal.gif);
	background-repeat: repeat-x, repeat-y;
}

div#audiobox {
	background-color: transparent;
}

ul {
	margin-left: 14px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 0;
	padding: 0;

}

ul li {
	padding: 0;
	margin-top: 2px;
	margin-bottom: 2px;
	list-style: square;
}

p {
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 0;
}

div#commentarea {
	position: relative;
	top: 20px;
	height: 340px;
}

div.input {
	width: 222px;
	float: left;
}

label {
	display: block;
	font-weight: bold;
	margin-bottom: 0.5em;
}

div.input input {
	width: 212px;
}

div#spamquestion {
	padding: 8px 0 0 17px;
	margin: 0 0 -14px 0;
}

div#spamquestion input {
	width: 318px;
}

div#message {
	width: 320px; 
	float: left;
	margin-top: 1.2em;
}

div#message textarea {
	width: 310px;
        height: 120px;
}

div#file {
	width: 330px;
	float: right;
	margin-top: 1.2em;
}

div#file input {
	width: 320px;
}

div#buttons {
	width: 330px;
	float: right;
	margin-top: 35px;
	overflow: hidden;
}

div#buttons input {
	width: 160px;
	float: left;
}

a, a:visited {
	color: #A38968;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #A38968;
	text-decoration: underline;
	font-weight: bold;
}

a img {
	border: 0;
}

.top1 {
	background-repeat: repeat-x;
	height: 8px;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 10px;
	font-size: 8px;
	font-weight: bold;
	color: #26498b;
}
.top1 h1 {
	margin: 0;
	padding: 0;
	color: white;
	font-size: 22px;
}
.bottom1 {
	border-top: 1px #626977 solid;
	background-color: #4C5B77;
	font-size: 10px;
	height: 53px;
	color: white;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.bottom1 h1 {
	margin: 0;
	padding: 0;
	color: white;
	font-size: 22px;
}
.left1 {
	background-color: #4C5B77;
	vertical-align: top;
	color: white;
	padding-left: 9px;
	padding-top: 10px;
	font-size: 9px;
	width: 140px;
}
.left1 br {
	line-height: 12px;
}
.right1 {
	background-position: right;
	background-color: #4C5B77;
	vertical-align: top;
	color: white;
	padding-right: 9px;
	padding-top: 10px;
	font-size: 9px;
	width: 140px;
}
.right1 br {
	line-height: 12px;
}

.mid1 {
	background-color: #4C5B77;
	width: 490px;
	vertical-align: top;
	padding: 0;
	margin: 0;
	text-align: center;
	white-space: normal;
}

div.menu {
	width: 120px;
	text-align: center;
}
div.menuheader {
	margin: 0;
	padding: 0;
	border: 1px solid black;
	height: 16px;
	background-color: #29364F;
	font-size: 11px;
	line-height: 18px;
	list-style: none;
	font-weight: bold;
	text-align: center;
	color: #A38968;
}
div.menuitem {
	margin: 0;
	padding: 0 0 0 5px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	height: 16px;
	background-color: #5E84C3;
	color: #2d56a5;
	font-size: 11px;
	list-style: none;
	font-weight: normal;
	line-height: 16px;
	text-align: left;
}
div.menutext {
	margin: 0;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #505561;
	color: #A39685;
	font-size: 9px;
	list-style: none;
	font-weight: normal;
	line-height: 16px;
	text-align: left;
}
div.menuitem:hover {
	background-color: lightgrey;
	color: black;
}

#content {
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #505561;
	border: 1px black solid;
	text-align: justify;
	font-size: 12px;
	color: #A39685;
	height: 100%;
}
#content h2 {
	font-size: 14px;
	color: #A38968;
	font-weight: bold;
}
