/* Body & Divs */

body {
	background-color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ffffff;
}

#container {
	margin: 0px auto;
	width: 1065px;
}

#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 134px;
}

#menu {
	height: 34px;
}

#content {
	padding: 0px;
	min-height: 330px;
}

#footer {
	clear: both;
	height: 95px;
	margin: 0px;
	padding: 0px;
}

/* Gallery & Images */

img {
	border: none;
	margin: 0px;
}

/* Text */

p {
	margin: 0px;
	padding: 0px;
}

h1 {
	margin: 0px;
	padding: 0px;
}

h2 {
	margin: 0px;
	padding: 7px 3px;
	font-size: 1.2em;
	font-weight: bold;
	color: #C09B4B;
}

h3 {
	margin: 0px;
	padding: 3px;
	font-weight: bold;
	font-size: 1.0em;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}

li {
	margin-bottom: 6px;
}

#content p.text {
	padding: 7px 3px;
	line-height: 20px;
}

#footer p {
	margin: 0px;
	padding: 0px;
}

td p {
	line-height: 15px;
	padding: 0px;
}

a {
	text-decoration: none;
	color: #FFD064;
}

a:hover {
	text-decoration: underline;
}

#footer p {
	text-align: center;
}

/* Classes */

.hidden {
	visibility: hidden;
}

.highlight {
	color: #000099;
	font-weight: bold;
}

/* Gallery Items */

div.item {
	width: 500px;
	height: 568px;
	padding: 5px;
	margin: 10px;
	border: #C09B4B solid 1px; 
	float: left;
	text-align: center;
}