body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4 {
	color: #435969;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
h1 {
	font-size: x-large;
	text-align: center;
}
p {
	line-height: 1.3em;
}
img {
	border: none;
}

#content {
	margin: 100px 150px 0 170px;
	padding: 15px;
	padding-top: 30px;
	font-size: small;
}
#content a {
	color: #005AAA;
}
#content a:hover {
	color: #78B8E5;
}
#content h4 {
	font-size: small;
	margin: 0;
}

#header {
	width: 100%;
	height: 80px;
	background: url(images/dark-bg.png);
	position: absolute;
	top: 0px;
	margin: 0;
}
#header .logo {
	margin: 17px 0 0 20px;
}
#nav {
	position: absolute;
	top: 80px;
	width: 100%;
	border-top: 5px solid #293741;
	border-bottom: 1px solid #293741;
	background: url(images/dark-bg.png);	
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 170px;
}
#nav ul li {
	float: left;
}
#nav a {
	display: block;
	padding: 6px 20px;
	color: #fff;
	font-weight: bold;
	font-size: .7em;
	text-decoration: none;
}
#nav a:hover {
	background-color: #293741;
}

#left {
	width: 170px;
	height: 342px;
	position: absolute;
	top: 112px;
	left: 0px;
	background-color: #E7F4FF;
	border-right: 1px solid #BFD2EB;
	padding-top: 20px;
}
#left-bottom {
	width: 170px;
	position: absolute;
	top: 454px;
	left: 0px;
	background-image: url(images/dark-bg.png);
	border-right: 1px solid #293741;
	border-bottom: 1px solid #293741;
	padding-top: 10px;
	text-align: center;
}
#left-bootom form {
	margin: 0;
}
#left-bottom h4 {
	margin: 0 0 3px 0;
	padding: 0;
	color: #fff;
}

#right {
	width: 150px;
	position: absolute;
	top: 112px;
	right: 0px;
	background-color: #E7F4FF;
	border-left: 1px solid #BFD2EB;
	border-bottom: 1px solid #BFD2EB;
	padding-top: 20px;
}
#right ul {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	list-style: none;
}
#right li {
	margin-left: 10px;
}
#right h2 {
	font-size: 1em;
	color: #000;
	padding-left: 5px;
	margin: 0;
}
#right a {
	font-size: .7em;
	color: #002D67;
	text-decoration: none;
}
#right a:hover {
	color: #78B8E5;
}

/*
#footer {
	width: 100%;
	height: 2em;
	padding-top: .5em;
	background-image: url(images/dark-bg.png);
	color: #fff;
	font-size: xx-small;
	letter-spacing: .5em;
	text-align: center;
	clear: both;
}
*/

#footer {
	color: #000;
	font-size: xx-small;
	letter-spacing: .3em;
	text-align: center;
	clear: both;
}

#left-ad {
	width: 170px;
	position: absolute;
	top: 112px;
	left: 0px;
	padding: 10px;
	padding-top: 30px;
}

.center {
	text-align: center;
}

/* Albums */
.album-image {
	float: left;
	margin: 0 20px 20px 0;
}
.album-details {
	font-size: x-small;
}
.album-details h3 {
	margin: 0;
	font-size: small;
}

/* Wallpapers */
#wallpapers li {
	list-style: none;
	margin-bottom: 10px;
}

/* Videos */
.videos li {
	margin-bottom: 10px;
}
