* {
	margin: 0;
	padding: 0;
}

html {
	min-height: 100%;
	margin-bottom: 1px;
}

body {
	color: white;
	height: 100%;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	//background: #333333 url(../images/bg.jpg) repeat-x;
	background: #333333;
}

h1 {
	padding-bottom: 10px;
	font: small-caps 19px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h2 {
	font-variant: small-caps;
	font-size: 14px;
}

a {
	color: white;
}

a:hover {
	color: #ccc;
	text-decoration: none;
}

div#header {
	height: 100px;
	color: white;
	margin-bottom: 8px;
	font-size: 16px;
	background-color: black;
	border-bottom: solid 1px #666;
}

#header img {
	float: left;
	padding-left: 12px;
	padding-top: 20px;
}


div#header ul {
	list-style: none;
}

div#header li a {
	display: block;
	padding-left: 12px;
	padding-right: 5px;
	float: right;
	color: #ccc;
	text-decoration: none;
}

ul#menu {
	width: 100%;
	float: right;
	position: absolute;
	top: 0;
	right: 0;
}

div#container {
	width: 750px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	padding-left: 12px;
	padding-bottom: 75px;
	font-size: small;
	clear: both;
}

div#container p {
	padding-top: 10px;
}

div#container img {
	border: solid white 5px;
}

div#slides {
	width: 750px;
	height: 501px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	color: #333;
	font-size: 0;
	position: relative;
	z-index: -1;
}

div.about-content p {
	padding-bottom: 15px;
	line-height: 26px;
	color: #ccc;
}

div#header li a:hover {
	color: white;
}

div#footer {
	height: 20px;
	background-color: black;
	color: #4d4d4d;
	clear: both;
	border-top: solid 1px;
	font-size: x-small;
	padding-top: 8px;
	margin-top: 23px;
	float: left;
	width: 100%;
	bottom: 0;
	position: fixed;
}

div#footer p {
	padding-left: 12px;
}

#footernav {
	text-decoration: none;
	color: #ccc;
	position: fixed;
	bottom: 8px;
	right: 10px;
}

#footernav a {
	color: #ccc;
	text-decoration: none;
	padding-right: 15px;
	text-transform: uppercase;
}

#footernav a:hover {
	color: white;
}

div#contact_form {
	width: 100%;
	height: 100%;
	clear: both;
}

div#contact_form form {
	padding: 15px;
	width: 100%;
	background-color: #3d3d3d;
	border: solid #4d4d4d 2px;
}

div#contact_form ul {
	list-style: none;
	color: #ccc;
}

.input_field {
	background: #fff url(../images/form-bg.jpg) repeat-x;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	padding: 8px;
	margin-bottom: 18px;
	margin-top: 6px;
}

div#contact_form form ul li {
	display: inline-block;
	padding-right: 10px;
	padding-bottom: 5px;
}

div#container div.gallery {
	width: 205px;
	height: 100%;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #3d3d3d;
	border: solid #4d4d4d 1px;
	display: inline-block;
	text-align: center;
}

div#container div.gallery img {
	border: solid white 1px;
}

div#container div.gallery p {
	text-align: left;
}

#self-portrait {
	float: right;
}