/* General */
* {
margin: 0;
padding: 0;
}
body{
font: 74%/1.5 Verdana, Sans-Serif;
color: #333;
text-align: center;
background: #fff url(images/bg.gif) fixed;
}
a {
color: #3b6789;
text-decoration: none;
}
	a:hover {
	color: #9e0039;
	}
a img {
border: 0;
}
p, form, ul, ol, table {
margin: 0 0 15px;
}
ul, ol {
margin-left: 2.6em;
}
input, textarea, select {
margin: 0 0 4px;
padding: 3px;
width: 375px;
font: 11px/1.6 Verdana, Sans-Serif;
vertical-align: middle;
}
	input[type=submit], #submit {
	width: 150px;
	}
	textarea {
	height: 12em;
	}
h1, h2, h3, h4, h5, h6 {
font: 26px/1 'Times New Roman', Serif;
margin: 0 0 3px;
padding: 0;
}
h2 {
font-size: 26px;
border-bottom: 1px dotted #ccc;
}
h3 {
font-size: 20px;
}
h4 {
font-size: 18px;
}

/* Container, Header and Nav */
#page {
position: relative;
margin: 20px auto;
padding: 10px;
width: 750px;
text-align: left;
background: #fff;
border: 10px solid #334654;
}
#top a {
display: block;
height: 100px;
text-indent: -9999px;
background: url(images/logo.jpg) no-repeat center center;
}
#header {
position: absolute;
left: 0;
float: left;
width: 175px;
}
#header ul {
margin: 0;
padding: 0;
list-style: none;
}
	#header ul li {
	display: inline;
	}
		#header ul li a {
		display: block;
		margin-bottom: 3px;
		padding: 3px 5px;
		color: #eee;
		text-align: right;
		background: #455b6c;
		border: 1px solid #334654;
		border-left: 0;
		}
			#header ul li a:hover, #header ul #current a {
			color: #99acbb;
			}

/* Content, Footer and Contact Image */
#content {
float: right;
width: 560px;
}
#footer {
clear: both;
margin: -10px;
padding: 5px;
color: #334654;
text-align: center;
background: #99acbb;
}
	#footer a:hover {
	color: #eee;
	}
.clear {
clear: both;
}
.center {
margin-left: auto;
margin-right: auto;
text-align: center;
}
.contact {
display: block;
margin: 15px auto;
padding: 0;
width: 452px;
height: 186px;
text-indent: -9999px;
background: url(images/contact.jpg) no-repeat;
}
.postmeta {
margin: 10px 0;
font-style: italic;
color: #999;
text-align: right;
}
.hr {
margin: 25px auto;
width: 70%;
border-bottom: 1px solid #e5e5e5;
}

/* Pictures */
#pictures {
margin: 0;
padding: 0;
list-style: none;
}
	#picutres li {
	display: inline;
	}
		#pictures li a {
		display: block;
		float: left;
		margin: 5px;
		padding: 3px;
		width: 100px;
		height: 100px;
		border: 2px solid #fff;
		}
			#pictures li a:hover {
			border-color: #eee;
			}