body {
	background: #312f2e;
	color: #000;
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Georgia, Times, Serif;
	font-size: 16px;
	text-align: left;
}

* { outline: none; }

#header {
	width: 100%;
	height: 40px;
	background: #312f2e;
	top: 0;
	overflow: hidden;
}

#logo {
	position: absolute;
	left: 13px;
}

#nav {
	list-style-type: none;
	float: right;
	padding: 0px 10px 0 0;
	margin: 0;
}

#nav li {
	float: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
	height: 40px;
	overflow: hidden;
}

#nav li img {
	margin: 0;
	display: block;
	-webkit-transition: all .5s ease-out;
}

#nav li:hover img, #nav a.active img {
	margin: -40px 0 0 0;
}

#content {
	padding-top: 110px;
	padding-bottom: 50px;
}

#footer {
	font-size: 12px;
	color: #6c6c6c;
	background: #312f2e;
	bottom: 0;
	width: 100%;
	padding: 10px 0;
	clear: both;
}

h1 { margin: 40px 0 30px 0;}

h2 { line-height: 40px; }

h3 { font-size: 16px; font-weight: bold; margin: .8em 0 .5em 0;}

h4 { font-size: 14px; font-weight: bold; margin: .8em 0 .5em 0;}

h1 img, h2 img, h3 img { display: block; }

a {
	font-style: italic;
	font-weight: bold;
	color: #ffe400;
}

a:hover {
	color: #fff;
}

a.white { color: #fff; font-weight: normal; font-style: normal;}

a.white:hover { color: #ffe400; }

a.black { color: #000; font-weight: normal; font-style: normal;}

a.black:hover { color: #ffe400; }

p.big {
	font-size: 24px;
	font-weight: lighter;
	color: #fff;
}

p.big a { color:#fff;}

p.big a:hover { color:#ffe400;}

ul { padding-left: 20px;}

li { padding: 0; margin: 0; list-style-type:disc ;}

.caption {
	font-style: italic;
	font-size: 13px;
	margin: 10px 0 20px 0;
}

.caption a:hover { color: #fff;}