@charset "utf-8";
body {
background-color: #000;
background-attachment:scroll;
background-image:url(../images/GrimmsBG2.jpg);
background-repeat: no-repeat;
color:#CCCCCC;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:100%;
left:50%;
margin:0 0 0 -318px;
position:absolute;
background-position: top center;
overflow: auto;
}

#header {
height:110px;
padding:0px;
margin:0px;
margin-left:-40px;
}

#header h1 {
padding:0px;

}


#mainContent {
-moz-border-radius-bottomleft:55px;
-moz-border-radius-bottomright:55px;
-moz-border-radius-topleft:55px;
-moz-border-radius-topright:55px;
background-image:url(../images/BlackOpac.png);
background-repeat:repeat;
color:#eeeeee;
font-family:"Palatino Linotype","Book Antiqua",Palatino,serif;
font-size:16px;
font-style:normal;
font-weight:bold;
height:360px;
overflow:auto;

width:600px;
padding:15px;
}
#sidebar {
color:#CCCCCC;
font-family:"Palatino Linotype","Book Antiqua",Palatino,serif;
font-size:24px;
font-style:normal;
font-weight:bold;
left:10%;
margin-top:5px;
position:static;
}

#footer {
font-size:10px;
height:40px;

}
#alert {
color:#CCCCCC;
font-family:"Palatino Linotype","Book Antiqua",Palatino,serif;
font-size:18px;
font-style:normal;
font-weight:bold;
}
h2 {
font: bold left;
text-align:center;
}
h4 {
font-size:18px left;
text-align:center;
}
h5 {
font-size:16px left;
text-align:center;
}
h6 {
font-size:14px left;
}
a:link {
color:ForestGreen;
}
a:visited {
color:DarkMagenta;
}
a:hover {
color:Lavender;
}

a:active {
	color: #FFF;
}
.hide {
display: none;
}	
