*
{
margin: 0em;
padding: 0em;
}

div.fixed
{
width: 950px;
}

body
{
background-color: #fff;
color: #585858;
font-size: 9pt;
font-family: "trebuchet ms", helvetica, sans-serif;

}
td
{
color: #585858;
font-size: 9pt;
font-family: "trebuchet ms", helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6
{
font-weight: normal;
letter-spacing: -1px;

}

#header
{

width:100%;
height:200px;
background: #440000 url('images/stripe.png') repeat-x;
}

#header_inner
{

position: relative;
width: 950px;
height:122px;
margin: 0 auto;
}

#logo
{
	position: absolute;
	bottom: -50px;
	margin: 30px;
	padding: 10px;
	left: 30px;

}

#logo h1
{
display: inline;
color: #000000;
font-size: 2.6em;

}

#menu
{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 422px;
}

#menu ul
{
list-style: none;
}

#menu li
{
float: left;
}

#menu li a
{
margin-left: 0.5em;
display: block;
padding: 1.1em 1.4em 1.0em 1.4em;
background: #fff url('images/n4.gif') repeat-x;
border: solid 1px #fff;
color: #616161;
font-weight: bold;
font-size: 1.0em;
text-transform: lowercase;
text-decoration: none;

}

#menu li a.active
{
background: #FF00FF url('images/n333.gif') repeat-x;
color: #fff;
border: solid 1px #FF00FF;
}

#main 
{
background: #ffffff;
 
width: 95%;
height: 60%;
margin: 25px;
}



}