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

#page {
width:100%;
height:100%;
background-color:#eae6df;
}



#mainpage {
width:850px;
margin-left:auto;
margin-right:auto;
height:100%;
background-color:#FFFFFF;
}

#header {
width:850px;
height:110px;
/*border-bottom: solid 1px #64a5d2;*/
}

#content {
width:100%;
background-color:#FFFFFF;
min-height:500px;
font-family:"Times New Roman", Times, serif;
font-size:medium;
color:#000000;
}

#text {
float:right;
width:570px;
padding:15px;
padding-right:50px;
padding-left:50px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:small;
line-height:25px;
}

#footer {
width:850px;
height:88px;
clear:both;
}

#menu {
width:158px;
float:left;
margin:5px;
}

A:link {
color:#64a5d2;
}

A:hover {
color:#CC0000;
}

A:visited{
color:#64a5d2;
}
