body {
	font-family: 		"Times New Roman", Times, serif;
	color: 				#660000;
	font-size: 			1em;
	background-color: 	#0fb129;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

div {
	padding:				0;
	margin:					0;
}

#container {
	margin: 			auto;
	width: 				965px;
}

#menuleft {
	width: 				192px;
	float:				left;
	font-size:			0.8em;
	font-variant:		small-caps;
	text-align:			center;
}

#content {
	width: 				763px;
	float:				right;
	margin-left:		10px;
}

#footer {
	font-size:			0.8em;
	font-variant:		small-caps;
	text-align:			center;
	margin-top:			40px;
}

table {
	border-collapse:	collapse;

	padding: 			0px;


}

td {
	border: 			0px;
	vertical-align:		top;
	padding:			5px;
	text-align:			center;
}

h1 {
	color: 				#660000;
	text-align: 		center;
	font-style: 		italic;
}

h2 {
	color: 				#660000;
	text-align: 		center;
	font-style:			italic;
}

#container img {
	border:1px;

}

.navmenu {
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
}

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


a:visited {
	color: #0099FF;
	text-decoration: none;
}

a:hover {
	color: #CC0000;
	text-decoration:underline;
}

.content_text {
		font-variant:normal;
		font-weight:300;
}
