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

/*LOGO***********************************/
.logo {
	width: 530px;
	height: 76px;
	margin: 0 auto;
	margin-bottom: 20px;
	margin-top: 20px;
}

/*CONTAINER***********************************/
.container {
	width: 1000px;
	height: auto;
	margin: 0 auto;
}

/*LEFT***********************************/
.left {
	width: 800px;
	float: left;
}

/*NAV***********************************/
.nav {
	background-image: url(images/nav_line.gif);
	background-repeat: no-repeat;
	width: 190px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #000;
}

.nav li {
	list-style: none;
	border-bottom: 1.5px solid #999;
}
	
/*CONTENT********************************/
.content {
	width: 550px;
	height: auto;
	margin: 0 20px 0 20px;
	float: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}

.bold {
	font-weight: bold;
}

.ital {
	font-style:italic;
}

h1 {
	color: #8E061A;
	font-size: 17px;
}

h2 {
	color: #8E061A;
	font-size: 15px;
}

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

a:hover {
	color: #8E061A;
	font-weight: bold;
}

/*RIGHT***********************************/
.right {
	width: 200px;
	float: right;
}
	
/*FOOTER***********************************/
.footer {
	clear: both;
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

