body
{
	background-color:#990000;
	color:white;
	
	font-family:"Lucida Sans", "Lucida Grande", Arial, Sans-Serif;
	font-size:84%;
}

/* Tag styles that apply everywhere */

img { border:0; }
form { margin:0; padding:0; }

h1, h2, h3, h4, h5, h6 { margin:0; padding:0 }
h1 { font-size:1.8em; }
h2 { font-size:1.4em; }

p { line-height:1.4em; }

a:link { color:#CCC; }
a:visited { color:#CCC; }
a:hover { color:white; background-color:#888; }

ul li { padding-bottom:0.6em; }

.box
{
	position:relative;
	width:803px;
	margin:0 auto;
	height: 115px;

}

.menu
{
	width:157px;
}

.main
{
	width:643px;
	float:right;
}


/* Menu styles */

.menu ul
{
	margin:0;
	padding:0;
	list-style-type:none;
	border-top:1px solid black;
}

.menu ul li
{
	border-bottom:1px solid black;
	padding:0;
}

.menu ul a:link,
.menu ul a:visited
{
	display:block;
	height:50px;
	padding:10px 0px 0px 5px;
	color:white;
	text-decoration:none;
}

.menu ul a:hover,
.menu ul a:focus
{
	background-color:#B00;
}

.menu ul a.current:link,
.menu ul a.current:visited
{
	background-color:#010101;
}
