@charset "UTF-8";
/* CSS Document */

// GLOBAL STUFF

* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #000;
	font-family: "Century Gothic", Verdana, helvetica, sans-serif;
	//font-size: 62.5%;
	color: #FFF;
	overflow-y: scroll;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

a {
    color: #FFF;
    text-decoration: none;
    outline: none;
}

a img {
	text-decoration: none;
	border: 0px;
}

a:hover { 
	color: #DDD; 
}

#container {
	width: 800px;	
	font-size: 16px;
	margin: auto;
}

#page_frame {
	text-align: left;
	margin: 10px auto 10px auto;
	width: 780px;
	border-style: solid;
	border-width: 1px;
	border-color: #4C4C4C;
	/*padding-top: 10px;*/
}

#page_frame p {
	margin-left: 20px;
	margin-right: 20px;
}

.block_text {
	background-color:#FFF;
	color:#000;
}

.block_text a {
	color:#000;
}

.block_text a:hover { 
	color: #444; 
}

.about_image {
	/*border:inherit;*/
	width: 250px;
	height: 250px;
	text-align: center;
	overflow: hidden;
	float: left;	
	margin: 20px 20px 20px 20px;
	position: relative;
	color: inherit;
}

ul li, ul { 
	list-style: none outside; 
}

/* ***************
TITLE BAR
*************** */

#title_bar {
	//background-color:#002;
}

#logo {
	padding: 30px 10px 10px 10px;
	
}

#home_img {
	padding: 10px;
}

/* ****************
MENU BAR
ripped off needs tweaking
******************* */

#menu {
	width: 780px;
	font-size: 18px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	text-align: right;
}

#menu ul li, #menu ul { 
	list-style: none outside; 
}

#menu ul li {
	display: inline;
	padding: 0px 0px 10px 10px;
}

#menu ul li a:hover { 
	color: #DDD;
}
.active a { 
	color: #DDD; 
}

/* ********************
GALLERIES Listing Page
********************* */

/*#gallery_listing {	
	width: 780px;
	font-size:18px;
	border-style: solid;
	border-width: 1px;
	border-color: #4C4C4C;
	margin: 10px auto 10px auto;
}
*/
.gallery_thumb {
	padding-left: 30px;
	padding-bottom: 10px;
	padding-right: 80px;
	padding-top: 60px;
	height: 100px; 
	margin-bottom: -50px;
}

/*#gallery_listing ul li {
	
}*/

.listing {
	margin-bottom: 50px;
}

/* *************************
GALLERY page
************************* */

/*#gallery {
	text-align: left;
	margin: 10px auto 10px auto;
	width: 780px;
	border-style: solid;
	border-width: 1px;
	border-color: #4C4C4C;
	padding-top: 10px;
}
*/
.picture_frame {
	/*border:inherit;*/
	width: 180px;
	height: 180px;
	text-align: center;
	overflow: hidden;
	float: left;	
	margin: 7px 7px 7px 7px;
	position: relative;
	color: inherit;
}

#gallery_title {
	font-size: 18px;
	margin-left: 10px;
}

#gallery_description {
	margin-top: 10px;
	margin-left: 10px;
}

