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

HTML{
background:white;
}

body
{
text-align:center;
}

#site{
margin-left:auto;
margin-right:auto;
width:920px;
text-align:left;
background:url(../images/lineleft.gif);
background-repeat:repeat-y;
background-position:left;
}

#left{
width:10px;
}

#lefttop{
width:10px;
height:9px;
background:url(../images/topleft.gif);
}

#header{
margin-left:10px;
background:url(../images/header.gif);
width:910px;
height:175px;
}


#homebutton a{
position:absolute;
width:300px;
height:200px;
}


#content{
margin-left:20px;
width:900px;
height:500px;

}

#copyright{
margin-left:20px;
width:900px;
height:11px;
font-size:10px;
text-align:center;
}

#copyright a{
color:black;
text-decoration:none;
}

#copyright a:hover{
color:black;
text-decoration:underline;
}

#footer{
width:920px;
height:8px;
background:url(../images/bottem.gif);
background-position:bottom;
background-repeat:repeat-x;
}

#bottemleft{
width:10px;
height:8px;
background:url(../images/leftbottem.gif);
}

#bottemright{
margin-top:-8px;
float:right;
width:9px;
height:8px;
background:url(../images/rightbottem.gif);
}

#mainmenu{
position:absolute;
margin-top:113px;
margin-left:295px;
width:400px;
height:26px;
font-size:22px;
}

#mainmenu a{
color:#dddddd;
text-decoration:none;
padding-left:2px;
padding-right:2px;
border-color:transparent;
border-style:double;
border-left-color:#dddddd;
border-right-color:#dddddd;
}

#mainmenu a:hover{
color:black;
background:white;
}

.hide{
display:none;
}

#contact{
float:right;
width:159px;
height:110px;
overflow:hidden;
}

#imgtop{
float:left;
width:159px;
height:45px;
background:url(../images/contact_top.jpg);
}

#imgmid{
float:left;
width:159px;
height:43px;
}

#imgbot{
float:left;
width:159px;
height:22px;
}

#imgmid a{
position:absolute;
background:url(../images/contact_mid.png);
width:159px;
height:43px;
}

#imgbot a{
position:absolute;
background:url(../images/contact_bot.jpg);
width:159px;
height:22px;
}

#imgmid a:hover{
background:url(../images/contact_mid_over.png);
}

#imgbot a:hover{
background:url(../images/contact_bot_over.jpg);
}