/*main*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #360d01;
}

p {
	text-indent: 0px;
	margin: 20px;
	
}

a {
	font-weight: bold;
	color: #de8339;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #a35618;
	text-decoration: none;
}

/*end main*/

/*clearfix*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0px;
	height: 0px;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/*end clearfix*/

/*divs*/

#container {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	text-align: center;
	height: auto;
	min-height: 100%;
	width: 810px;
	background: #3a1b00;
	border: solid 5px #ffedc6;
}

#banner {
	margin: 0px;
	height: 150px;
	width: 800px;
	background: url('images/main/banner.png');
	border-top: 5px solid #3a1b00;
	border-left: 5px solid #3a1b00;
	border-right: 5px solid #3a1b00;
}

#navigation{
	margin: 0px;
	width: 800px;
	height: 50px;
	background: #3a1b00;
	border-top: 5px solid #3a1b00;
	border-left: 5px solid #3a1b00;
	border-right: 5px solid #3a1b00;
}

#main {
	margin: 0px;
	text-align: justify;
	width: 800px;
	height: auto;
	background: #ffcc5f;
	border-top: 5px solid #3a1b00;
	border-left: 5px solid #3a1b00;
	border-right: 5px solid #3a1b00;
}

#footer {
	margin-top: -20px;
	width: 800px;
	height: 25px;
	background: #de8339;
	border: 5px solid #3a1b00;
}

/*end divs*/

/*fonts*/

.font1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}

.font2 {
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffedc6;
}

.header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #360d01;
	text-decoration: underline;
	font-weight: bold;
}

.unorderedlist {
	margin-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}

/*end fonts*/	
