/* CSS Document */

/* page formatting*/


body {
	margin:0px;
	padding: 0px;
		font-family: Arial, Helvetica, sans-serif;
	}
	
#page {
	
float:left;

}

.spacer {clear:both;}

#top { 

	display:none;
		margin:0px;
	padding: 0px;
	float: left;
}

#nav {
	display: none;
}
	


#leftcontent {
	float: left;

	
}
#rightcontent {
	float: right;
	width: 157px;
	
	background-image: url(../images/right_side_bg_tile.jpg);
	background-repeat: repeat-y;
	display: none;
	
	
}

#navimages{
	width: 603px;
	height: 167px;
	
	display: none;
	}
	
#leftborder {
	float: left;
	background-image: url(../images/left_side_border.jpg);
	background-repeat: repeat-y;
	display: none;
	width: 9px:
	
	}

#centercontent {
	float: left;
	
	background-repeat: repeat-x;
	


	
	
	}
#footer {
	width: 760px;
	display: none;
	}
	


.galleryimg {
	float: left;

	margin-top: 22px;
	text-align: center;
	font-size: 14px;
	color: 5A5A5A;
	clear: both;
	font-weight: bold;

}

.logos {
	margin: 0px;
	padding: 0px;
display: none;
	
}

.logos img {
	margin: 0px;
	padding: 3px;
	display: none;
}


.rightimg {
float: right;
margin: 5px;
border: 1px solid #5A5A5A;

display: none;
}

	
/*text formatting*/

h1 {

	font-size: 16px;
	color: 525252;
	margin: 25px 17px 0px;
	padding: 0px;

}

h2 {
	font-size: 14px;
	color: 525252;
	margin: 25px 17px 0px;
	padding: 0px;
	font-weight: bold;

}


p {
	font-size: 14px;
	color: 5A5A5A;
	padding: 0px 43px;
	text-align: justify;
	
}

.quote {
	font-size: 13px;
	color: 5A5A5A;
	padding: 0px 43px;
	font-style: italic;
	float: right;
	text-align: right;
	
}

.gallerytitle {
	font-size: 14px;
	color: 5A5A5A;
	text-align: center;
	font-weight: bold;
padding: 0px 0px 0px 0px;
}

.table {
	font-size: 14px;
	color: 5A5A5A;
	padding: 0px 0px;
	text-align: right;
	
}
