	
	body {
	font-family: arial, helvetica, sans-serif;
	font-size: .90em;
	line-height: 1.25em;
	color: silver;
	background-color: #03181c;
	}

	h2 {
	font-family: "times new roman", georgia, times, serif;
	font-size: 1.4em;
	font-style: oblique;
	color: #a1aac6;
	}
	
	h1 {
	font-family: "times new roman", georgia, times, serif;
	font-size: 1.75em;
	font-style: oblique;
	color: #a1aac6;
	}
	
	h3 {
	font-size: 1em;
	color: #a1aac6;
	}
	
a:link {
	color: silver;
	}
	
a:visited {
	color: #a1aac6;
	}
	
a:hover {
	color: #eef4f5;
	}
	
a img {border: none;}
	
	
#allcontent {
	width: 800px;
	background-color: #03181c;
	margin-left: auto;
	margin-right: auto;
	}
	
#header {
	padding: 15px 1px 0 25px;
	border-bottom-color: a1aac6;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	}
	
#button {
	position: relative;
	float: left;
	width: 137px;
	padding: 10px 0 3em 0;
	font-family: arial, helvetica, sans-serif;
	line-height: 1.2em;
	}
	
#button ul {
		list-style: none;
		margin: 0;
		padding: 1em;
		border: none;
		}
		
#button li {
		border-bottom: 1em;
		margin: 0 0 1em 0;
		}

#button li a {
		display: block;
		padding: 5px 5px 5px 5px;
		border: 3px solid silver;
		border-style: outset;
		background-color: #03181c;
		text-decoration: none;
		color: silver;
		}

	html>body #button li a {
		width: auto;
		}

#button li a:hover {
		border: 3px solid #eef4f5;
		border-style: outset;
		background-color: #051d22;
		color: #eef4f5;
		}

#content {
	width: 600px;
	padding: 6px 1em 5em 2em;
	margin-left: 10em;
	border-left-style: solid;
	border-left-color: #a1aac6;
	border-left-width: 2px;
	line-height: 1.15em;
	}
	
.photo {
	float: left;
	border: 4px;
	border-color: silver;
	border-style: outset;
	margin-right: 20px;
	margin-bottom: 20px;
	}
	
.item {
	height: 175px;
	}
	
#footer {
	font-size: 80%;
	line-height: 1.25em;
	text-align: center;
	clear: top;
	height: 600 px;
	}