a:link { 
	font-weight: bold;
	color: black;
	text-decoration: none;
	}
a:visited { 
	font-weight: bold;
	color: black;
	text-decoration: none;
	}
a:hover, a:active { 
	text-decoration: none;
	color: white;
	}

#header { 
	font: 15px verdana, sans-serif; 
	font-weight: bold;
	}

#left_header {
	margin-left: 0px;
	position: fixed; 
	left: 0px;
	}

#right_header  {
	margin-right: 0px;
	position: fixed; 
	right: 0px;
	}
	
#main { 
	padding: 0px 0px 0px 0px;  
	margin: 0px; 
	width: 750px;
	}

body {
	margin-left: 0;
	margin-top: 0;
	padding-left: 0;
	padding-top: 0;
	padding-right: 0;
	margin-right: 0;
	background-color: #DCCCA4;
	background-repeat:repeat;
	background-image:url(../images/pumpkin3.gif);
}

	
