* {
	padding: 0;
	margin: 0;
}

body {
	background: #580000 url('../img/body_left.jpg') left 150px no-repeat;;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 20px;
	color: #FFFFFF;
}

a, a:active, a:visited {
	color: #004499;
	font-weight: bolder;
	font-size: 13px;
}

a:hover {
	color: #FFFFFF;
}

#left {
	float: left;
	width: 375px;
	position: relative;
	margin-left: -376px;
	min-height: 875px;
}

#center {
	float: right;
	width: 95%;
}

#header {
	width: 100%;
}

#nav {
	margin: 15px 0 25px 0;
	background: url('../img/nav.jpg') top right repeat-x;
	height: 100px;
	font-weight: bolder;
	font-size: 18px;
	float: right;
	width: 100%;
}

#nav ul {
	float: right;
	list-style: none;
	padding: 0 100px;
}

#nav ul li {
	display: inline;
	padding: 0;
}

#nav ul li a, #nav ul li a:active, #nav ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	padding: 100px 0 0 0;
	overflow: hidden;
	height: 0px !important;
}

#nav ul li a:hover {
	color: #2E4766;
	background-position: 0 -100px;
}

#container {
	margin-left: 300px;
}

#footer {
	clear: both;
	text-align: center;
	font-size: 12px;
	margin: 25px 0 0 0;
	width: 100%;
	padding: 25px 0;
	background: #2E4766 url('../img/footerbg.jpg') top left repeat-x;

}

#footer a, #footer a:active, #footer a:visited {
	color: #000000;
	text-decoration: none;
}

#footer a:hover {
	color: #580000;
}

.clear {
	clear: both;
}

.box {
	width: 33%;
	min-width: 220px;
	float: left;
	text-align: center;
}

.center {
	text-align: center;
}

form, p, h2, h3 {
	padding: 0 10px;
}

textarea {
	width: 590px;
	padding: 5px;
	display: inline;
	background: url('../img/input.jpg') top left no-repeat;
}

input {
	height: 20px;
	width: 590px;
	font-size: 18px;
	display: inline;
	margin: 5px 0;
	padding: 5px;
	background: url('../img/input.jpg') top left no-repeat;
}

input[type=submit] {
	width: auto;
	height: auto;
	font-size: inherit;
}

label {
	font-weight: bolder;
	display: block;
}

.info {
	font-size: 10px;
}

#flashMessage {
	text-align: center;
	font-size: 14px;
	padding: 0 5%;
	background: #FFF6BF;
	border: 1px solid #FFD324;
	background: #FFF6BF;
	margin: 10px 15px 10px 10px;
	color: #000000;
}

.actions {
	float: right;
}

img {
	border: none;
}

hr {
	width: 98%;
	height: 1px;
	border-bottom: 1px solid #FFFFFF;
}

.gallery {
	margin: 15px;
}

.gallery li {
	display: inline;
	list-style: none;
	width: 200px;
	min-height: 200px;
	float: left;
	margin: 0 10px 10px 0;
	text-align: center;
}

.artist {
	padding: 25px;
}