/* CSS Document */

html, body {
	margin : 0;
	padding : 0;
	background-color : #272727;
	color : #333333;
	font-family : verdana, arial;
	font-size : 12px;
}

img {
	border : 0;
	margin : 0;
	padding : 0;
}

h1, h2, h3, h4 {
	font-weight : normal;
	margin : 0;
	padding : 0;
	color : #FFFFFF;
}


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

input, textarea {
	padding : 2px;
	font-size : 13px;
	font-family : verdana, arial;
	width : 150px;
}

#clear {
	clear : both;
}

#container {
	position : absolute;
    top: 50%;
    left: 50%;
    margin-left: -375px; /* half of width */
    margin-top: -260px;  /* half of height */
	width : 750px;
	height : 520px;
	border : 3px solid #FFFFFF;
	background-color : #000000;
}

#header {
	padding-bottom : 2px;
	border-bottom : 3px solid #FFFFFF;
}

#header #logo {
	margin-top : 0px;
	margin-left : 12px;
}

#header-banner {
	margin-top : 1px;
	margin-right : 2px;
}

#menu {
	height : 28px;
	background-color : #AD9569;
	border-bottom : 3px solid #FFFFFF;
}

#menu #menu-items {
	float : right;
	position : relative;
	top : 7px;
	right : 10px;
}

#menu #menu-items a {
	margin-left : 18px;
	font-size : 12px;
	color : #000000;
}

#content {
	float : right;
	width : 540px;
	background-color : #000000;
	color : #666666;
	height : 363px;
}

#content-inner {
	margin : 10px;
}

#content h1 {
	font-size : 21px;
	margin-bottom : 10px;
}

#content-inner a {
	color : #999999;
	text-decoration : none;
}

#left-bar {
	width : 210px;
	height : 363px;
	background-color : #000000;
}

#left-bar-menu {
	position : relative;
	top : 80px;
	left : 10px;
	color : #CCCCCC;
	font-size : 14px;
}

#left-bar-menu a {
	color : #CCCCCC;
}
#home-bg{
background-image:url(../images/splash.jpg);
position:relative;
z-index:30;
}


#gallery {
	position : relative;
	top : -10px;
	right : -10px;
}

#gallery-left {
	position : relative;
	top : 20px;
	left : -15px;
	width : 355px;
	text-align : center;
}

#largeImg {
	margin-left : 15px;
}


#gallery-right {
	float : right;
	margin-top : 15px;
	width : 165px;
	background-color : #000000;
}

#gallery-right img {
	padding : 5px;
	width : 70px;
	height : 70px;
}

.list {
	display : block;
	margin-top : 10px;
	font-size : 12px;
}

.list ul {
	margin : 0;
	margin-left : 20px;
	margin-top : 5px;
	margin-bottom : 5px;
	padding : 0;
}




