/* CSS Document */


/*h1 { font-size: 24px; color:#000000; background-color: #9db6ce; }*/
h1 { font-size: 24px; color:#000000; background-color: #C2C2C2; }


body {
background-image:url();
background-repeat:no-repeat;

}

a:link      { color: #000000;  text-decoration: none; }
a:visited   { color: #000000;  text-decoration: none; }
a:hover     { color: #ff0000;  text-decoration: none; }

.top_menu {
background-color: #C2C2C2;
}

a.top_menu:link     { color: #000000;  text-decoration: bold; }
a.top_menu:visited  { color: #000000;  text-decoration: bold; }
a.top_menu:hover    { color: #FFFFFF;  text-decoration: bold; }

.wrapper {
width:100%;

}

.logo {
color:#000000;
position:relative;
top:10px; 
}

.content {
color:#000000;
width: 830px;
position:relative;
top:50px; 
left:270px;
}

.menu {
color:#000000;
width: 150px;
height: 300px;
position: fixed;
top: 250px;
}

.bg_color {
background-color: #9db6ce;
}

.credit_text {
color: #808080;
}

