* {
	margin: 0px;
	padding: 0px;
}

body {	
	padding: 10px 0px;
	background: url('images/background.jpg') #000000 no-repeat 0px 0px;
	background-position:top center;
	<--background-color: #656565;--->
	color: #8A710F;
	font-family: verdana, "trebuchet MS", arial, sans-serif;
	font-size: 14px;
	text-align: center;
}

a {
	color: #c2bebe;
	background-color: inherit;
	text-decoration: underline;
}

a:hover {
	color: #8A710F;
	background-color: inherit;
}

img {
	border: none;
}

ul {
	list-style-type: none;
	text-align: justify;
}

li {
	list-style-type: none;
	text-align: justify;
}

dl {
	text-align: justify;
}

dt {
	padding: 10px 0px 0px 0px;
}

dd{
	padding: 0px 0px 0px 10px;
}

p {
	padding: 14px 0px 5px;
	text-align: justify;
	line-height: 16px;
	clear : both;
	float : none;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
	visibility: hidden;
}

#container {
	margin: 0px auto;
	width: 780px;
	background: url('images/container_background.gif') #000000 repeat-y 0px 0px;
	color: inherit;
}

#page_title {
	width: 780px;
	height: 64px;
	background-image: url('images/background.gif');
	background-repeat: repeat-x;
	background-position: 0% 100%;
	overflow: hidden;
	float: left;
}

#page_title h1 {
	width: 780px;
	height: 64px;
	background: url('images/aaron_name.gif') #292829 no-repeat 50% 50%;
	color: #FFFFFF;
}

#page_image_1 {
	width: 350px;
	height: 395px;
	background: url('images/page_image_1.jpg') #000000 no-repeat 0px 100%;
	color: inherit;
	overflow: hidden;
}
#page_image_2 {
	width: 350px;
	height: 395px;
	background: url('images/page_image_2.jpg') #000000 no-repeat 0px 100%;
	color: inherit;
	overflow: hidden;
}
#page_image_3 {
	width: 350px;
	height: 395px;
	background: url('images/page_image_3.jpg') #000000 no-repeat 0px 100%;
	color: inherit;
	overflow: hidden;
}
#page_image_4 {
	width: 350px;
	height: 395px;
	background: url('images/page_image_4.jpg') #000000 no-repeat 0px 100%;
	color: inherit;
	overflow: hidden;
}
#page_image_5 {
	width: 350px;
	height: 395px;
	background: url('images/page_image_5.jpg') #000000 no-repeat 0px 100%;
	color: inherit;
	overflow: hidden;
}

#left_column {
	width: 350px;
	font-size: 12px;
	float: left;
}

#left_column h2 {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: inherit;
	color: #d26a36;
}

#right_column {
	padding-bottom: 0px;
	width: 430px;
	background-color: #000000;
	color: inherit;
	float: right;
	clear: right;
}

#right_column h2 {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: inherit;
	color: #c7c7c7;
}

#right_column p {
	padding-top: 5px;
}

#page_menu {
	padding: 10px 0px;
	width: 430px;
	background: url('images/background.gif') #000000 repeat-x 0% 0%;
	color: #c2bebe;
}

#page_menu a {
	background-color: inherit;
	color: #8A710F;
	text-decoration: none;
}

#page_menu a:hover {
	background-color: inherit;
	color: #fff;
}

#page_menu li {
	padding: 0px 2px 2px;
	float: left;
}

#page_menu li a {
	display: block;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}


#page_menu li a span {
	display: block;
}

#left_text {
	padding: 0px 28px;
}

#left_text p {
	text-align: center;
}

#left_text h2 {
	padding: 20px 0px 0px 0px;
}

#right_text {
	padding: 0px 5px;
}

#right_text h2 {
	padding: 0px 0px 0px 0px;
}

#page_footer {
	margin-left: 350px;
	width: 430px;
	padding: 9px 0px;
	background: url('images/background.gif') #343231 repeat-x 0px 0px;
	color: inherit;
	clear: both;
	font-size: 10px;
	line-height: 12px;
}

.thumbnail {
	border: #5c5b5c 1px solid;
	position: relative;
	z-index: 0;
}

.thumbnail:hover {
background-color: transparent;
z-index: 50;
}

.thumbnail span { /*CSS for enlarged image*/
position: absolute;
background-color: black;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img { /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span { /*CSS for enlarged image on hover*/
visibility: visible;
top: 10;
left: -550px; /*position where enlarged image should offset horizontally */
}
