@charset "utf-8";
/* CSS Document */
body{ background-image:url(images/bg.jpg); background-color:#cfcfcf; background-repeat:repeat-y; background-position:top center; font-family:Verdana, Geneva, sans-serif; font-size:12px; margin:0px auto;}

a.main {

font-size:14px;
font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#aaa;
	text-decoration:none;
}
a.main:hover {
	color:#fff;	
	text-decoration:none;
}
.header{z-index:1;}

.footer{ background-image:url(images/footerBG.jpg); width:800px; line-height:20px; color:#999; background-color:#222; height:100px;}

a.footerlink{
	color:#fff;
	text-decoration:none;
}

a.footerlink:hover  {
	color:#fff;
	text-decoration:underline;
}

.space {
padding:0px 10px 0px 10px; font-family:Geneva, Arial, Helvetica, sans-serif; color:#aaa; text-decoration:none;
}

.mainbody{ z-index:0;}

.header {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.title {
		
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color:#666600;
	font-size: 16px;
}

a.link {
	color:#ad7a45;
	text-decoration:none;
	border-bottom:1px dotted #ad7a45;
}
a.link:hover {
	color:#555;
	border-bottom:1px dotted #000;
}
