a img { 
border: 0; 
} 

#main {
	width: 1024px;
	background-color: #FFF;
	position: relative;
	margin: auto;
	clear: both;
	border: thick ridge #FFF;
	height: auto;
	overflow: visible;
	visibility: visible;
	z-index: auto;
	float: none;
	
}
#logo_slogan {
	float: left;
	height: 200px;
	width: 374px;
	border: thick none #FFF;
	margin: 0px;
	background-color: #003;
}
#flash_show {
	float: right;
	width: 650px;
	top: 0px;
	right: 0px;
	margin: 0px;
	border: thick none #FFF;
	height: 200px;
	background-color: #003;
}
#content {
	width: 1004px;
	background-color: #FFF;
	float: left;
	margin: 0px;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	text-align: center;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #F00;
	height: auto;
}
#nav_bar {
	height: 35px;
	width: 1024px;
	background-color: #003;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	border-top-style: none;
	border-bottom-style: none;
	float: left;
	margin: 0px;
}
#clearfloat {
	clear: both;
	background-color: #FFF;
}
Quote {
	font-family: "Comic Sans MS", cursive;
}

