*{
	padding: 0px;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
}

body{
	background-color: #ececec;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}

#wrapper{
	width: 700px;
	height: auto;
	margin: 0 auto;
	border-left: 5px solid #CCCCCC;
	border-right: 5px solid #CCCCCC;
}

#header{
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	width: 700px;
	height: 189px;
}

#header h1{
	color: #FF0000;
	padding-left: 15px;
	text-decoration: underline;
}

#header h1:hover{
	color: #000000;
}

#header h3{
	color: #FF0000;
	padding-left: 30px;
	text-decoration: underline;
}

#header h3:hover{
	color: #000000;
}

#menu{
	background-image: url(images/mf.gif);
	background-position:top;
	background-repeat: repeat-x;
	width: 700px;
	height: 20px;
}

#menu a{
	background-image: url(images/mf.gif);
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
	font-size: 12px;
	height: 20px;
	color: #001100;
	display:block;
	width: 100px;
	text-decoration: none;
	float: left;
}

#menu a:hover{
	background-position: bottom;
	color: #002200;
}

#content{
	background-color: #fefefe;
	padding: 5px;
	width: 690px;
	color: #000000;
	height: auto;
	min-height: 500px;
	font-size:12px;
}

#content h3{
	padding: 10px;
}

#footer{
	background-image: url(images/mf.gif);
	background-position:top;
	background-repeat: repeat-x;
	width: 700px;
	height: 20px;
}

#footer a{
	background-image: url(images/mf.gif);
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
	font-size: 12px;
	height: 20px;
	color: #001100;
	display:block;
	width: 200px;
	text-decoration: none;
	float: left;
}

#footer a:hover{
	background-position: bottom;
	color: #002200;
}

