@charset "utf-8";
/* CSS Document */


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

body {
	background-color: #000000;
}

.red {
	color:#660000;
}

.title {
	color:#666666;
}
#body {
	position: relative;
	width:750px;
	height:600px;
	z-index:1;
	overflow: hidden;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
}

#innerbody {
	position: relative;
	width:650px;
	height:500px;
	z-index:1;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	background-color:#1A1A1A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#banner {
	position:absolute;
	width:461px;
	height:76px;
	z-index:1;
	left: -30px;
	top: -22px;
	background-color:#fee000;
	background-image:url(../images/banner.jpg);
}

#links {
	position:absolute;
	width:214px;
	height:53px;
	z-index:2;
	left: 434px;
	top: 3px;
	text-align:right;
	font-size:11px;
	color:#666666;
}

#homebg {
	position:absolute;
	width:448px;
	height:357px;
	z-index:5;
	left: 106px;
	top: 80px;
	background:url(../images/homebg2.jpg);
}

#textcontent {
	position:absolute;
	width:470px;
	height:61px;
	z-index:1;
	font-size:10px;
	left: -20px;
	top: 30px;
	color:#999999;
}

#pagetitle {
	position:absolute;
	width:100px;
	height:55px;
	z-index:3;
	right:3px;
	bottom:3px;
	background:url(../images/profiletitle.jpg);
}

#footer {
	position:absolute;
	width:260px;
	height:10px;
	z-index:4;
	left:3px;
	bottom:5px;
	font-size:9px;
	color:#333333;
}

