body
{
font-family: sans serif;
font-size: 12px;
line-height: 18 px; 
text-align: center;
background-image: url('image/bodybg.gif');
}


#mainwrap
{
width: 1000px;
margin-left: auto;
margin-right: auto;
border: 1px solid black;
}

#middlewrap
{
border-bottom: 2px solid gray;
border-left: 1px solid gray;
border-top: 1px solid gray;
}

#logo
{
width: 200px;
height: 192px;
float: left;
display: inline;
border-bottom: 1px solid black;
border-left: 1px solid black;
border-top: 1px solid black;
border-right: 1px solid black;
position: relativ;
background-image:url('image/novus_orange.png');
}

#title
{
width: 800px;
height: 192px;
margin: 0 0 0 200;
border-bottom: 1px solid black;
border-left: 1px solid black;
border-top: 1px solid black;
border-right: 1px solid black;
}

#menu
{
width: 199px;
float: left;
border-top: 1px solid gray;
border-left: 1px solid gray;
background-color: black;
}

#main
{
width: 736px;
margin: 0 0 0 199;
padding:30 30 30 30;
border-top: 1px solid black;
border-right: 2px solid gray;
border-bottom: 1px solid black;
border-left: 3px solid black;
background-color: #FFEBCD;
}

#bottom
{
width: 1000px;
border-right: 1px solid gray;
border-bottom: 1px solid gray;
border-left: 1px solid gray;
color:white;
}

ul#navigation
{
list-style-type:none;
margin: 20 40 20 0;
}

ul#navigation a
{
text-decoration: none;
display: block;
background: #EE7621;
color: #fff;
padding: .2em .5em;
border-bottom: 1px solid black;
width: 7em;
}

ul#navigation a:hover
{
background: #69C;
color: #000;
}

p
{
font-family: sans serif;
font-size: 15px;
line-height: 18 px; 
text-align: left;
}


