@charset "utf-8";
body {
	font-family: 'Raleway', sans-serif;
	;
	background-color: #000000;
	margin-top: 30px;
	margin-left: 30px;
	background-image: url(images/cc_grey.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
}
.small_grey {
	font-size: 80%;
	color: #666666;
	margin: 0px;
}
.author_image {
	margin: 10px;
}
.content_margin {
	margin-top: 10px;
	margin-left: 10px;
}

.float_left {
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}
.float_clear {
	clear: both;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}


h1 {
	font-size: 80px;
	color: #FFFFFF;
	margin-bottom: 0px;
	margin-top: 0px;
}
h2 {
	margin-top: 0px;
}
h3 {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 90%;
	margin-top: 0px;
}
.navigation  a:link {
	color: #FFFFFF;
	text-decoration: none;
}


#content {
	background-color: #FFFFFF;
	width: 700px;
	padding: 10px;
}
.navigation a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.navigation a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
