body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #D7E5D1;
	margin: 0px;
	padding: 0px;
	border-width:0px;
	background-image: url(../images/body-bg.gif);
	background-repeat: repeat-y;
}
#Content {
	padding: 0 20px 10px 20px;
	margin: 0 0 0 180px;
	position: relative;
}
#Sidebar {
    position:absolute;
	margin:0;
	padding:0; 
	width:180px; 
	height:auto; 
	z-index:1; 
	overflow: visible; 
	left: 0px; 
	top: 50px;
}
#Sidebar img {
    border-width:0;
	margin:0;
}
#Gallery {
    position: relative;
        width: 650px;
        margin: 20px auto 10px auto;
		padding:0;
        height: 100px;
        overflow: auto;
}
#Strip {
    position: relative;
        width: 2600px;
        margin: 0 0 0 0;
        padding:0 ;
        height: 75px;
		overflow:hidden;
}
#Footer {
    position:relative;
	padding:10px 0 0 0;
	border-top:2px solid #999933 ;
	margin-top:15px;
}
#slogan {
    position:relative;
	top:-17px;
	left:10px;
	font-weight:bold;    
}

