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

/* General Elements */
body {
	background-color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}

h2 {
	font-size: 14px;	
}

#content_table {
	width: 1000px;
	border: 1px solid #484b4e;
	margin: 20px 0 0 0;
	padding: 0px;
}

.headerLines {
	border-top: 1px solid #484b4e;	
	border-bottom: 1px solid #484b4e;
}

#content {
	border-top: 1px solid #484b4e;	
	margin-top: 10px;
	margin-left: 10px;
	padding: 10px 10px 0px 0px;
}

a {
	color: #FFF;
	text-decoration: underline;
}

a:hover {
	color: #FFF;
	text-decoration: none;
}

#tenSpace {
	margin-left: 20px;	
}

/* Navigation */
#nav {
	margin-top: 10px;
	margin-left: 10px;
	/*margin-bottom: 50px;*/
	width: 250px;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-y;
	background-position: bottom;
	border: 1px solid #484b4e;
}

#nav a {
	color: #FFF;
	text-decoration: none;
}

#nav a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* Footer */
#footer {
	border-top: 1px solid #484b4e;
	font-size: 10px;
	padding: 5px;
	color: #ebebeb;
	background-color: #1d1f20;
}

#footer a {
	color: #FFF;
	text-decoration: underline;
}

#footer a:hover {
	color: #FFF;
	text-decoration: none;
}

