@charset "UTF-8";
/* CSS Document */

*, html, body {
	margin:0;
	padding:0;
	font-family:Lucida Grande, Verdana, Helvetica, Arial, Sans-Serif;
	}

html {
	background-color:#fdc66e;
	}

h1, h2, h3 {
	margin-bottom:15px;
	}

p {
	margin-bottom:20px;
	}
	
h1 {
	color:#da8423;
	}
	
h2 {
	color:#ed8919;
	}
	
h3 {
	line-height:23px;
	}

#container {
	width:735px;
	margin:0 auto;
	}
	
#header {
	}
	
	#header img {
	border:1px solid #fce78c;
	border-top:none;
	}
	
#menu {
	padding:12px;
	}
	
#menu ul {
	list-style:none;
	}
	
	#menu ul li {
	display:inline;
	}
	
	#menu a {
	text-decoration:none;
	margin-right:10px;
	font-size:12px;
	font-weight:bold;
	padding:5px;
	color:#000;
	background-color:#fcdc81;
	-moz-border-radius:3px;
	-webkit-border-radius:3px
	}
	
	#menu a:hover {
	background-color:#f78b18;
	color:#fff;
	}
	
#content {
	padding:40px;
	font-size:12px;
	background-color:#fff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px
	}
	
	#content p, #content ul {
	line-height:20px;
	}
	
	#content ul {
	margin-left:30px;
	}
	
#footer {
	margin-top:20px;
	margin-bottom:10px;
	font-size:11px;
	}

#footer p {
	margin-bottom:10px;
	}

	.footer-h6 {
	font-size:12px;
	margin-bottom:10px;
	margin-top:10px;
	}

p.copyright {
	font-size:11px;
	color:#fff;
	text-align:center;
	margin-bottom:10px;
	}

ul.footer-links {
	list-style:none;
	font-size:11px;
	text-align:center;
	color:#fdc66e;
	margin-bottom:15px;
	}
	
	ul.footer-links li {
	display:inline;
	}
	
	ul.footer-links span {
	margin-left:0px;
	margin-right:0px;
	}
	
	ul.footer-links a, #footer a {
	text-decoration:none;
	color:#ae5d10;
	padding:4px;
	padding-bottom:3px;
	padding-top:3px;
	margin-right:3px;
	}
	
	ul.footer-links a:hover, #footer a:hover {
	background-color:#f78b18;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	color:#fff;
	}

ul.link-list {
	list-style-position:outside;
	margin-left:15px;
	font-size:11px;
	line-height:20px;	
	}