﻿body {
margin : 0px;
padding : 0;
font : 76% helvetica, verdana, "Trebuchet MS", tahoma, arial, sans-serif;
line-height : 2em;
background : #fff url(images/bgd6.jpg) repeat-x;
color : #333;
background-position : 50% 0;
}
	
	/*BANNER*/
#banner {
width : 960px;
height : 170px;
margin : 0 auto;
padding : 0;
border: 1px solid #000000;
background :url(images/bgd5.jpg) ;
color : #333;
}


		/*container*/
#container {
width : 958px;
margin : 0 auto;
border: 1px solid #000000;
color : #333;

}

	/*FOOTER*/
#footer {
clear : both;
text-align:right;
width:960px;
font-size : 1em;
color : #fff;
background :gray;
border-top : 1px solid #eee;
margin: 0 auto;
padding-left : 0px;
}
	
			/*SCROLLBAR*/
div.scroll {
overflow : auto;
height : 11em;
width : 500px;
padding : 5px;
border : 1px solid #eee;
margin : 20px 0 20px 15px;
background : inherit;
color : #555;
font-size : 90%;
}
			
			/*LINK PROPERTIES*/
#content a:link, #content a:visited, #banner a:link, #banner a:visited {
color :blue;
background : inherit;
text-decoration : none;
}
#content a:hover, #banner a:hover {
color :red;
background : inherit;
text-decoration : none;
}
#footer a:link, a:visited, #top a:link, a:visited {
color :white;
background : inherit;
text-decoration : none;
}
#footer a:hover, #top a:hover {
color : #fff;
background : inherit;
text-decoration : none;
}
a img {
border : 0;
}