/* The Gallery Foundation CSS Document */

#top {
	width:900px;
	height:130px;
	background-image:url(images/bannerlogo4.jpg);
	background-repeat:no-repeat;
	}
	
#menu {
	width:900px;
	height:20px;
	background-color:#336600;
	}
	
#content {
	width:900px;
	height:400px;
	background-image:url(images/bannerright.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	}
	
#content2 {
	width:900px;
	height:400px;
	} 
		
#content3 {
	width:900px;
	height:400px;
	background-image:url(images/bannerright2.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	}	
	
#contentleft {
	float:left;
	width:200px;
	height:400px;
	background-image:url(images/handssm.jpg);
	}
	
#contentright {
	float:right;
	width:680px;
	padding:10px;
	}
	
#conterntlowerright {
	float:left;
	width:680px;
	height:140px;
	background-image:url(images/bannerright.gif);
	}

#conterntlowerright2 {
	float:left;
	width:680px;
	height:140px;
	background-image:url(images/bannerright2.gif);
	}	
	
#footer {
	clear:both;
	width:900px;
	height:20px;
	background-color:#2D82C3;
	}
	
.p1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	}
	
.p2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#006699;
	font-weight:bold;
	}
	
.p3 {
	font-family:"Courier New", Courier, monospace;
	font-size:13px;
	letter-spacing:.1em;
	padding-top:2px;
	padding-right:10px;
	color:#FFFFFF;
	}