/* CSS (C) William Donnell.  Please don't reuse without permission.  Feel absoloutely free to learn from it through */

body {
	background:black url('bg_out.jpg') no-repeat top center;
	color: white;
	text-align: center; font-style:normal; font-variant:normal; font-weight:normal; font-size:76%; font-family:Verdana, Tahoma, Arial, sans-serif
	}

img{
padding: 0px;
margin: 0px;
border: 0px;
}

#container
	{
	width: 810px;
	background:black;
	text-align: left;
	margin:0 auto;
	margin-top: 80px;
	/* outline: 5px solid white; */
	border: 5px solid white;
	}

#mainArea
	{
	padding: 10px;
	}

#mainArea img
	{
	display:block;
	margin: 10px;
	}
	
#header
	{
	background-image: url('bg_in_small.jpg');
	background-position:  left top;
	background-repeat: no-repeat;
	font-size: 6em;
	color: white;
	padding: 10px;
	text-align: center;
	height:230px;
	}

#header p
	{
	font-size: 25%;
	}

#menu
	{
	font-size: 25%;
	}

#menu a
	{
	display: inline;
	text-decoration: none;
	color:#F5B800;
	}

.currentLink
	{
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	}

#menu a:hover
	{
	border-top: .15em solid #F5B800;
	border-bottom: .15em solid #F5B800;
	}

#infobox
	{
	text-align: center;
	background: blue;
	float:left;
	width: 250px;
	margin-right: 10px;
	}

#footer
	{
	width: 810px;
	background:black;
	margin:0 auto;


	padding: 10px;
	text-align:center;
	font-size: .9em;
	font-style: italic;
	}