body {
margin:0 0 0 0;
font-family:"arial",sans-serif;
}

a {
color:#000;
text-decoration:none;
}

ul {
list-style-position:inside;
}

li {
list-style-type: square;
}

.red {
color:#A52A2A;
font-size:.8em
}

.green {
color:#008000;
}

.blue {
color:#0000FF;
text-decoration:underline;
}

.pf {
border:2px groove #000;
}

#sidebar {
background:url(images/tweet_border.gif) top left no-repeat;
width:201px;
vertical-align:top;
padding: 12px 0 0 12px;
}

#main_menu {

padding:0 0 0 0;
}

#index {
text-align:center;
width:500px;
}

#content {
padding:0 10px 0 10px;
text-align:top;
}

#sub_menu {
}

.grad_gray {
background:url(images/grad_gray.png) #fff top repeat-x;
}
.grad_red {
background:url(images/grad_red.png) #fff top repeat-x;
}
.grad_yellow {
background:url(images/grad_yellow.png) #fff top repeat-x;
}

#nav {
width:912px;
vertical-align:top;
}

#nav td {
vertical-align:top;
}

/*
#spacer {
height:180px;
}

.big {
height:468px;
width:500px;
}

.big2 {
height:380px;
width:500px;
}
*/

.fadeOUT, td.fadeOUT {
filter:alpha(opacity=20);
opacity: 0.2;
-moz-opacity:0.2;
}

.fadeIN, td.fadeIN {
filter:alpha(opacity=100);
opacity: 1;
-moz-opacity:1;
}

span.copyright {
font-size:.7em;
color:#000;
}

span.txtnav, span.txtnav a {
color:#999;
}

span.txtnav a:hover {
color:#000;
}