/* EPK CSS Document */

html {
	background-color: #000000;
	font-size: 12px;
}

body {
	text-align: center;
}

a, a:visited, a:active, a:link {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #330000;
}

#shell {
	background: #FFFFFF;
	text-align: left;
	width: 700px;
	margin: 10px auto 10px auto;
	font-family: Verdana, Arial, Helvetica, san-serif;
	color: #000000;
}

#header {
	height: 320px;
	width: 700px;
	margin: 10px auto 10px auto;
	text-align: center;
}

#header h1 {
	display: none;
}

#main {
	margin: 10px;
}

ul#nav {
	/* width: 700px;
	list-style: none;
	margin: 0 0 0 20px;
	padding: 0; */
	display: none;
}
/*
ul#nav li {
	width: 110px;
	height: 20px;
	float: left;
	clear: none;
	text-align: center;
}

ul#nav li a {
	font-size: 15px;
	font-weight: bold;
}*/

.clear {
	clear: both;
}

.photo_image {
	clear: none;
	float: left;
	height: 150px;
	width: 200px;
	margin: 10px;
}

.photo_image img {
	height: 150px;
	border: 0;
}

#footer {
	height: 20px;
	font-size: 10px;
	text-align: center;
}

.row {
	width: 300px;
	text-align: left;
	clear: both;
	height: 30px;
	background: #FFFFFF;
	color: #000000;
	vertical-align: middle;
	padding: 5px;
	margin: 0;
}

.row img {
	border: 0;
}

.column {
	width: 150px;
	clear: none;
	float: left;
	padding: 0;
	margin: 0;
	color: #000000;
	vertical-align: middle;
	height: 30px;
	text-align: center;
}

#set_reqs {
	width: 400px;
	text-align: left;
}