BODY {
background: url(bg.jpg) repeat-x;
background-color: #fff;
font-family: Tahoma;
 font-size: 10px;
 color: #c0c0c0;
 margin: 0;
 padding: 0;
}

#layout {
position: absolute;
top: 28px;
left: 100px;
width: 1000px;
}


#sidebar {
position: absolute;
top: 540px;
left: 135px;
width: 295px;
}

#content {
position: absolute;
top: 540px;
left: 455px;
width: 595px;
}



div.title { 
background: url(title.png) no-repeat;
font-style: italic;
font-weight: bold;
text-transform: none;
font-family: "Georgia";
font-size: 17px;
line-height: 50px;
text-align: center;
color: #fff;
text-shadow: 1px 1px 1px #474747;
letter-spacing: 0px;
padding-left: 0px;
padding-top: 0px;
padding-bottom: 0px;
margin-top: 0px;
margin-bottom: -10px;
}

div.sidetitle { 
background: url(sidetitle.png) no-repeat;
font-style: italic;
font-weight: bold;
text-transform: none;
font-family: "Georgia";
font-size: 17px;
text-align: center;
line-height: 63px;
color: #fff;
text-shadow: 1px 1px 1px #474747;
letter-spacing: 0px;
padding-left: 0px;
padding-top: 0px;
padding-bottom: 0px;
margin-top: 0px;
margin-bottom: 0px;
}

div.main { 
background: url(main.png) repeat-y;
font-family: Tahoma;
font-size: 10px;
color: #767676;
text-shadow: 1px 1px 1px #;
font-weight: normal;
text-transform: none;
text-align:justify;
letter-spacing: 0px;
padding: 5px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 10px;
padding-right: 25px;
}

div.main2 { 
background: url(sideback.png) repeat-y;
font-family: Tahoma;
font-size: 10px;
color: #686868;
text-shadow: 1px 1px 1px #;
font-weight: normal;
text-transform: none;
text-align:justify;
letter-spacing: 0px;
padding: 5px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 10px;
padding-right: 20px;
}


div.bg {
background:url(btm.png) no-repeat;
height: 120px;
margin-top: 0px;
margin-bottom: 20px;
margin-right: 0px;
width: 595px;
}

div.sidebg {
background:url(sidebtm2.png) no-repeat;
height: 95px;
margin-top: 0px;
margin-bottom: 20px;
margin-right: 0px;
width: 293px;
}


div.posted { 
background-color: #;
font-weight: normal;
text-transform: none;
font-family: "Tahoma";
font-size: 10px;
color: #fff;
letter-spacing: 0px;
padding-top: 2px;
padding-bottom: 20px;
margin-top: 5px;
text-align: right;
}


strong{color: #c66db5;}
b{color: #c66db5; }
i {color: #dddddd;}
u {text-decoration: none; color: #b00090; border-bottom:1px dotted #b00090;}

a:link img,
a:active img,
a:visited img{
border: 1px solid #ddd;
padding: 2px;
}
a:focus img,
a:hover img{
border: 1px solid #c66db5;
padding: 2px;
}

a:link, a:active, a:visited {
color: #dddddd;
font-family: Tahoma;
font-weight: bold;
text-transform: none;
text-decoration: none;
}

a:hover {
color: #c66db5;
font-weight: bold;
text-transform: none;
text-decoration: none;
}

a.navi, a.navi:active, a.navi:link, a.navi:visited {
display:block;
font-weight: normal;
letter-spacing:0px;
text-decoration:none;
color: #c66db5;
text-transform: uppercase;
text-align: center;
padding:3px;
}
a.navi:hover {
letter-spacing:0px;
border-bottom: none;
color: #dddddd;
border-left: 10px solid #c66db5;
border-right: 10px solid #c66db5;
text-align: center;
}