body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
}

a {
	outline: none;
}

img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 20px 0;
	padding: 0;
}

h1 {
	font-size: 20px;
}

h2 {
	color: #784a00;
	background-image: url(images/h2_bullet.jpg);
	background-repeat: no-repeat;
	margin: 30px 0 30px 0;
	padding: 6px 0 12px 40px;
	font-style: italic;	
}

p {
	margin: 25px 0 25px 0;
}

table {
	border-collapse: collapse;
}

#container {
	margin: 0 auto;
	margin-top: 15px;
	width: 765px;
	background-color: #ffffff;
	clear: both;
	overflow: auto;
	padding: 0 0 30px 0;
	border: 1px solid #000000;
	background-image: url(images/footer.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#header {
	float: left;
	width: 765px;
	height: 202px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

#navigation {
	float: left;
	width: 200px;
	height: auto;
	clear: both;
	overflow: auto;
}

#navigation ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation ul li a{
	display: block;
	width: 150px;
	height: auto;
	background-image: url(images/menu_bg2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	border-bottom: 1px solid #21180f;
	padding: 10px 0 10px 50px;
	color: #666666;
	text-decoration: none;
	font-variant: small-caps;
	color: #ffffff;
	font-weight: bold;
}

#navigation ul li a:hover{
	background-image: url(images/menu_bg1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	border-bottom: 1px solid #21180f;
	color: #ffffff;
	font-variant: small-caps;
}

#mainContent {
	float: right;
	margin-top: 10px;
	width: 540px;
	padding: 10px;
	line-height: 18px;
}

#footer {
	float: left;
	width: 765px;
	margin-top: 60px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

#author {
	/*text-indent: -4000px;*/
	font-size: 10px;
}
