*{
	margin: 0px;
	padding: 0px;
}

body{
	background-color: black;
	background-image: url('images/slice.gif');
	color: #ccc;
	font-family: verdana;
	font-size: 10pt;
}

h1, h2, h3{
	margin: 10px;
}	

p{
	margin: 10px;
	text-align: left;
}

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

li{
	margin: 10px;
}

a:hover{
	color: #fff;
}

#container{
	
}

#header{
	height: 100px;
	border-bottom: 1px solid #666;
	padding-left: 10px;
}

#contentContainerOutter{
	background-color: black;	
}

#contentContainer{
	width: 990px;
	margin: auto;
}

#contentContainer a{
	text-decoration: underline;
}

#contentContainer img{
	margin: 20px 40px 10px 40px;
}

#footer{
	clear: both;
	background-image: url('images/slice.gif');
	height: 100px;
	border-top: 1px solid #666;
	font-size: 9pt;
}

.bottomNav{
	float: right;
}
