/* 
	Title:	MarkONE CSS 
	Author:	xfir
	Site:	www.xfir.net
*/

body, html
{
	margin: 0px;
	background: black;
	color: #C0C0C0;
	text-align: center;
}

img
{
	border: none;
}

div
{
	text-align: left;
}

a:link, a:active, a:hover, a:visited
{
	text-decoration: none;
	color: #C0C0C0;
}

#header
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 900px;
	height: 110px;
}

#logo
{
	float: left;
	width: 110px;
	height: 110px;
	background: black url("./logo.png") no-repeat scroll bottom right;
}

#title
{
	float: left;
	width: 790px;
	height: 110px;
	background: black url("./header.png") no-repeat scroll bottom left;
}
			
#main
{
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

#menu
{
	float: left;
	width: 109px;
	background: black url("./menu.png") no-repeat scroll bottom right;
	text-align: center;
}

#menu ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100px;
}

#menu li
{
	display: block;
	background: black url("./arrow.png") no-repeat scroll bottom right;
	margin: 0px;
	padding: 0px;
	width: 100px;
	height: 32px;
	text-align: left;
	vertical-align: middle;
}

#menu li a:hover
{
	display: block;
	text-decoration: none;
	background: black url("./arrow.png") no-repeat scroll top right;
}		

#content
{
	float: left;
	width: 790px;
	background: black;
	border-left: 1px #C4C4FF solid;
}
		
.onebox
{
	float: left;
	width: 770px;
	background: black;
	margin-top: 10px;
	margin-left: 10px;
}

.twobox
{
	float: left;
	width: 380px;
	background: black;
	margin-top: 10px;
	margin-left: 10px;
}
			
.postbox
{
	clear: both;
	margin-bottom: 10px;
}

.postborderkey
{
	float: left;
	display: block;
	width: 16px;
	height: 16px;
	background: black url("./corner.png") no-repeat scroll center center;
	text-align: center;
	vertical-align: bottom;
	font-size: 0px;
}

.postbordertop
{
	float: left;
	width: 360px;
	height: 16px;
	background: black url("./post_bt.png") no-repeat scroll left center;
}

.postborderleft
{
	clear: left;
	float: left;
	width: 16px;
	height: 64px;
	background: black url("./post_bl.png") no-repeat scroll center top;
}

.post_o
{
	float: left;
	width: 744px;
	padding: 5px;
	text-align: justify;
}

.post_t
{
	float: left;
	width: 354px;
	padding: 5px;
	text-align: justify;
}

h1
{
	font-family: "Lucida Console", fixed-width;
	font-size: 14px;
	font-style: normal;
	font-variant: small-caps;
	font-weight: normal;
	border: none;
	padding-left: 5px;
	padding-bottom: 1px;
	background: black url("./h1.png") no-repeat scroll bottom left;
	margin: 0px;
	color: #C0C0C0;
}

p
{
	font-family: "Lucida Console", fixed-width;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	border: none;
	margin-top: 6px;
	color: #808080;
}

input
{
	font-family: "Lucida Console", fixed-width;
	font-size: 12px;
	font-style: normal;
	font-variant: small-caps;
	font-weight: normal;
	color: #808080;
	background: black;
	border: 1px solid #8080A6;
}

.recaptcha_input_area input
{
	color: white !important;
}

textarea
{
	font-family: "Lucida Console", fixed-width;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #808080;
	background: black;
	border: 1px solid #8080A6;
}
			
#footer
{
	clear: both;
	width: 900px;
	height: 20px;
	background: none;
}

#footercontent
{
	float: left;
	width: 791px;
	height: 20px;
	background: black url("./footer.png") no-repeat top left;
	margin-left: 109px;
}

.valid
{
	color: #C4C4FF;
}
