body {
	margin: 0px;
	background: #dacaa9 url(./img/bg.jpg) repeat-y center;
	overflow:-moz-scrollbars-vertical;
}

#main{
	left: 0px;
	top: 0px;
}

#content {
	width:650px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-left: 1px;
	z-index: 2;
}

#band{
	margin: 0px;
	background: #dacaa9 url(./img/band.jpg) repeat-x center;
	height: 164px;
	width: 100%;
	position: absolute;
	top: 21px;
	z-index: 1;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

img{
	border: 0px;
}

select {
	color: #5e5645;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 3px 0px 0px 0px;
	background-color: #eedfc2;
	border: solid 1px #999;
}

.link, a.link{
	color: #5e5645;
	font-weight: bold;
	text-decoration: none;
}

a.link:hover{
	text-decoration: underline;
}

.text{
	padding: 10px;
	color: #5e5645;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.inputbox{
    font-size: 11px;
    color: #777777;
    font-family: Arial, Helvetica, sans-serif;
    margin: 3px 0px 0px 0px;
    border: solid 1px #727270;
	padding: 1px;
	background-color: #eedfc2;
}

.submit{
	font-size: 11px;
}