/* CSS by: Kirby Domingo */

/* Reser for default CSS */
/*ul,li,*/
body, h1,h2,h3,p,header,nav,section,footer{
margin: 10;
padding: 0;
padding-left:10px;
padding-right: 10px;
border: 10;
list-style: 0;
}

ol
{
color: #2b3331;
padding: 50px,50px;
font-size: 12px;
}

h4
{
margin: 10,10,10,10;
}


html {
	overflow-y: scroll;
}
a {
	text-decoration: none;
	color: #C0754B;
}

a:hover {
	color: #D07440;
}


body{
	background: #b1b189;
	font-family : "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
}

header{
	display: block;
	background: #b1b189;
	height: 70px;
	width: 900px;
	margin: 0px auto;
}

header h1{
	color: #66412c;
	text-shadow: 1px 1px 3px #1b2426;
	font-size: 24px;
	float: left;
	margin: 30px 20px;
}

header nav{
	display: block;
	float: right;
	margin: 25px 40px;
}

header nav ul li{
	display: inline;
	margin: 0 5px;
}

header nav ul li a{
	color: #66412c;
	font-size:18px;
	font-weight: normal;
	padding: 5px 5px;
}

header nav ul li a:hover{
	text-shadow: 1px 1px 1px #000000;
	background: #1b2426;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 0px 0px 2px #b1b189;
	-khtml-box-shadow: inset 0px 0px 2px #b1b189;
	-webkit-box-shadow: inset 0px 0px 2px #b1b189;
	box-shadow: inset 0px 0px 2px #b1b189;
	color: #b1b189;
}

section{
	display: block;
	background: #1b2426;
	height: auto;
	width: 900px;
	margin: 0 auto;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 15px #1b2426;
	-khtml-box-shadow: 0px 0px 15px #1b2426;
	-webkit-box-shadow: 0px 0px 15px #1b2426;
	box-shadow: 0px 0px 15px #b1b189;
	color: #b1b189;
}

section h2{
	font-size: 18px;
	padding: 20px 30px;
}

section p{
	font-size: 18px;
	padding: 10px 30px;
}

section aside{
	display: block;
	float: left;
	margin: 30px 100px;
}

section aside p{
	font-size: 20px;
	padding: 0px 0px;
}

footer{
	display: block;
	background: #b1b189;
	height: 30px;
	width: 900px;
	margin: 10px auto;
}

footer small{
	color: #66412c;
	font-size: 12px;
	margin: 5px 10px;
	float: left;	
}

footer address{
	margin: 5px 10px;
	float: right;	
}
