body {
	margin: 0;
	padding: 0;
	background-color: #4c5947;
	color: #f7f4ec;
}

#header {
	background-image: url(images/header.jpg);
	height: 319px;
	width: 1280px;
	background-repeat: repeat-x;
}

#int_header {
	background-image: url(images/int_header.jpg);
	height: 135px;
	width: 1280px;
	background-repeat: repeat-x;
}
	
#navigation {
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat;
	height:16px;
	padding-left: 30px;
}

#navigation a {
	font-family: helvetica;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

#navigation a:hover {
	color:#adbda3;
}

.divider {
	display: inline;
}

.nav_title {
	display: inline;
	position: relative;
	top: -2px;
}

h2 {
	color: #c3a03f;
	font-size: 15px;
	padding: 0;
	margin: 0;
}

#sidebar {
	padding-left: 10px;
}

ul {
	margin: 0;
	padding: 0;
}

#content {
	font-family: arial;
	font-size: 12px;
	padding: 10px 20px 0 20px;
}

.content_box {
	max-width: 750px;
}

.int_title {
	color: #c3a03f;
	font-size: 20px;
	font-weight: bold;
	padding: 0;
	margin: 0;	
}

.footer {
	position: absolute;
	top: 250px;
	left: 220px;
	font-family: helvetica;
	font-size: 12px;
	color: #000000;
	text-align: center;
}
