body {
	background-image: url(Graphics/gradient.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	background-color: #cccccc;
	height: 100%;
	
}
.container {background-image: url(Graphics/background.png); 
	background-position: center;
	background-repeat: repeat-y;}
	
.banner {background-image:url(Graphics/topbanner.jpg);
position: relative; 
height: 110px; 
width: 930px;
margin-top: 0px;
}

#home-link {
    position: absolute;
    display: inline-block;
    width: 316px;    /* width of the logo */
    height: 65px;   /* height of the logo */
    top: 34px; left: 22px; /* top-left corner of logo */
    border: 0;
    float: left;
    
}

.mainimage {
background-position: center;
height: 200px; 
width: 875px;
}

.content {background-position: center;
	background-color:#CCCCCC;
	margin-top:0px;
	width: 875px;
	height: 100%;
	float:none
}

.whitecontent {
	background-color:#FFFFFF;
	margin-top:10px;
	width: 650px;
	float:right;
	margin-right:15px;
}

.leftnav {
	background-image:url(Graphics/shadow.png);
	position: absolute;
	background-repeat: repeat-y;
	margin-top:-50px;
	width: 215px;
	float:left;
	margin-left:-100px;
	
	
}
a.top {font: Arial, Helvetica, sans-serifo}
a.top {font-size:11px}
a.top:link { color: white; text-decoration: none }
a.top:active { color: white; text-decoration: none }
a.top:visited { color: white; text-decoration: none }
a.top:hover {
	color: #WHITE;
	font-weight: bold;
	}
	
a.text {font: Arial, Helvetica, sans-serifo}
a.text {font-size:12px}
a.text:link { color: #333333; text-decoration: underline }
a.text:active { color: #333333; text-decoration: underline}
a.text:visited { color: #666666; text-decoration: underline }
a.text:hover { color: #621313; text-decoration: underline}

.popup:hover .large {display:block; position: absolute; overflow:visible; top: 350px; left: 674px; width:250px; height:188px; } 
.popup .large {  display:none}  
.popup .thumb { display: visible}
