html {
	height:100%;
}

body {
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#FFFFFF;
	height:100%;
	color:#FFFFFF;
	line-height:1.2;
}

h1 {
	font-size:20px;
	font-weight:normal;
}

h2 {
	font-size:16px;
	font-weight:normal;
	margin:0;
	padding:0;
}

p {
	margin:0;
	padding-bottom:10px;
}

li {
	padding-bottom:5px;
}

.header {
	height:114px;
	background-color:#FFFFFF;
}

.header-left {
	width:272px;
	height:114px;
	background-image:url(images/header-left.jpg);
}

.header-right {
	width:302px;
	background-image:url(images/header-right.jpg);
}

.navbar {
	height:68px;
	background-color:#220c0e;
	padding-left:28px;
	font-size:12px;
	line-height:12px;
}

.navbtn {
	padding:28px 0;
	width:90px;
	padding:0 20px;
	line-height:68px;
	border-right:1px solid #4d3033;
	text-align:center;
}

.navbtn:hover {
	background-color:#251416;
	cursor:hand;
	cursor:pointer;
}

.content {
	background-color:#442f14;
	padding:30px 60px 30px 30px;
}

.content-main {
	width:450px;
	padding-left:40px;
	float:left;
}

.content-pics {
	width:300px;
	float:right;
}

.footer {
	background-color:#FFFFFF;
	background-image:url(images/footer.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:27px;
	padding-top:31px;
	text-align:center;
	line-height:27px;
	color:#442f14;
}

.footer a {
	color:#442f14;
}

.footer a:hover {
	color:#220c0e;
	text-decoration:underline;
}

a {
	color:#FFFFFF;
	text-decoration:none;
}

a:hover {
	color:#CCCCCC;
}