@charset "utf-8";
/* CSS Document */

body{
background-color:#cef2fd;/*#eefbfd*/
color:#000000;
font-size:16px;
font-family:Arial, Helvetica, sans-serif;
line-height:18px;
}

/*html {scrollbar-base-color: #648211;
scrollbar-arrow-color: #ffffff;
scrollbar-darkshadow-color: #648211; 
scrollbar-3dlight-color:#648211;
overflow:auto;
}*/

.profile {clear: both; padding: 10px 0;}
.profile img {float: left; margin: 0 10px 10px 0;}

#container{
width:908px;}

#menub { color:#648211; font-weight:bold; font-size:14px; line-height:20px}

#top{
}

#main{
margin-top:20px;
border: solid #648211 5px;
background-color:#eefbfd;
background-image:url("images/menubg.gif");
background-repeat:repeat-y;
}

#menu{
float:left;
width: 193px;
}

#content{
padding:10px;
float: right;
width: 680px;
}
#images{
float:left;
width:300px;
}
#text{
margin-left:300px;
}

#dummy{
clear:both;
}

#legal{
padding:5px;
font-size:9px;
}

a:visited{
color:#000000;
text-decoration:none;
}
a:active{
color:#000000;
text-decoration:none;
}
a:link{
color:#648211;
text-decoration:none;
}
a:hover{
color:#648211;
text-decoration:underline;
}

h1{
padding:0px;
margin:0px;
font-size:20px;
font-weight:900;
color:#648211;
}

.border{
border:solid 1px #000000;
}