

/*------------Basic styles------------*/
html, body { 
height : 100%;
} 
body { 
margin : 0;
padding : 0;
font : 80% arial, helvetica, verdana, sans-serif;
line-height : 0.9em;
background :url(repeatxy_7831536.jpg); 
color : #E3D082;
} 
a { 
color : #8FC047;
text-decoration : none;
} 
a:hover { 
text-decoration : none;
color : #ffffff;
} 
p { 
padding : 0 0px;
} 
h1 { text-transform: uppercase;
padding : 0px;
letter-spacing : 1px;
font-size : 100%;
color : #8FC047;
} 
/*-------------Header----------------*/
#top { 
margin : 0;
padding : 10;
} 
#top h2 { 
margin : 10;
padding : 8px 0;
text-align : center;
letter-spacing : 1px;
font-size : 100%
background :transparent
color : #aaa;
} 
#header { 
margin : 0 auto;
height : 100%;
width : 70%;
background : url(images/newme1.gif) no-repeat center;

} 
/*------------------------------Side Body------------------------------------------*/
.column { 
float : left;
width : 18%;
height : 10%;
margin-top : 0;
padding-top : 0;
line-height : 2em;
background : transparent;
} 

/*------------------------------Main Body------------------------------------------*/
.content { 
float : left;
width : 70%;
margin-left : 3%;
margin-right : 1%;
margin-top : 0;
line-height : 1.4em;
background : transparent;
} 
/*-------------Footer----------------*/
.footer { 
float : left;
width : 1%;
height : 1px;
padding : 1px 0;
text-align : center;
font-size : 80%;
background : transparent;
color : #fff;
}/*------------------------------Side Naviagtion------------------------------------------*/
#navigation { 
margin : 15px 10px;
padding : 10px 0;
list-style-type : none;
background : transparent;
color : #fff;
} 
#navigation a { 
letter-spacing : 2px;
border-bottom : 1px solid #8FC047;
margin-bottom : 0px;
padding-left : 10px;
display : block;
text-decoration : none;
color : #ddd;
} 
#navigation a#current, #navigation a:hover { 
text-decoration : none;
background : #FFFFFF;
color : #000;
}