body {
	background-color:#192513;
	background-image:url(../images/bg_horz.png);
	background-repeat:repeat-y;
	background-position:center;
	margin:0px auto;
	margin-top:26px;
	width:1000px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.main{
	background-image:url(../images/header.png);
	margin:0px auto;
	width:702px;
	height:387px;
}

.navigation {
	background-image:url(../images/navigation.png);
	background-repeat:no-repeat;
	margin:0px auto;
	width:702px;
	height:82px;
	margin-top:10px;
}

.buttons {
	margin-left:220px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:40px;
	width:500px;
	height:40px;
}

ul{
	list-style: none;
}

li{
	display: inline;
	margin: 0 10px 0 0;
} 

a:link {
	color:#FFFFFF;
	text-decoration:none;
}

a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
	
.content {
	background-image:url(../images/content.png);
	margin:0px auto;
	margin-top:170px;
	width:702px;
	height:382px;
}

.content_text {
	color:#FFF;
	font-size:14px;
	width:682px;
	height:362px;
	padding-top:10px;
	margin-left:14px;
	margin-right:14px;
}

h1 {
	color:#355923;
	font-size:20px;
	font-weight:bold;
}

.footer {
	background-image:url(../images/footer.png);
	margin:0px auto;
	margin-top:-2px;
	width:702px;
	height:22px;
	font-size:10px;
}

.footer_text {
	margin-right:10px;
	line-height:20px;
}
