body,td,th {
	background-color: #010302;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #83aea1;
	overflow: auto;
}
body {
	margin-top: 9px;
	overflow: auto;
	background:url(../images/bg.jpg);
	background-repeat:repeat;
	overflow: auto;
}
a {
	font-weight: bold;
	color: #83aea1;
	cursor:pointer;
}
a:link {
	text-decoration: none;
	color: #83aea1;
}
a:visited {
	text-decoration: none;
	color: #83aea1;
}
a:hover {
	text-decoration: underline;
	color: #83aea1;
}
a:active {
	text-decoration: none;
	color: #83aea1;
}
h1 {
	font-size: 13px;
	color: #83aea1;
	font-weight: bold;
	line-height: 1em;
	padding: 0px;
	margin: 0px;
}
h5 {
	font-size: 10px;
	color: #83aea1;
	line-height: 1em;
	padding: 0px;
	margin: 0px;
}


p { 
	text-align: justify;
}

#container { 
	position:absolute;
	width: 920px;
	_width: 920px;
	height: 565px;
	border-color: #354c44;
	border-width: 1px;
	border-style: solid;
	background-color: #010f07;
	float: left;
	margin:-283px 0px 0px -460px;
	top: 50%; 
	left: 50%;
}

#left {
	float: left;
	text-align: left;
}

#content {
	float: right;
	background-color: #010705;
	text-align: left;
	height: 540px;
	width: 492px;
	overflow: auto;
	overflow-x: hidden;
	margin: 0 0 0 0;
}

#innercontent {
	float:left;
	padding-left: 8px;
	padding-top: 6px;
	padding-bottom: 8px;
	padding-right: 8px;
}

#nav {
	float: right;
}
.thumb {
	padding-bottom: 7px;
}
.description { 
	padding-left: 10px;
}

.spacing { 
	padding-left: 10px;
}

label,input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 5px;
}

label {
	text-align: left;
	width: 100px;
	font-weight: bold;
}
#test {
	width: 300px;
}
INPUT { 
	width: 200px;
	padding-left: 2px;
	background-color: #010705;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #83aea1;
	border-color: #83aea1;
	border-style: solid;
	border-width: 1px;
}

.textarea { 
	width: 200px;
	padding-left: 2px;
	background-color: #010705;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #83aea1;
	border-color: #83aea1;
	border-style: solid;
	border-width: 1px;
}
.formstyle {
	padding-left: 2px;
	background-color: #010705;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #83aea1;
	border-color: #83aea1;
	border-style: solid;
	border-width: 1px;
}

.none {
	width: 0px;
	visibility: hidden;
}
.hide{
	display: none;
}
.show {
	display: block;
}