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

body {
background-color:#000000;
font-family: Georgia, serif;
font-size:12px;
color:#ccc;
line-height:125%;
}

#main {
width:1024px;
height:768px;
margin-left:auto;
margin-top:24px;
margin-right:auto;
background-image: url(../PAGE_GRAPHICS/index_back.jpg);
background-position:center;
background-repeat:no-repeat;
}

#leftcolumn {
width:250px;
margin-left:120px;
margin-top:36px;
}

#top_menu {
margin-left:auto;
margin-top:24px;
margin-right:auto;
text-align: center;
}


#menuholder {
margin-left:120px;
margin-top:680px;
margin-right:340px;
text-align:center;
}

#announce {
width:250px;
margin-right:48px;
float:right;
}
#images {
width:250px;
margin-right:48px;
float:right;
}

h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
font-weight:bold;
line-height:150%;
color:#bbb;
}

a:link {
font-weight:normal;
color: #FF9900;
letter-spacing:1px;
text-decoration: none;

}

a:visited  {
text-decoration: none;
color: #FF9900;
letter-spacing:1px;
font-weight:normal;

}

a:active {
text-decoration: none;
color:#ff9900;
letter-spacing:1px;
font-weight:normal;

}

a:hover {
background-color:transparent;
color:##0000ff;
letter-spacing:1px;
text-decoration: underline;
font-weight:normal;
}

