/* CSS Document */

body{
	background-color:#000000;
	color: white;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

a{
	text-decoration: none;
	color: white;
	font-weight: bold;
}
a:hover{
	text-decoration: underline;
}

#container{
	width: 887px;
	margin: auto;
}
#header{
	background-image:url(../gfx/header.png);
	height: 110px;
	width: 100%;
}
#header h1, #header h2, #header h3{
	display: none;
}
#navList{
	list-style:none;
	background-image:url(../gfx/menuBar.png);
	background-repeat:no-repeat;
	width: 100%;
	height: 29px;
	padding: 0px;
	margin: 0px;
	text-align:center;
	padding-top: 10px;
}
#navList li{
	display: inline;
	padding: 10px;
}
#navList a{
	color: white;
	text-decoration:none;
	font-weight:bold;
	padding-top: 8px;
}
#navList a:hover{
	text-decoration: underline;
}
#footer{
	background-image:url(../gfx/footer.png);
	width: 889px;
	height: 27px;
	padding-top: 7px;
	font-size:9px;
	background-repeat:no-repeat;
	clear: both;
	float: left;
	margin-top: 20px;
}
#footer a{
	color: white;
	clear: both;
}
.list{
	list-style:none;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 20px;
	display: block;
	float: left;
	clear:both;
}
.list li{
	width: 150px;
	text-align: center;
	float: left;
	margin-right: 25px;
	height: 240px;
}
.list a{
	font-size: 0.8em;
}
#contentBlock h2{
	clear: both;
	margin-bottom: 0px;
}
/* profile bits */
#titleProfile{
	margin-top: 10px;
}
#titleProfile img{
	float: left;
}
#titleText{
	width: 500px;
	display: block;
	float: right;
	margin-right: 260px;
}
#titleProfile h2{
	margin-top: 0px;
}
#titleProfile h5{
	margin-top: 0px;
	margin-bottom: 1px;
	font-size: 1.2em;
}
#titleProfile p{
	margin-top: 4px;
}