* {
	margin:0;
	padding:0;
}
body {
	background-color: #282328;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url(images/page_layout/Body_Background_Image1.png);
	background-position: center top;
}
#container {
	height: 800px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/page_layout/Container_Background_Image.jpg);
}

/*==================Content===================*/

#content {
	height: 760px;
	width: 76%;
	float: left;
}
#content_inner {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: left;
	padding-top: 150px;
	width: 93%;
	float: right;
	margin-right: 15px;
}
#content_inner p {
	line-height: 16px;
	font-size: 12px;
	padding-bottom: 12px;
}
#navigation_inner, #content_inner, {
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	}

/*==================Navigation====================*/

#navigation {
	width:24%;
	float:right;
	height: 760px;
}
#navigation_inner {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: left;
	padding-top: 130px;
	width: 85%;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}
#navigation_inner p {
	font-size: 12px;
	line-height: 16px;
}

#navigation_inner ul.list1 {
	text-align: left;
}

#navigation_inner ul.list1 li {
	padding: 4px 2px 4px 17px;
	background-image: url(images/navigation/arrow.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	font-family: Verdana, Geneva, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: outset;
	border-bottom-color: #FF0000;
	color: #CCCCCC;
	list-style-type: none;
}

#navigation_inner ul.list1 li a {
	color:#FFFFFF;
	text-decoration:none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#navigation_inner ul.list1 li a:hover {
	color:#FF0000;
	text-decoration:none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#content_inner a {
	color:#FC0;
	text-decoration:none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#content_inner a:hover {
	color:#FF0000;
	text-decoration:none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

/*==================Text and Image Alignment====================*/

.imageright {
	float: right;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.imageleft {
	float: left;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.alignright { text-align:right;}
.alignleft {text-align: left;}
.aligncenter { text-align:center;}


h1 {
	font-size:20px;
	font-weight:normal;
	margin-bottom:10px;
	color:#FFF;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 10px;
}

h2 {
	font-size:20px;
	font-weight:normal;
	margin-bottom:15px;
	text-align: left;
	font-family: " Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding-bottom: 5px;
	font-family: "Times New Roman", Times, serif;
}

h4 {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-variant: normal;
	padding-bottom: 10px;
	font-style: italic;
	font-family: " Georgia, "Times New Roman", Times, serif;
}

h5 {
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
	font-style: italic;
	margin-bottom: 10px;
	text-align: left;
	line-height: 1em;
	font-family: " Georgia, "Times New Roman", Times, serif;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	color: #FFF;
	background-color: #282328;
	clear: both;
	height: 190px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	background-image: url(images/page_layout/footer_lights.jpg);
}
#nav_image {
	width: 155px;
	padding-top: 80px;
}
.gallery_top {
	margin: 0px;
	padding: 0px;
	height: 20px;
	background-color: #000;
	background-image: url(images/gallery_background/gallery_top.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.gallery_content {
	margin: 0px;
	padding: 15px 0px 1px 0px;
	background-image: url(images/gallery_background/gallery_middle.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
.gallery_bottom {
	margin: 0px;
	padding: 0px;
	height: 20px;
	background-image: url(images/gallery_background/gallery_bottom.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.clear_both { clear: both; line-height: 1px; }

