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

}

img
{ 
	border: none;
}

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

.center
{
	text-align: center;
}

#content
{
	position: relative;
	width: 600px;
	top: 0px;
	left: 300px;
	vertical-align: top;
	//margin-left: auto;
	//margin-right: auto;
}
#caption
{
	position: relative;
	font-size: .5em;
	text-align: center;
	letter-spacing: .4em;
}

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


#form
{
	position: relative;
	width: 500px;

}

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

}

#footer a
{
	color: #2A2929;
}

#footer a:hover
{
	color: white;
}


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

#menu h1
{
	display: inline;
	font-family: Impact, Charcoal, sans-serif;
	letter-spacing: 5px;
	padding: 10px;
	margin: 0px 20px;
}

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

}


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

td
{
	padding: auto;
	text-align: center;
}

td img
{
	width: 100px;
	margin:5px;
	padding-right: 10px;
}

table
{
	width: 800px;
	border: none;
}

