body
{
	background-color: black;
	color: white;
	font-family: arial, helvetica, sans-serif;

}

img
{ 
	border: none;
}

a
{ 
	text-decoration: none; 
	font-weight: bold;
	color: white; 	
}

a:hover
{
	color: red;
}

.center
{
	text-align: center;
}
#wrapper
{
	padding: 10px;
}

#menu
{
	position: relative;
	height: 120px;
	width: auto;
	margin: 10px;
}

#menu h1
{
	display: inline;
	font-family: Impact, Charcoal, sans-serif;
	letter-spacing: 4px;
	padding: 3px;
	margin: 0px 15px;
}

#menu #links
{
	display: inline;
	position: relative;
	top: 45px;

}


#content
{
	position: relative;
	width: 600px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
}

.logo
{
	float: left;
	margin-right: 10px;
}

#captionopen
{
	position: relative;
	font-size: .5em;
	text-align: center;
	letter-spacing: .4em;
}

#captionclose
{
	position: absolute;
	display: inline;
	top: 200px;
	left: 815px;
	letter-spacing: .4em;
	font-size: 1.5em;
	text-align: center;
}

#footer
{
	position: relative;
	left: 5px;
	width: 99%;
	text-align: center;
	color: #2A2929;

}

#footer a
{
	color: #2A2929;
}

#footer a:hover
{
	color: white;
}

