/* Background color, logo, main content size */

body
{
background-color:#FFF;
background-image:url(../images/bgradient.jpg);
background-repeat:repeat-x;
text-align:center;
margin:0;
}


.logo
{
text-align:center;
background-image:url(../images/logo.jpg);
width:800px;
height:134px;
margin-top:0px;
margin-left:auto;
margin-right:auto;
margin-bottom:0px;
position:relative;
}


.container
{
text-align:right;
width:800px;
height:580px;
background-color:#ffffff;
margin-top:0px;
margin-left:auto;
margin-right:auto;
margin-bottom:0px;
position:relative;
}

.content
{
width:800px;
height:auto;
padding-top:50px;
margin-top:0px;
margin-bottom:15px;
margin-left:0px;
margin-right:0px;
text-align:center;
position:relative;
}





/* Navigation */



.navbar
{
position:relative;
background-color:#e9654c;
margin:0px;
width:800px;
height:30px;
text-align:center;
}

ul.nav
{
list-style-type:none;
display:inline;
padding-right:0px;
padding-left:0px;
}

li.nav
{
text-align:center;
list-style-type:none;
display:inline;
margin-left:6px;
margin-right:6px;
font-family:"Lucida Sans", helvetica, sans-serif;
font-size:10pt;
text-indent:inherit;
}

.navcontainer
{
width:800px;
height:30px;
margin:0px;
padding-top:7px;
padding-left:0px;
padding-right:0px;
text-align:center;
position:relative;
}




/* LINKS */

A:link, A:visited
{
color:#e9654c;
text-decoration:underline;
}


A.navlink:link, A.navlink:visited
{
color:#ffffff;
text-decoration:none;
}


A.navlink:hover
{
color:#ffcc99;
text-decoration:none;
}



/* Copyright & contact */


.copyright
{
position:relative;
padding-top:10px;
text-align:center;
float:none;
color:#000000;
margin: 0px;
font-family:"Lucida Sans", helvetica, sans serif;
font-size:7pt;
font-style: normal;
}