body,td,th {
font-family:Georgia,Times New Roman,Times, serif;
font-size:11px;
color:#FFFFFF;
}
body {
background:url(../images/bg.png);
background-repeat:repeat-y;
margin-left:8px;
margin-top:24px;
margin-bottom:24px;
}
/* Hyperlinks & Text */
a:link,a:active {
color:#A44D00;
}
a:visited {
color:#A44D00;
}
a:hover {
color:#E65C00;
}
/* Left Column Hyperlinks */
a.leftlink:link,a.leftlink:active {
color:#62B2E9;
}
a.leftlink:visited {
color:#3E7C9E;
}
a.leftlink:hover {
color:#EA3B25;
}
a.helplink:link,a.helplink:active,a.helplink:visited {
color:#CCCC33;
}
a.helplink:hover {
color:#EA3B25;
}
.title_text{
color:#A44D00;
}
/* Header */
#header{
width:408px;
height:38px;
}
/* Left Column */
#left_col{
position:fixed;
width:408px;
float:left;
color:#FFFFFF;
}
#navi{
font-size:2px;
/*height:70px;*/
line-height:2px;
}
#left_container{
width:408px;
}
#sep_columns{
width:136px;
float:left;
text-align:left;
}
#footer{
width:408px;
}
/* Right Column */
#right_col{
position:absolute;
float:left;
left:440px;
width:568px;
color:#362305;
}
.video_box{
width:562px;
height:400px;
background-color:#000000;
padding-left:6px;
padding-top:6px;
}
.old_posts_link{
margin-bottom:32px;
width:284px;
float:left;
text-align:left;
}
.new_posts_link{
margin-bottom:32px;
width:284px;
float:left;
text-align:right;
}
/* Code View */
#codeview{
background-color:#E6E6E6;
padding:4px;
}