@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../grfx/background2.jpg);
	background-repeat: repeat-x;
	background-color: #857858;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 0px;
}
#inside  {
	height: 321px;
	width: 937px;
	padding-top: 130px;
	padding-left: 63px;	
	
}

#bannermenu  {
	height: 40px;
	width: 874px;
	padding-right: 55px;
	text-align: right;
}
#mainbody {
	background-color: #E0DED6;
	width: 799px;
	padding-right: 5px;
	padding-left: 5px;
}

a{
	color: #e40000;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: #C37817;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: e40000;
	text-decoration: none;
	font-weight: bold;
}
#Flash {
	height: 342px;
	width: 929px;
	padding-top: 16px;	
}
#box {
	width: 750px;
	height: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #666;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #666;
	margin-left: 20px;
	padding: 3px;
}

