@charset "UTF-8";
/* CSS Document */
html{margin: 0px; padding: 0px;}
body{background-color: #000; left: 0; top: 0;}


/* content elements */
.content{width: 950px; height: 500px; margin: 0 auto; position: relative; text-align: center; padding-top: 20px; border: 1px dotted #777;}


/* link navigation */
.navigation{position: relative; top:10px; text-align: center}
.navigation a, .navigation{text-decoration:none; font-family: Verdana; font-size: 12px; color: #777}
.navigation a:hover {
	color: #FF9900;
}
.navigation #current{
	color: #999999;
}

/* contact form */
#contact-content{
}


#contact-form {	
	text-align: left;
	color: #FF9964;
	padding: 5px;
	width: 238px;
	font-size: 80%;
	height: 284px;
	right: 129px;
	position: absolute;
	top: 3px;
}

#contact-message{
	font-family: Verdana; font-size: 12px;
	text-align: left;
	color: #000;
	position: absolute;
	left: 50px;
	top: 0px;
}

#cm2{
	color: #fff;
	width: 160px;	
	padding-left: 105px;
	padding-top: 0px;
}

#cm2 a{
	text-decoration:none;
	color: #f90;
}

#cm2 a:hover{color: #600;}
