* {
	color: #000;
	font-family: Georgia, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	border: none;
	text-decoration: none;
}

html, body {
	height: 100%;
	width: 100%;
}

p {
}

.wrapper {
	margin: 0 30px;
	position: relative;
}

header {
	height: 65px;
}

header h1 {
	font-weight: normal;
	line-height: 65px;
}

header h1 a {
	color: #996666;
}

header h1 span {
}

nav {
	float: left;
	width: 10%;
}

nav .wrapper {
}

nav ul {
	list-style: none;
}

nav ul li ul {
	padding: 0 0 20px 20px;
}

nav ul li a {
	line-height: 25px;
}

section {
	float: left;
	min-height: 400px;
	width: 90%;
}

section h2 {
	border: 1px solid #ccc;
	border-radius: 10px;
	font-weight: normal;
	padding: 10px;
}

section ul {
	list-style: none;
}

section ul li {
	display: inline-block;
	font-size: 0.8em;
	padding: 30px 0;
	text-align: center;
	overflow: hidden;
	vertical-align: top;
	width: 100px;
}

section .text {
	padding: 10px;
}

section .text ul li {
	border-bottom: 1px solid #ccc;
	display: block;
	padding: 10px 0;
	text-align: left;
	width: 100%;
}
section .text a {
	color: #996666;
}

section .text label {
	display: block;
	float: left;
	width: 15%;
}

footer {
	clear: both;
	height: 40px;
	padding: 50px 0;
}

footer p {
	font-size: 12px;
}

footer p a {
	color: #996666;
}

.list {
	list-style: circle;
	margin-left: 20px;
}
.list li {
	display: block;
	padding: 5px 0;
	text-align: left;
	width: 100%;
}

