a { text-decoration: none; color: blue; }

a:visited { color: purple; }

a:hover { text-decoration: underline; }

body {
	background-color: #e3e0d1;
	color: #181818;
	font-family: "Trebuchet MS",Verdana,sans-serif;
	font-size: 14px;
}

h1 {
	font-size: 19px;
	border-bottom: 1px dashed #892700;
	color: #3D1804;
	clear: both;
}

h2 {
	font-size: 18px;
	border-top: 1px dashed #892700;
	padding-top: 10px;
	color: #3D1804;
	clear: both;
}

.content_main {
	text-align: left;
	width: 700px;
	padding: 1px 20px 1px 20px;
}

.content_main a{ color: blue; text-decoration: none; }

.content_main a:hover{ text-decoration: underline; }

.content_main a:visted{ color: purple; }

.content_title {
	text-align: right;
	width: 700px;
	margin: 0px;
	padding: 15px 20px 0px 20px;
	font-family: Verdana,sans-serif;
	font-size: 11px;
	color: #892700;
}

.content_title a{ color: #3d1100; text-decoration: none; }

.content_title a:visited{ color: #892700; }

.content_title a:hover{ color: #3d1100; text-decoration: underline; }

.footer {
	text-align: left;
	width: 740px;
	font-family: Verdana,sans-serif;
	font-size: 10px;
	padding-bottom: 10px;
}

.indexscreenshot { margin-left: 15px; }

.layout_bottom {
	width: 750px;
	height: 21px;
	background-position: top;
	background-repeat: no-repeat;
	background-color: #fffff0;
	padding: 0px;
	margin: 0px;
	background-image: url(img7/bkg_bottom.png);
}

.layout_middle {
	width: 750px;
	background-image: url(img7/bkg_middle.png);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #fffff0;
	padding: 0px;
	margin: 0px;
}

.layout_top {
	height: 120px;
	width: 750px;
	background-image: url(img7/bkg_top.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #ce693f;
	padding: 0px;
	margin: 0px;
}

.small { font-size: 10px; }

#toplogo { text-align: left; margin-top: 30px; }
