body
{
    margin : 0;
    margin-top : 0;
    padding : 0;
    background-image: url(images/bg.jpg);
}
b
{
    Font-weight : bolder;
    font-family: "Dejavu serif", "Verdana", "sans-serif", "cursive", "Lucida Sans Unicode";
    color : #123456;
    line-height:120%;
}
#maincolumn
{   width : 840px;
    margin : 0 auto;
    color: #1A1A1A;
    font-family: "Dejavu serif", "Verdana", "sans-serif", "cursive", "Lucida Sans Unicode";
    overflow: visible;
    border-right: solid gray thin;
}
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:underline;}
a:active {text-decoration:underline;}
a:link {color: blue; background-color:transparent;}
a:visited {color: navy; background-color:transparent;}
a:hover {color: yellow; background-color:blue;}
a:active {color: yellow; background-color:red;}

#header
{
    height : 130px;
    background-color : #310808;
    font-family: "Dejavu serif", "Verdana", "sans-serif", "cursive", "Lucida Sans Unicode";
    font-size: 12px;
    }
#header a
{
    color : #F1F181;
    background-color: #391515;
    text-decoration : none;
}
#header a:hover
{
    Background-color :#eef181;
    Color :#230e0e;
    text-decoration : underline;
}
#wrapper
{
    float : left;
    width : 100%;
}
#rightcolumn
{
position:relative;
margin: 0 0 0 195px;
text-align : justify;
padding: 0 20px 0 30px;
background-color: #F6E8E8;
background-image: url(images/rightbg.jpg);
font-size : 14px; line-height : 20px; font-family: "Dejavu serif", "Verdana", "sans-serif", "cursive", "Lucida Sans Unicode";
font-stretch : expanded; Color : #2A4D70; Text-decoration : none;
Border-color : gray; Border-left-width : 1px; Border-style : solid; Border-top-width : 0; Border-right-width : 1px; Border-bottom-width : 0;
display:block;
}
#rightcolumn a
{
    color : rgb(49 , 14 , 182);
    text-decoration : none;
}
#rightcolumn a:hover
{
    Background-color : yellow;
    Color : blue;
    text-decoration : underline;
}
#leftcolumn
{
    background-color: #75340A;
    background-image: url(images/leftbg.jpg);
    color:#ffffff;
    float : left;
    text-align : center;  text-decoration : none;
    width : 194px;
    font-size : 12px;
    line-height : 14px;
    font-family: "Dejavu serif", "Verdana", "sans-serif", "cursive", "Lucida Sans Unicode";
    font-stretch : semi-condensed;
    Margin : 0 0 0 -840px;
    Padding : 0 0 0 0;
    Border-color : rgb(181 , 176 , 176);
    Border-width : 0 0 0 1px;
    Border-left-width : thin;
    Border-style : solid;
}
#leftcolumn a
{
    color :#ffff00;
    text-decoration : none;
    line-height : 22px;
}
#leftcolumn a:hover
{
    Background-color : #F4F4A1;
    Color : blue;
    cursor : pointer;
    font-weight : bold;
}
#leftcolumn tt
{
    font-family: "Dejavu serif", "Verdana", "sans-serif", "cursive", "Lucida Sans Unicode";
    font-size : 14px;
    line-height: 140%;
    font-weight : bolder;
    font-stretch : extra-expanded;
    text-transform : uppercase;
    text-align : center;
	 margin-top:30px;	 
	 margin-bottom: 10px;    
    Color : #F6E8E8;
    Display : block;
}
#footer
{
    clear : left;
    font-size : 10px;
    font-family: "Dejavu serif", "Verdana", "sans-serif", "cursive", "Lucida Sans Unicode";
    width : 840px;
    color : white;
    text-align : center;
    text-transform:uppercase;
    line-height:180%;
    Background-color : #391515;
    Background-image : url("#");
}
#footer a
{
    color : yellow;
}
#footer a:hover
{
    Background-color : maroon;
    Color : white;
}
.innerbox
{
    margin : 0px;
    margin-top : 0px;
    clear:both;
    }
