* { 
padding : 0; 
margin : 0; 
} 
body { 
font-family : Arial, Helvetica, sans-serif; 
font-size : 13px; 
background-image : url(images/img3.jpg); 
background-repeat : repeat-x; 
} 
h1 { 
font-size : 2.5em; 
} 
.clear { 
clear : both; 
} 
#wrapper { 
margin : 0 auto; 
width : 755px; 
} 
#header { 
color : #000; 
width : 755px; 
float : left; 
padding : 0 10px; 
height : 80px; 
margin : 10px 0 5px 0; 
text-align : center;
letter-spacing : 1px;
font-size:26px; 
} 
#header a { 
color : #ff3300; 
text-decoration : none; 
} 
#navigation { 
float : left; 
width : 755px; 
color : #333; 
padding : 20px 10px; 
margin : 0 auto; 
} 
#navigation ul { 
margin : 0; 
padding : 0; 
list-style : none; 
text-align : center; 
} 
#navigation li { 
display : inline; 
} 
#navigation a { 
padding : 5px 15px; 
text-transform : uppercase; 
text-decoration : none; 
font-size : 11px; 
font-weight : bold; 
color : #f1f1f1; 
} 
#navigation a:hover { 
background-color : #000000; 
} 
#leftcolumn { 
color : #333; 
border-left : 1px solid #ccc; 
border-right : 1px solid #ccc; 
border-bottom : 1px solid #ccc; 
margin : 0 5px 5px 0; 
padding : 10px 10px 20px 10px; 
min-height : 660px; 
width : 723px; 
float : left; 
background-image : url(images/bl.jpg); 
background-position : bottom 0%; 
background-repeat : no-repeat; 
} 
#leftcolumn h1 { 
color : #7f9d3f; 
font-weight : lighter; 
padding : 10px 0 10px 0; 
} 
#leftcolumn p { 
color : #676767; 
font-size : 1.3em; 
padding-bottom : 20px; 
} 
#leftcolumn_top { 
color : #333; 
margin : 5px 5px 0 0; 
padding : 0 10px; 
height : 30px; 
width : 725px; 
float : left; 
background : url(images/tl.jpg) no-repeat; 
} 

#footer { 
width : 730px; 
clear : both; 
color : #f1f1f1; 
border : 1px solid #ccc; 
background : #000; 
margin : 0 0 10px 0; 
padding : 10px; 
text-align : center; 
} 
#footer a { 
color : #ccff33; 
} 

