*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #ffffff;
	color: #000000;
	font-size: 85%;
	font-family: "verdana";
}

img
{
	border: 0;
}

#logo
{
	margin: 0 auto;
	width: 600px;
	height: 98px;
}

#menu
{
	margin: 0 auto;
	height: 25px;
	width: 637px;
	margin-top: 10px;
}

#menu ul
{
	float: left;
	list-style-type: none;
}

#menu ul li
{
	float: left;
}

#menu ul li a
{
	float: left;
	display: block;
	color: #800301;
	text-decoration: none;
	font-size: 11px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	cursor: pointer;	
	margin-right: 2px;
	padding: 0px 0px 0px 10px; 
	background: #E9DEBE url(../images/menu_left.jpg) left bottom no-repeat;
}

#menu ul li a span
{
	float: left;
	display: block;
	padding: 0px 10px 0px 0px; 
	background: url(../images/menu_right.jpg) no-repeat right bottom; 
}

#menu ul li a.active, #menu ul li a:hover
{
	color: #800301;
	background: url(../images/menu_left.jpg) left top no-repeat;
}

#menu ul li a.active span, #menu ul li a:hover span
{
	color: #E9DEBE;
	background:  #800301 url(../images/menu_right.jpg) no-repeat right top; 
}

#body
{
	margin: 0 auto;
	width: 620px;
	height: 430px;
	font-size: 11px;
	color: #800301;
	padding-left: 15px;
	padding-right: 15px;
	border-top: 1px solid #800301;
	border-bottom: 1px solid #800301;
}


#body h1,#body h2,#body h3,#body h4
{
	font-size: 15px;
	margin-bottom: 8px;
}

#topleft
{
	float: left;
	height: 178px;
	width: 278px;
	text-align: center;
	margin-top: 10px;
	padding: 10px;
	border: solid 1px #E9DFBE;
}

#topright
{	
	float: right;
	height: 178px;
	width: 278px;
	text-align: center;
	margin-top: 10px;
	padding: 10px;
	border: solid 1px #E9DFBE;
}

#bottomleft
{	
	float: left;
	height: 178px;
	width: 278px;
	text-align: center;
	margin-top: 10px;
	padding: 10px;
	border: solid 1px #E9DFBE;
}

#bottomright
{	
	float: right;
	height: 178px;
	width: 278px;
	text-align: center;
	margin-top: 10px;
	padding: 10px;
	border: solid 1px #E9DFBE;
}

#site1
{
	margin: 0 auto;
	width: 200px;
	height: 127px;
	background: url('../images/site1.jpg') top no-repeat;
	border: solid 1px #800301;
	margin-bottom: 8px;
}

#site1:hover
{
	background: url('../images/site1.jpg') bottom no-repeat;
}

#site1 a
{
	width: 200px;
	height: 127px;
	display: block;
}

#site2
{
	margin: 0 auto;
	width: 200px;
	height: 127px;
	background: url('../images/site2.jpg') top no-repeat;
	border: solid 1px #800301;
	margin-bottom: 8px;
}

#site2:hover
{
	background: url('../images/site2.jpg') bottom no-repeat;
}

#site2 a
{
	width: 200px;
	height: 127px;
	display: block;
}

#site3
{
	margin: 0 auto;
	width: 200px;
	height: 127px;
	background: url('../images/site3.jpg') top no-repeat;
	border: solid 1px #800301;
	margin-bottom: 8px;
}

#site3:hover
{
	background: url('../images/site3.jpg') bottom no-repeat;
}

#site3 a
{
	width: 200px;
	height: 127px;
	display: block;
}

#site4
{
	margin: 0 auto;
	width: 200px;
	height: 127px;
	background: url('../images/site4.jpg') top no-repeat;
	border: solid 1px #800301;
	margin-bottom: 8px;
}

#site4:hover
{
	background: url('../images/site4.jpg') bottom no-repeat;
}

#site4 a
{
	width: 200px;
	height: 127px;
	display: block;
}

#copyright
{
	line-height: 16px;
	margin: 0 auto;
	font-size: 65%;
	text-align: center;
	height: 36px;
	width: 660px;
	color: #800301;
	text-decoration: none;
}

#copyright a
{
	color: #800301;
	text-decoration: none;
}