body
{
margin: 0px 0px 0px 0px;
background-color: black;
background-image: url(/images/bg_stretch.jpg);
background-repeat: repeat-y;
background-position: top center;
font-family: Verdana, Tahoma, Arial, Serif, Sans Serif;
font-size:0.8em;
color: #CDCDCD;
}
#background {
background-image: url(/images/bg_main.jpg); 
background-repeat: no-repeat; 
background-position: top center; 
height: 100%;
}
#center {
width: 900px;
left: 50%;
margin-left: -450px; /* - (width/2)  */
position: relative;
}
#menu {
color: white;
font-family: Arial, Serif, Sans Serif;
font-size: 1.8em;
position: absolute;
top: 294px;
width: 100%;
height: 33px;
line-height: 33px;
text-align: center;
}
#menu a {
color: white;
text-decoration: none;
}
#menu a:hover {
color: white;
text-decoration: none;
background-color: #033B5E;
}
#content {
color: white;
position: absolute;
top: 329px;
width: 100%;
}
#leftcolumn {
padding: 20px;
padding-right: 40px;
}
#leftcolumn h1 {
font-size:3em;
color: #353535;
margin:0em;
margin-bottom: -0.3em;
}
#rightcolumn {
}
#rightbox {
background-image: url(/images/blockheader.gif);
background-repeat: no-repeat; 
background-position: top left;
margin-top: 30px;
padding-top: 30px;
padding-left: 40px;
padding-right: 5px;
}
#rightbox h1 {
font-family: Arial, Serif;
font-size: 1.1em;
color: white;
}
td {
font-family: Verdana, Tahoma, Arial, Serif, Sans Serif;
font-size:0.8em;
color: #CDCDCD;
vertical-align: top;
}
p {
margin-top:0.6em;
margin-bottom:0.6em;
}
a {
color: white;
text-decoration: underline;
}
a:hover {
color: white;
background-color: #033B5E;
}
#leftcolumn p.item_title {
color: white;
margin-top:1.3em;
font-size:1.8em;
}
#leftcolumn a {
color: white;
text-decoration: none;
}
#leftcolumn a:hover {
color: white;
text-decoration: none;
background-color: #033B5E;
}
#leftcolumn p.item_date {
color: #A2B7D2;
margin-top:-1em;
font-size:0.7em;
background-color: transparent;
background-image: url(/images/calendar.gif);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: left center;
padding-left: 20px;
margin-right: 0pt;
margin-bottom: 0pt;
margin-left: 1em;
}
#leftcolumn p.item_user {
color: #A2B7D2;
margin-top:-1.4em;
font-size:0.7em;
background-color: transparent;
background-image: url(/images/user.png);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: left center;
padding-left: 20px;
margin-right: 0pt;
margin-bottom: 0pt;
margin-left: 12em;
}
#rightbox p {
color: gray;
margin-left: 1.5em;
}
#rightbox p.date {
color: #6385B1;
font-size:0.7em;
background-color: transparent;
background-image: url(/images/calendar.gif);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: left center;
padding-left: 20px;
margin-top: 0pt;
margin-right: 0pt;
margin-bottom: 0pt;
margin-left: 1em;
}
img {
border-style:groove;
border-color:#353535;
border-width:1px;
}