html, body { 
margin : 0;
} 
#container { 
width : 100%;
margin : 0 auto;
} 
#header { 
width : 98%;
height : 200px;
background-img:test.jpg ;
} 

#header h2 { 
font-size : 24px;
margin-top : 15px;
margin-left : 15px;
font-family : "arial", helvetica, sans-serif;
color : black;
} 
#wrapper { 
float : left;
width : 100%;
margin-bottom : 20px;
} 
#content { 
margin : 0 20%;
} 
#left { 
float : left;
width : 20%;
margin-left : -100%;
} 
#right { 
float : left;
width : 20%;
margin-left : -20%;
} 
#footer { 
clear : both;
border-top : 1px solid #cecece;
text-align : center;
padding : 5px 10px;
color : #fff;
background-image : url(footerbg2.jpg);
font-family : "arial", helvetica, sans-serif;
font-size : 0.7em;
background-repeat : repeat-x;
} 
#sidebar { 
border-bottom : 1px solid #cecece;
} 
#sidebar ul { 
margin : 0;
padding : 0;
list-style : none;
font-family : "Georgia", helvetica, sans-serif;
} 
#sidebar li a { 
display : block;
font-weight : bold;
font-size : 0.9em;
color : #666666;
border-right : 1px solid #999999;
text-decoration : none;
padding : 15px 0 4px 20px;
background-image : url(menubg.jpg);
} 
#sidebar li a:hover { 
color : blue;
background-image : url("");
} 
#sidebar p { 
font-family : "arial", helvetica, sans-serif;
} 
#leftbox { 
margin-top : 20px;
border : 1px solid #999999;
background-image : url(rbbg.jpg);
background-repeat : no-repeat;
background-position : top 0%;
} 
#leftbox p { 
margin-top : 0;
} 
#leftbox h2 { 
font-family : "arial", helvetica, sans-serif;
font-size : 1em;
margin-top : 5px;
margin-left : 5px;
color : #999999;
} 
.rightbox { 
border : 1px solid #999999;
background-image : url(lbbg.jpg);
background-repeat : no-repeat;
background-position : top 0%;
} 
.rightbox p { 
margin-top : 0;
} 
.rightbox h2 { 
font-family : "arial", helvetica, sans-serif;
font-size : 1em;
margin-top : 5px;
margin-left : 5px;
color : #999999;
} 
p { 
padding : 10px;
margin : 0;
font-family : "arial", helvetica, sans-serif;
font-size : 12px;
text-align : justify;
} 
img { 
border : 0;
} 
h1 { 
display : none;
} 
a { 
color : #84d5fa;
text-decoration : none;
} 
a:hover { 
color : blue;
} 
ul { 
list-style-type : none;
} 
blockquote { 
font-family : Arial;
color : #999999;
border : 1px solid #999999;
text-align : center;
background-image : url(bqbg.jpg);
background-repeat : repeat-x;
} 
