html {
	font-family:Tahoma, Geneva, sans-serif;
	height: 100%;
    width: 100%;
}
body {
	background-color:#000;
	color:#C7C7C7;
	width:1024px;
	margin:0 auto;
	line-height:1.4em;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #2C2C2C;
	border-left-color: #2C2C2C;
}
a {
	color:#FFF;
}
a:hover {
	color:#FFC;
}
h1 {
	font-size:1.2em;
	font-weight:normal;
	color:#FFF;
	margin-top:10px;
}
p {
	font-size:.9em;
	margin-bottom:10px;
}
#header_menu {
	position:fixed;
	float:left;
	top:0;
	background-image:url(../img/navigation_objects/headermenu_bg.png);
	width:1024px;
	height:54px;
	z-index:999;
}
#header_menu h2 {
	display:inline;
	float:left;
	margin:0 20px 0 0;
	font-weight:normal;
	margin-top:15px;
	font-size:1.3em;
	text-transform:uppercase;	
	opacity:.8;
}
#header_menu h2 a {
	text-decoration:none;
}
#collaborations_top {
	background-image:url(../img/levels/level01_top_bg.jpg);
	width:1024px;
	height:119px;
}
#collaborations {
	background-image:url(../img/levels/level01_bg.jpg);
	width:1024px;
	height:582px;
}
#collaborations #text_content {
	float:left;
	display:inline;
	margin-left:132px;
	margin-top:195px;
	width:425px;
	height:300px;
	overflow:hidden;
}
#collaborations #text_content img {
	margin-top:5px;
	margin-bottom:5px;
}
#collaborations ul {
	display:block;
	float:right;
	margin-top:135px;
	margin-right:232px;
	width:200px;
}
#collaborations ul li a {
	text-decoration:none;
	display:block;
	font-size:0.9em;
	text-align:center;
	overflow:hidden;
	padding-top:4px;
	margin-bottom:14px;
	white-space:nowrap;
	width:200px;
	height:25px;
	opacity:.7;
	cursor:pointer;
}
#collaborations ul li .home {
	display:block;
	margin-left:84px;
	margin-bottom:26px;
	width:50px;
	height:35px;
	line-height:1.5em;
	font-size:1.2em;
}
#collaborations ul li .more {
	display:block;
	float:right;
	margin-right:67px;
	margin-top:18px;
	width:50px;
	height:37px;
	line-height:1.5em;
	font-size:1.2em;
}
#about {
	background-image:url(../img/levels/level02_bg.jpg);
	width:1024px;
	height:730px;
}
#about #about_content {
	float:left;
	display:inline;
	margin-left:130px;
	margin-top:270px;
	width:320px;
	height:270px;
	overflow:hidden;
}
#contact {
	background-image:url(../img/levels/level03_bg.jpg);
	width:1024px;
	height:869px;
}
#contact #contact_form {
	float:left;
	display:inline;
	margin-left:125px;
	margin-top:230px;
	width:300px;
	height:430px;
	overflow:hidden;
	color:#333;
}
#contact #contact_form p {
	display:block;
	height:55px;
	overflow:hidden;
	width:270px;
}
#contact #contact_form #form {
	width:300px;
}
#contact #contact_form #form .valid {
	width:17px;
	height:17px;
	background-image:url(../img/misc/valid_icon.png);
	float:left;
	margin-top:10px;
	cursor:help;
}
#contact #contact_form #form .invalid {
	width:17px;
	height:17px;
	background-image:url(../img/misc/notvalid_icon.png);
	float:left;
	margin-top:10px;
	cursor:help;
}
#contact #contact_form #form .validsend {
	width:17px;
	height:17px;
	background-image:url(../img/misc/valid_icon.png);
	float:right;
	margin-top:4px;
	margin-right:20px;
}
#contact #contact_form #form .invalidsend {
	width:17px;
	height:17px;
	background-image:url(../img/misc/notvalid_icon.png);
	float:right;
	margin-top:4px;
	margin-right:20px;
}
#contact #contact_form form input {
	width:260px;
	margin-top:8px;
	margin-bottom:10px;
	background: transparent url("img/navigation_objects/overlay.gif");
	border:solid 0;
	color:#333;
	float:left;
}
#contact #contact_form form textarea {
	width:260px;
	height:160px;
	margin-top:40px;
	background: transparent url("img/navigation_objects/overlay.gif");
	border:solid 0;
	overflow:auto;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:0.9em;
	color:#333;
	float:left;
}
#contact #contact_form .submitbutton {
	width:80px;
	float:right;
	margin-top:30px;
	margin-right:20px;
	font-weight:bold;
}
#contact #contact_info {
	float:right;
	display:inline;
	width:280px;
	height:200px;
	margin-right:20px;
	margin-top:190px;
	font-size:0.9em;
}
#contact #contact_info dl {
	color:#333;
}
#contact #contact_info dl dt {
	font-weight:bold;
}
#contact #contact_info dl dd {
	margin-left:20px;
}
#contact #contact_info dl a {
	color:#000;
}

/* MISC */
.float_left {
	display:block;
	float:left;
}
.bold {
	font-weight:bold;
}
.description {
	display:block;
	color:#666;
	margin-top:10px;
}
.more_description {
	color:#666;
	display:inline-block;
	border-left:solid 1px #666;
	padding-left:10px;
	margin-left:10px;
}
.error {
	color:#DF0000;
}
.space_bottom {
	margin-bottom:20px;
}
.space_right10 {
	margin-right:10px;
}
.hidden {
	display:none;
}