/*
Main CSS
*/

* { padding: 0; margin: 0; }

html, body {
	height: 100%;
	margin: 0 0 1px;
}


body {
	font-family: Georgia, Times, serif;
	font-size: 13px;
	background: #000;
}

P {
	margin-bottom:10px;
	line-height:12pt;
}

a {
	color:white;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	color:#cc99cc;
}

#wrapper { 
	margin: 0 auto;
	width: 780px;
}

#header {
	width: 780px;
	height: 100px;
}

#content { 
	color: #333;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	height: 350px;
}

#nav {
	height:98px;
	display: block;
    margin-left: auto;
    margin-right: auto;
	background:url('../images/nav_bck.gif') no-repeat 0 0;
}

/*
Navigation Button CSS
*/

ul li.navigation a  {
	display:block;
	float:left;
	width:311px;
	height:98px;
	background:transparent url('../images/nav2.png') no-repeat 0 0;
	text-indent:-9009px;
}

ul li#nav1 a:hover {
	background-position: 0 -98px;
}

ul li#nav2 a {
width:127px;
background-position: -311px 0;
}

ul li#nav3 a {
width:342px;
background-position: -438px 0;
}


ul li#nav2 a:hover {
	background-position: -311px -98px;
}

ul li#nav3 a:hover {
	background-position: -438px -98px;
}



/*
Type CSS
*/