/* ------- Resets -------*/
body, div, h1, h2, h3, h4, p, ul { 
	margin: 0;
	padding: 0;
}

/* ------- Basic div layout -------*/
body {
	background: #1a1a1a url(../images/bg-2.png) repeat-x;
	text-align: center;
	font: small Georgia, "Times New Roman", Times, serif;
	line-height: 24px;
}
body#front-page {
	background: #1a1a1a url(../images/bg.png) repeat-x;
}
div.center {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
div#ban-content {
	float: left;
	width: 360px;
	margin: 0 0 0 20px;
	color: #bababa;
	font-size: .9em;
}
div#content {
	font-size: .9em;
	color: #e6e6e6;
	font-family: Arial, Helvetica, Geneva, Verdana, sans-serif;
	padding-top: 30px;
	clear: both;
	position: relative;
}
div#footer {
	background: #242424;
	border: 1px solid #3e3e3e;
	height: 44px;
	color: #3e3e3e;
	text-align: left;
	width: 860px;
	margin: 0 20px 60px 20px;
	clear: both;
	font: italic 1.2em Georgia, "Times New Roman", Times, serif;
}
div.section {
	width: 390px;
	float: left;
	margin: 0 0 40px 30px;
}

/* ------- Headings -------*/
h1 {
	text-indent: -9999px;
	font-size: 1%;
	overflow: hidden;
	height: 77px;
	background: url(../images/logo-2.png) no-repeat;
	margin: 0 12px 0 18px;
}
#front-page h1 {
	background: url(../images/logo.png) no-repeat;
}
h2 {
	text-indent: -9999px;
	height: 0;
}
h3 {
	font: italic 1.4em Georgia, "Times New Roman", Times, serif;
	color: #ffffaa;
	margin-bottom: 10px;
	clear: both;
}

/* ------- Paragraphs and lists ------- */
p, ul {
	margin: 10px 0;
}
p#intro {
	border-top: 1px dotted;
	border-bottom: 1px dotted;
	color: #f5afb1;
	font-size: 1.5em;
	clear: both;
}
div#footer p {
	padding-top: 12px;
	margin: 0;
	float: left;
	width: 50%;
}
div#footer p#hit {
	float: right;
	width: 50%;
}
ul {
	padding: 0 20px 20px;
}

/* ------- Images -------*/
img#sketch {
	border: 3px solid #fff;
	float: left;
	margin: 20px 0;
}
#banner img {
	float: left;
	border: 3px solid #511116;
}
#content img {
	float: none;
	clear: both;
	margin:  0 10px 10px 0;
}

/* ------- Navigation and links -------*/
a {
	color: #fff;
}
a img {
	border: none;
}
ul#nav {
	background: url(../images/nav.png) no-repeat;
	list-style-type: none;
	height: 25px;
	width: 337px;
	margin: 15px 30px 10px 0;
	text-align: center;
	padding: 8px 0 0 0;
	font-size: 1.6em;
	float: left;
}
#front-page ul {
	background: url(../images/nav.gif) no-repeat;
	height: 38px;
}
ul#nav li {
	display: inline;
	margin: 0 5px;
}
ul#nav a  {
	color: #87262c;
	text-decoration: none;
	font-style: italic;
}
div#footer a {
	color: #3e3e3e;
	text-decoration: none;
	font-style: italic;
}
div#footer a:hover {
	text-decoration: underline;
}
ul#nav a:hover {
	color: #1a1a1a;
}
div#footer a{
	font-size: 1em;
	margin: 0 10px;
}
div#footer p#hit a {
	margin: 0;
}
/* ------- Gallery Page -------*/	
#gallery a img {
	border: 1px solid #fff;
}
ul#gallery {
	list-style-type: none;
	text-align: center;
	margin: 0 auto;
}
ul#gallery li {
	float: left;
	margin: 10px 25px;
}
ul#gallery li#last-picture {
	margin-bottom: 40px;
}

/* ------- Form Styles -------*/
fieldset {
	border: none;
}
form ul {
	list-style-type: none;
}
label {
	display: block;
}
input#submit {
	color: #fff;
	border: 1px solid #fff;
	margin: 10px 0;
	background: #3e3e3e;
}