.background-site
{
	background-image: url("../site_images/background-image.png");
}
.landing_center
{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -225px;
	margin-top: -134px;
}
.push-navbar-down
{
	margin-top: 20px;
}
.container-width
{
	min-width: 650px;
}
.white-bg
{
	background-color: #FFFFFF;
	height: auto;
}
.logo-image
{
	padding: 20px 0px 0px 0px;
}
.navigation-bar
{		
	text-align: center;
	margin-top: 50px;
}
.width-divide-third
{
	width: 33.3%;	
	float: left;
	margin-left: -10px;	
}
.borderline
{
	float: left;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #dadada;	
}
.body-text
{
	margin-top: 20px;
	height: auto;
	background-color: #FFFFFF;
	min-height: 300px;
}
.gallery-container
{
	margin-top: 20px;
}
.gallery-box
{
	padding-left: 10%;
	padding-right: 10%;
	height: 100px;
}
.gallery-text
{	
	text-decoration: none;
	vertical-align: middle;
	
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;	
	display: table-cell;
}
.table-wrapper
{
	display: table;
	width: 100%;
	height:100%;
}
.gallery-text > a
{
	text-decoration: none;
	color: #FFFFFF;
}
.gallery-text > a:hover
{
	text-decoration: none;
	color: #FFFFFF;
}
.gallery-color
{	
	background-color: #fcc633;
}
.gallery-corner
{	
	float: right;
}
h1, .navigation-bar, .gallery-text
{
	font-size: 22px;
	font-family: "Courier New";
	font-weight: bold;
}
p
{
	font-size: 15px;
	font-family: "Courier New";
}
.email-link
{
	text-decoration: none;
	color: #000000;
}
.selected
{
	text-decoration: none;
	color: #fcc633;
}
.site-link
{
	text-decoration: none;
	color: #000000;
}
.site-link:hover, .email-link:hover, .selected:hover
{
	text-decoration: none;
	color: #fcc633;
}