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

body {
	background-color:#3B5383;
	font-family:verdana;
	font-size:12px;
	color:#FFF;
}
a{
	text-decoration:none;
	color:#FFF;
}
#content a {
	border-bottom: 1px dotted #FFF;
}

a:hover{
	text-decoration:underline;
}
h1 {
	font-size:20px;
	margin-bottom:10px;
}
h3{
	font-size:14px;
	margin-top:20px;
	margin-bottom:10px;
}
h3.content {
	margin-top:20px;
}
p {
	margin-top:10px;
	margin-bottom:10px;
}
p.last {
		margin-bottom:30px;
}
#content ul {
	margin-left:20px;
}
#mainContainer {
	width:900px;
	margin:0 auto;
}
#header {
	background-image: url(../images/header.jpg);
	height:92px;
}
#mainNav{
	width:900px;
	height:30px;
	border-bottom: 1px solid #999;
	margin-bottom:30px;
}
#mainNav ul{
	list-style-type:none;
	padding-top:5px;
}
#mainNav ul li{
	float:left;
	width:125px;
	display:block;
	text-align:center;
}
#leftCol {
	float:left;
	width:200px;
}
#leftCol ul{
	list-style-type:none;
	margin-left:20px;
}
#leftCol ul li{
	line-height:20px;
}
#content{
	float:left;
	width:500px;
	padding-bottom:20px;
}
#contentAlbums{
	float:left;
	width:680px;
}
#rightCol {
	float:right;
	width:180px;
	margin-left:20px;
}
#rightCol img {
	margin-bottom:10px;
}
