/* CSS Document */
body{
	margin: 0;
	padding: 0;
	font-size: 100%;
	text-align: left;
	margin-top: 10px;
	background-image: url(images/background.gif);
	font-family: "Futura Lt BT", "Franklin Gothic Book", Arial, sans-serif;
}
#wrapper{
border: 2px solid #787638;
position: relative;
text-align: left;
margin-right: auto;
margin-left: auto;
width: 750px;
}
#contentbottom{
padding-left: 2px;
padding-right: 3px;
padding-top: 4px;
padding-bottom: 1px;
text-align: left;
font-size:x-small;
}
#contentbottom a:link {
	color: #000000;
	text-decoration: none;
}
#contentbottom a:visited {
	color: #000000;
	text-decoration: none;
}
#contentbottom a:hover {
	color: #000000;
	text-decoration: underline;
}
#contentbottom a:active {
	color: #000000;
	text-decoration: none;
}
#contentmain{
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 6px;
	text-align: left;
	font-size: 18px;
	background-color:#FFF3CF;
}
#contentmain a:link {
	color: #800000;
	text-decoration: none;
}
#contentmain a:visited {
	color: #FF0000;
	text-decoration: none;
}
#contentmain a:hover {
	color: #0000FF;
	text-decoration: underline;
}
#contentmain a:active {
	color: #800000;
	text-decoration: none;
}
#topbar{
background-image:url(images/bar_top_bg.gif);
}
#contentfront{
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 6px;
	text-align: left;
	font-size: 18px;
}
#contentfront a:link {
	color: #800000;
	text-decoration: none;
}
#contentfront a:visited {
	color: #FF0000;
	text-decoration: none;
}
#contentfront a:hover {
	color: #0000FF;
	text-decoration: underline;
}
#contentfront a:active {
	color: #800000;
	text-decoration: none;
}
#contentins{
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 6px;
	text-align: left;
	font-size: 16px;
	background-color:#FFF3CF;
	font-family: Tahoma, Verdana, Arial;
}
