@charset "UTF-8";
/* CSS Document */

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#530101;
}
body {
	background-image: url(img/peach.jpg);
	background-repeat: repeat-x;
	margin:0px;
	background-color:#FFCA96;
}
a:link {
	color:#530101;
	text-decoration:none;
	font-weight:600;
	margin: 0px 10px 0px 10px;
}
a:visited {
	color:#530101;
	text-decoration:none;
	font-weight:600;
	margin: 0px 10px 0px 10px;
}
a:focus {
	color:#530101;
	text-decoration:none;
	font-weight:600;
	margin: 0px 10px 0px 10px;
}
a:hover {
	color:#F60;
	text-decoration:none;
	font-weight:600;
	margin: 0px 10px 0px 10px;
}
.active {
	border-bottom:#FFF 7px solid;
}

h1{
	margin:20px 0px 25px 50px;
	font-size:24px;
}

h2 {
	margin:20px 0px 25px 50px;
	font-size:12px;
	font-weight:bold;

	
}

p{
	font-size:12px;
	margin:0px 0px 0px 50px;
	font-weight:700;
}

#mid img{
	float:right;
	border: 1px solid #530101;
	margin: 25px 45px 5px 5px;	
}


/* ###########   layout   ################################ */
#div {
 padding 0px 0px 0px 0px;
}
#page {
	width:776px;
	margin: 50px auto 0px auto;
	display:block;
	overflow:hidden;
}
#top {
 	width776px;
	height:44px;
	background-image:url(img/top.png);
	background-repeat:no-repeat;
	background-position:bottom;
	overflow:hidden;
}
#nav {
	position:relative;
	width:99%;
	height: 30px;
	text-align:center;
	margin:0px 0px 0px 0px;
	
}
#head {
	width:776px;
	height:58px;
	background-image:url(img/headgreen.png);
	background-repeat:no-repeat;
}
#mid {
	width:776px;
	min-height: 420px;
	background-image:url(img/mid.png);
	background-repeat:repeat-y;
	overflow:hidden;
	
}
#bottom {
 width776px;
	height:31px;
	background-image:url(img/bottom.png);
	background-repeat:no-repeat;
