/* CSS Document */

body {
	background: #EDC9A5;
	font-family: Arial, Helvetica, sans-serif;
	text-color: #000000;
	font-size: 12px;
	margin: auto 10px;
}


.wrapper {
background-color: #fff;
margin:0 auto;
width:728px;
	}
	
		h1
{
    font-size:      11px;
	}

.header {
background-color: transparent;
margin: 0px;
width: 728px;
}
	
.main {
background-color: #fff;
height: 300px;
width: 728px;
}

.footer {
color: #fff;
background-color: #600;
text-align: center;
height: 15px;
padding: 5px;
width: 718px;
}

.footer a:link {
color: #fff;
font-weight: bold;
}

.footer a:hover {
color: #fff;
font-weight: bold;
text-decoration: underline;
}

.footer a:visited {
color: #fff;
font-weight: bold;
}