/*------------------------[ SPECIFIC ELEMENTS ]---------------------*/
html {
	height: 101%;
}

body {
	background: #e9e2ab;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

a {
	color: #416EC4;
	text-decoration: none;
}
	a:hover {
		text-decoration: underline;
	}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}

h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1 {
	color: #781d26;
	font-size:24px;
}

h2 {
	color: #2D562F;
	font-size:18px;
}

h3 {
	color: #7C3C19;
	font-size: 14px;
}

h4 {
	color: #6B2E34;
	font-size:12px;
	font-weight: bold;
}
h5 {
	color: #4876FF;
	font-size:20px;
	font-weight: bold;
}
#main {
	background: #cabc7a;
	margin: 0px auto;
	text-align: center;
	width: 790px;
}

#header {
	background: #781d26 url(../images/headerBg.gif) bottom right no-repeat;
	border: 1px solid #400000;
	text-align: left;
	vertical-align: bottom;
}

#content {
	background: url(../images/contentBg.gif) top right no-repeat;
	border: 1px solid #7C683D;
	border-top: none;
	padding: 15px;
	text-align: left;
}

#footer {
	background: #A08F40;
	border: 1px solid #6A5F2B;
	border-top: none;
	color: #463F1D;
	padding: 5px;
}

#linkBar {
	padding-bottom: 10px;
	width: 780px;
}

/*------------------------[ CLASSES ] -----------------------------*/

.linkBar {
	padding: 0px 5px;
}

/*------------------------[ UTILITY ] -----------------------------*/

.clearfix:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
.clearfix {
	display:block;
}
* html .clearfix {
	zoom: 1;
}
