html, body {
	margin: 0;
	padding:0;
	background-image:url(images/back.jpg);
}

p
{
	font: normal 98% Verdana, Geneva, Tahoma, sans-serif;
}

/**Wrapper **/
#wrapper 
{
	width:922px;
	margin:10px auto;
	background-color:#000000;
}
#footer,#main,#content
{
	width:922px;
	margin:0px auto;
}


/* Header */

#header {
	width: 922px;
	height: 132px;
	margin: 0 auto;
	background-color:#000000;
}

/* Logo */

#logo {
	float: left;
	height: 132px;
	padding: 0;
	background-color:#000000;
}

#logo * {
	text-decoration: none;
}

#logo h1 {
	float: left;
	padding: 20px 0 0 30px;
}

#logo h2 {
	width: 230px;
	float: left;
	font-family:"Courier New", Courier;
	font-weight:normal;
	font-size: 1.0em;
	color: #ffffff;
	padding: 60px 0 0 25px;
	text-align:center;
	border: none;
}
/* Menu */

#menu {
	float: right;
	width: 435px;
	height: 45px;
	padding: 90px 0 0 0;
	background-color:#000000;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
	padding-right: 11px;
}

#menu a {
	padding: 55px 15px 10px 15px;
	text-transform: lowercase;
	text-decoration: none;
	font-family:"Courier New", Courier;
	font-size: 1.0em;
	color: #ffffff;
	background-color:#700f11;
	
}
#menu a:hover {
	padding: 55px 15px 10px 15px;
	text-transform: lowercase;
	text-decoration: none;
	font-family:"Courier New", Courier;
	font-size: 1.0em;
	color: #000000;
	background-color:#ffffff;
}

#menu .first a {
	padding: 55px 15px 10px 15px;
	text-transform: lowercase;
	text-decoration: none;
	font-family:"Courier New", Courier;
	font-size: 1.0em;
	color: #000000;
	background-color:#ffffff;
}

#main {
	background-color:#000000;
	text-align:right;
	height:24px;
	margin: 5px 0 10px 0;
}

#main h3 {
	font-family:Courier New;
	font-size:1.5em;
	color:#e9cb07;
	font-weight:bold;
	text-decoration:none;
	padding:0 25px 0 0;
}

#contact {
	background-color:#000000;
	width:850px;
	margin:0 5px 5px 25px;
}

#contact p {
	color:#ffffff;
	font: normal 95% Verdana, Geneva, Tahoma, sans-serif;
	line-height: 1.4em;
	padding:5px 80px;
}

#contact a {
	color: #701616;
	font-size:1.1em;
	text-decoration: none;
}

#contact a:hover {
	color: #e9cb07;
	font-size:1.1em;
	text-decoration: underline;
}
	

/* Image gallery */

.gallery {
width: 890px;
margin: 16px 0 34px 110px;
}

.photo {
float: left;
display: inline;
width: 230px;
height: 305px;
overflow: hidden;
position: relative;
margin: 0 0 10px 10px;
}



/**footer ***/
#footer {
	background-color:#000000;
	margin: 0 auto;
	padding: 20px 0 10px 0;
	clear:both;
	height:30px;
}

#footer p {
	color:#ffffff;
	font-family:"Courier New", Courier;
	font-size:.8em;
	font-weight:normal;
	text-align: center;
}

#footer a {
	color: #701616;
	text-decoration: none;
}

#footer a:hover {
	color: #e9cb07;
	text-decoration: underline;
}
