BODY {
	margin: 0;
	padding: 0;
	font-family: arial, courier, helvetica;
	font-size: 16px;
	background: #363636;
}

a {
	text-decoration: none;
	color: #A2A2A2;
}


a:visited {
	text-decoration: none;
	color: #A2A2A2;
}

a:hover {
	text-decoration: none;
	color: white;
}

.outerWrapper {
	background: #363636;
	height:600px;	
	margin: 0 auto;
}

.innerWrapper {
	width: 800px;
	margin: 0 auto;
	text-align: center;
}

.topInnerWrapper {
	width: 600px;
	height: 159px;
	margin: 0 auto;
}

.top {
	margin: 0;
	padding: 0;
	background-image: url(../images/pic_top_banner.png);
	height: 159px;
}

.logo {
	margin-top: 40px;

}

.menu {
	text-align: center;
	padding-top: 10px;
	color: #A2A2A2;
}

.content {
	color: white;
	text-align: center;
	width: 800px;
}

.home_page_pic {
	margin-top: 75px;
}

.gallery {
	margin-top: 75px;
}

.right {
	margin-top: -50px;
	padding-right: 100px;
	color: white;
	float: right;
}

.gallery_page_pic {
/*	margin-top: 75px; */

}

.gallery_page_right_title {

	margin-left: 150px;

}

.titleText {
	font-size: 26px;
	text-align:left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;

}

.subTitleText {
	font-size: 20px;
	text-align:left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;

}

.borderBottomBar {
	background: url(../images/pic_red_bar.png);
	height: 25px;
	width: 100%;
}



.leftDiv {
	width:200px;
	float:left;
	text-align:left;
	padding-left:10px;
	padding-right: 10px;

}

.rightDivFaves {
	float: left;
	padding-left: 75px;

}

.rightDivGallery {
	float:right;
	width: 580px;
}

/* Cycle image gallery styles */

.slideshow { margin: auto;z-index:0 }
.slideshow img { border: 1px solid black;}



	
