@charset "utf-8";
/* CSS Document */

body {
	width:100%;
	height:100%;
	background:black;
	background-image: url(/images/back2.jpg);
	background-repeat:no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:white;
}
div p a, div ul li a, div table tr td a {
	color:white;
	text-decoration:none;
	border:white dotted 1px;
}
div p a:hover, div ul li a:hover, div table tr td a:hover {
	border:1px dashed white;
}
#container {
	position:absolute;
	width:860px;
	height:440px;
	left:50%;
	top:0;
	margin-left:-430px;
}
#menubar {
	position:absolute;
	left:20px;
	top:20px;
	width:200px;
	height:400px;
	z-index:1;
	background-image: url(/images/leftBox.png);
}
#menubar a {
	display:block;
	width:100%;
	height:20px;
	margin:0px;
	margin-top:3px;
	padding:0px;
	text-align:center;
	color:white;
	border-bottom:white 1px dashed;
	text-decoration:none;
}
#menubar a:link, #menubar a:visited {
	color:white;
}
#menubar a:hover, #menubar a:active {
	color:red;
}

#menubar a.credits {
	position:absolute;
	bottom:0px;
	left:0px;
	
	font-weight:normal;
	font-size:10px;
	height:14px;
	
	border-top:white 1px dashed;
	border-bottom:white 0px dashed;
}
#titlebar {
	position:absolute;
	left:240px;
	top:20px;
	width:600px;
	height:60px;
	z-index:2;
	color:white;
	font-weight:bold;
	font-size:16px;
	background-image: url(/images/leftBox.png);
}
#titlebar h1 {
	margin:0px;
	padding:0px;
	line-height:1;
	margin-top:15px;
	margin-left:20px;
	
}
#content {
	position:absolute;
	left:240px;
	top:100px;
	width:600px;
	height:320px;
	z-index:3;
	background-image: url(/images/leftBox.png);
	overflow:auto;
}
#content p, h1, h2, h3, h4, h5, h6 {
	margin-left:20px;
	margin-right:20px;
	margin-top:20px;
}
#content p img {
	margin-right:20px;
	float:left;
}

form {
	display:block;
	margin:20px;
}


form input, form textarea, form select, form select option {
	background:none;
	color:white;
}

form input, form textarea, form select {
	border:solid 1px white;
}

form.contact input, form.contact textarea {
	display:block;
	margin-bottom:5px;
}
.placeholder {
	display:block;
	width:100%;
	height:20px;
	margin:0px;
	margin-top:15px;
	padding:0px;
	text-align:center;
	color:red;
	border-bottom:white 1px solid;
	text-decoration:none;
}

td {
	vertical-align:top;
}

.todo {
	font-size:12px;
	font-weight:normal;
}