body{
	margin:0;
	background-color:#000;
	font-family:Verdana, Geneva, sans-serif;
	background-image:url(images/glow.jpg);
	background-position: center center;
	background-repeat: repeat-y;
}

.container{
	margin:auto;
	background-color:#000;
	width:900px;
	position:relative;
}

.separator{
	border-bottom:1px solid white;
}

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

a:hover{
	color:#F00!important;
}

a.selected {
	color:#F00!important;
}

#header{
	background-color:#000;
}
	
	#logo{
		background-image:url(images/cmr_logo.jpg);
		height:200px;
		width:300px;
		float:left
	}
	
	#nav{
		float:left;
		margin-top:50px;
		margin-left:50px;
	}
	
		#nav a{
			padding-left:10px;
			width:150px;
			background-image:url(images/nav.jpg);
			background-repeat:repeat-y;
			font-size:10px;
			color:#000;
			font-weight:bold;
			display:block;
			line-height:20px;
			margin-bottom:20px;
		}
	
#body{
	color:#FFF;
	height:auto;
	width:auto;
	padding:75px;
}

	h1{
		font-size:12px;
		font-style:normal;
		font-weight:normal;
		color:#FFF;
	}
	
	h2{
		font-size:12px;
		font-style:normal;
		font-weight:normal;
		color:#FFF;
	}
	
	p{
		font-size:12px;
		font-style:normal;
		font-weight:normal;
		color:#FFF;
	}
	
	li{
		font-size:12px;
		font-style:normal;
		font-weight:normal;
		color:#FFF;
	}
		
#footer{
	background-color:#000;
	height:60px;
	padding-left:75px;
}

	#footer span{
		font-size:10px;
		color:#FFF;
		display:block;
		margin-right:25px;
		float:left;
		line-height:25px;
	}
