/************GENERAL************/
html, body{ 
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 margin:0; 
 padding:0; 
 }  
img {
border:none;
margin:0;
padding:0;
}
a:link, a:visited {
text-decoration:none;
}
/***************Layout*************/
#pagearea {
width:850px;
}

#header {
position:relative;
float:left;
}

#nav {
position:relative;
float:left;
width:173px;
height:531px;
background: url(images/navbg.jpg) 0 0 no-repeat;

}
#nav a {
display:block;
font-weight:bold;
font-size:14px;
color:white;
text-decoration:none;
padding:5px 0;
padding-left:10px;
}
#nav a:hover {
color:#0D5E89;
background-color:#BEDAE6;
}
#nav ul {
list-style:none;
padding:70px 0 0 0;
margin:0;
}
#nav li {
width:100%;

}

#main {
position:relative;
float:left;
width:677px;
height:473px;
background: url(images/mainbg.gif) 0 0 no-repeat;
padding-top:20px;
}
#footer {
clear:both;
text-align:center;
padding:40px 10px 10px 10px;
color:#339933;
line-height:1.73em;
}
#footer a {
color:#339933;
padding:2px;
}
#footer a:hover {
color:white;
background-color:#339933;
}