
body {background-color: #fffbe8;
	background-image: url(./pics/bg1.jpg); 
	background-position: bottom; 
	background-repeat: repeat-x;
	background-attachment: fixed; 
}
h1 {font: 20px helvetica, arial, sans-serif; line-height: 45px; margin-top: 20px;}
h2 {font: bold 16px arial, sans-serif;  border-bottom: 2px solid #fffbe8;}
h3 {font: 13px "Bitstream Vera Sans", arial, sans-serif; color:#000; /*#EF7201;*/}
a.bar:link {	
	text-decoration	:none;
	color: #EF7201;
	}
a.bar:visited { 
	color: #EF7201; text-decoration: none; 
		}
a.bar:hover {
	
	color: black;}

a.bar:active {
	color:	black;
	}
a.page:link { 
	color: #EF7201; 
	text-decoration: none; 
	}
a.page:visited { 
	color: #EF7201; text-decoration: none; 
		}
a.page:hover {
	
	color: black;}

a.page:active {
	background:	black;
	}

		#container {
			width: 760px;
			\width: 780px;
			w\idth: 760px;
			border: 1px solid #f90;
			margin: 8px;
			margin-left: auto;
			margin-right: auto;
			padding: 8px;
			background-color:  #fffbe8;
			font: 12px "Bitstream Vera Sans",arial, helvetica, sans-serif;
		}

		#banner {
			height: 152px;
			padding-right: 5px;
			margin-bottom: 0px;
			background-color:  #fffbe8;
			text-align: right;
		}

		#content {
			padding: 8px;
			margin: 10px 0px 0px 220px;
			background-color: #fffbe8;
		}

		#sidebar-a {
			float: left;
			width: 200px;
			\width: 210px;
			w\idth: 200px;
			margin: 54px 5px 0px 0px;
			padding: 5px;
			background-color: #fffbe8;
			text-align: right;
			line-height: 7px;
		}

		#footer {
			clear: both;
			padding: 5px;
			margin-top: 5px;
			
			background-color: #fffbe8;
		}
	