/*CSS*/
#pageborder{
width:800px;
margin:0px auto;
background-color:#fff;
}
body
{
font-family:Georgia, "MS Sans Serif", Geneva, sans-serif;
font-size:.9em;
background-color:#ccc; 
}
body a{
color:#600;
text-decoration:none;
}
body a:hover{
text-decoration:underline;
}
h1, h2, h3
{
color:#333;
}
a img
{
border:none;
}

#logo{
width:354px;
height:156px;
background-image:URL(../images/logo.jpg);
background-repeat:no-repeat;
float:left;
}
#top{
width:446px;
height:22px;
float:left;
background-image:URL(../images/top.jpg);
background-repeat:no-repeat;
}
#menu{
float:left;
width:446px;
height:105px;
background-image:URL(../images/menu.jpg);
background-repeat:repeat;
}
#nav{
margin-top:45px;
width:400px;
padding-left:10px;
text-align:center;
font-family: verdana, sans-serif;
float:left;
}
#nav a{
padding-left:15px;
padding-right:15px;
}

#small_col{
float:left;
width:195px;
background-color:#e7fafa;
margin:10px;
padding:5px;
}

#big_col{
float:left;
width:535px;
padding:5px;
margin:0px;
}

#footer{
background-image:URL(../images/foot.jpg);
background-repeat:no-repeat;
width:550px;
height:72px;
padding-left:250px;
margin-top:20px;
}


.clearfloats{
clear:both;
}

