body {
background-color: #000; 
margin: 0px;
}

html { 
min-height: 100%; 
margin-bottom: 1px; }

#container {
position: relative;
left: 50%;
margin-left: -480px;
background-image: url(images/bg.jpg);
background-color: #000; 
background-repeat: no-repeat;
background-attachment: fixed
color: #333333; 
margin-top: 18px;
width: 960px;
height: 700px;
font-family: Arial;
text-align: left;
padding: 0px;
}

#nav
{
float: left;
background-image: url(images/nav.jpg);
background-repeat: no-repeat;
text-color: black;
background-color: blue;
width: 159px;
height: 301px;
margin-top: 48px;
color: #C1DFF1;
line-height: 8px;
}

#nav p{
margin-left: 0px;
line-height: 37px;
font-family: Arial;
font-size: 16px;
}

p {font-size: 14px;
text-decoration: none;
font-family: arial;
}

#mainContent
{
float:left;
background-color: white;
color: black;
width: 639px;
padding: 0px;
width: 639px;
background: url(images/content.gif) repeat-y center top;
margin-top: 40px;
margin-left: 96px;
text-align: left;
}

#contenttext
{
font-family: Arial;
font-size: 14px;
margin-left: 65px;
margin-right: 65px;
line-height: 22px;
}

#contenttext a{
text-decoration: none;
color: #000099;
}

#clear
{
clear:both;
}

#clear2
{
margin-top: 10px;
padding: 15px;
clear:both;
}

#box1
{
background-image: url(images/box1.jpg);
background-repeat: no-repeat;
float: left;
margin-left: 62px;
margin-top: 15px;
width: 245px;
height: 136px;
}


#box2
{
background-image: url(images/box2.jpg);
background-repeat: no-repeat;
float:left;
margin-left: 15px;
margin-top: 15px;
width: 245px;
height: 136px;
font-family: Arial;
font-size: 11px;
color: white;
}

#email
{
background-repeat: no-repeat;
float:right;
margin-right: 85px;
margin-top: 0px;
width: 140px;
height: 157px;
}


#footer{
text-align: center;
font-family: Arial;
color: black;
padding: 10px 0px 10px 0px;
}


#footer a{
color: #000099;
text-decoration: none;
}

#footer a:hover{
color: #C1DFF1;
}

#footer a:visited{
color: #000099;
}