/* CSS Document */

body{
margin:0PX;
color:#000000;
background-color:#fffbe9;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:17px;
}
a:link{
color:#6c609e;
text-decoration:none;
}
a:visited{
color:#6c609e;
text-decoration:none;
}
a:active{
color:#6c609e;
text-decoration:none;
}
a:hover{
color:#9999cc;
text-decoration:none;
}

#top{
width:920px;
height:266px;
background-image:url(images/top.jpg);
background-repeat:repeat-x;
}

#menu{
padding-top:217px;
}

#title{
width:900px;
height:158px;
}
#content{
width:900px;
}

#left{
width:400px;
min-height:590px;
padding:10px;
float:left;
border:solid 1px #e5e1d1;
border-width:0px 1px 1px 1px;
}

#right{
width:400px;
height:590px;
padding:10px;
float:right;
border:solid 1px #e5e1d1;
border-width:0px 1px 1px 1px;
}

#maincontent{
font-size:12px;
padding:10px;
width:900px;
height:100%;
border:solid 1px #e5e1d1;
border-width:0px 1px 1px 1px;
line-height:25px;
}

.h1{
color:#6c609e;
font-size:20px;
font-weight:bold;
}

.h2{
color:#6c609e;
font-size:18px;
font-weight:bold;
}

#copyright{
padding:10px;
clear:both;
width:100%;
font-size:9px;
}