body {
	background: #FDF8FF;
	color: #A02422;
	font-size: 17px;
	font-weight: bolder;
	margin: auto;
	text-align: center;
	width: 640px;
}

a:link { 
	font-size: 17px;
	background: #FDF8FF;
	color: #181310;
	text-decoration: none;
}
	
a:visited { 
	background: #FDF8FF;
	color: #181310;
	text-decoration: none;	
}
	
a:hover, a:active { 
	background: #FDF8FF;
	color: #181310;
	text-decoration: underline;
}

#header { 
    height:20px; 
    width: 647px;
    background:#FDF8FF; 
    color: #A02422; 
}

#container {
	margin: auto;
	text-align: center;
	width: 640px;
}

#content {
	clear: both;
	margin-top: 15px;
	width: 640px;
}

#footerbg {
	padding-top: 15px;
	clear: both;
	width: 640px;
}

#footer{
	border: 4px solid #DCA2CD;
	clear: both;
	font-size: 17px;
	font-weight: bolder;
	height: 42px;
	width: 640px;
	text-align: center;
	background-color:#FDF8FF;
    color: #A02422; 
}

#left {
	border: 4px solid #DCA2CD;
	float: left;
	background-color:#FDF8FF;
    color: #A02422; 
	width: 640px;
	display:inline;
	overflow:hidden;
}

#nav {
	border: 4px solid #DCA2CD;
	font-size: 17px;
	font-weight: bolder;
	width: 640px;
	text-align: center;
	background-color:#FDF8FF;
    color: #A02422; 
}

img {border: none;}