
* {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: "Lucida Grande", Verdana;
	font-size: 13px;
	line-height: 19px;
	color: #aeafab;
}
	
body {
	background-color: #242521;
}
a:link, a:visited, a:hover {
	color: #63ebff;
	text-decoration: none;
}
.clearfloat {
	clear: both;
	line-height: 1px;
	font-size: 1px;
}
p {
	margin-bottom: 16px;
}

#strip {
	width: 100%;
	height: 4px;
	background-color: #e43f95;
	display: block;
}

#container {
	width: 960px;
	margin: 0 auto;
	background: url('images/background.jpg') no-repeat center top;
}

#top {
	width: 100%;
	height: 153px;
	display: block;
}
#nav {
	margin-left: 480px;
}

#main {
	margin-top: 40px;
}
#picture_column {
	width: 460px;
	float: left;
}
#content_column {
	width: 480px;
	float: right;
}

#footer {
	margin-top: 40px;
	font-size: 11px;
}
hr {
	color: #555555;
}


h1, h2 {
	font-size: 18px;
	line-height: 25px;
	font-weight: normal;
	margin-top: 35px;
	margin-bottom: 20px;
}
