* {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

html {
	height: 100%;
}

body {
	background: #0F0E11;
}

h1 {
	color: #3399ff;
	font-size: 18px;	
}

p {
	font-weight: bold;
	font-style: Verdana;
	color: #fff;
	font-size: 12px;
}

i {
	color: #333;
	font-size: 12px;
}

.grey {
	font-size: 12px;
	color: #232323;
}

.reference {
	font-size: 12px;
	color: #232323;
} 

a:link {
	font-weight: bold;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
}

a:link .grey {
	font-weight: bold;
	color: #232323;
	font-size: 15px;
	text-decoration: none;
}

a:visited {
	font-weight: bold;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
}
img {
	border: none;
}

/*-----------Containers-----------*/

#container {
	margin: auto;	
	width: 500px;
	height: 504px;
	border: solid 10px #1F1F1F;
}

#body {
	margin: auto;
	text-align: center;
	width: 532px;
	height: 30px;
}

#header {
	background: url(enter1.jpg);
	margin: auto;
	text-align: center;
	width: 500px;
	height: 70px;
	border-top:solid 0px #0F100A;
	border-left:solid 0px #0F100A;
	border-right:solid 0px #0F100A;
}

#content {
	background: #ededed url(images/gradient.png) repeat-x;
	width: 100%;
	height: 608px;
}
#logo {
	margin-top: 40px;
	margin-left:20px;
	width: 365px;
	height: 36px;
}

#leftnav {
	overflow: hidden;
	background: url(images/leftnav.png);
	float: left;
	height: 610px;
	width: 199px;
}
/*-----------End Containers------*/
/*--------Footer------------*/
#footer {
	margin: auto;
	padding: 5px;
	text-align: center;
	width: 500px;
	height: 50px;
	
	
	
	
	}