@charset "utf-8";
body {
	margin: 100px 0;
	margin-bottom: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	background: url(../images/general/bg.jpg) no-repeat center top;
	background-color: #0f0f0f;
}

img {border: 0}

.contentarea {
	height: 400px;
	background-color: #232323;
	}
	
.wrap {
	width: 900px;
	height: 400px;
	margin: 0 auto;
	position: relative;
	}
	
a {color: #333; text-decoration: underline;}
a:link {color: #333; text-decoration: underline;}
a:visited {color: #333; text-decoration: underline;}
a:hover {color: #fe0002; text-decoration: underline;}
a:active {color: #333; text-decoration: underline;}

.greytxt {color: #888;}

.dotline {background: url(../images/general/dotline_h.gif) repeat-x center; height: 21px;}

/* navarea
--------------------------------------------- */
#navarea {width: 120px; padding-top: 130px;}

#navarea .logo {text-align: right;}
#navarea .nav {margin-top: 38px; text-align: right;}

/* main
--------------------------------------------- */
#main {
	width: 780px;
	height: 400px;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #fff;
	}
	
#main .textarea {
	margin-left: 300px;
	margin-top: 160px;
	width: 440px;
	padding: 20px;
}

#main .textarea2 {
	width: 480px;
	height: 360px;
	position: absolute;
	right: 55px;
	top: 20px;
	padding-right: 10px;
}

#main .textarea12 {
	width: 430px;
	height: 360px;
	position: absolute;
	right: 25px;
	top: 80px;
	padding-right: 10px;
}

#main .subnav {
	margin-left: 65px;
	margin-top: 60px;
	width: 140px;
	line-height: 14px;
	}
	
.subnav a {font-size: 10px; text-transform: uppercase; text-decoration: none;}
.subnav a:link {color: #888; text-decoration: none;}
.subnav a:visited {color: #888; text-decoration: none;}
.subnav a:hover {color: #fe0002; text-decoration: none;}
.subnav a:active {color: #888; text-decoration: none;}
	
	
/* footer
--------------------------------------------- */
#footer {
	width: 800px;
	margin: 0 auto;
	margin-top: 20px;
	color: #fff;
	text-align: right;
	position: relative;
	z-index: 100;

	}
	
