#main {
	width: 640px;
	margin-left: -320px;
	position: relative;
	left: 50%;
	background-color: #FFFF99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
}
#title {
	background-color: #FFFFFF;
	height: auto;
	width: 640px;
	position: relative;
}

#desc {
	background-color: #000080;
	height: auto;
	width: 640px;
	position: relative;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFCC33;
}
#main #desc h1 {
	font-size: 110%;
	margin: 0px;
}

#flash {
	background-color: #EEEEFD;
	height: 230px;
	width: 640px;
	position: relative;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFCC33;
	border-bottom-color: #FFCC33;
}

#menu {
	background-color: #585575;
	height: auto;
	width: 640px;
	position: relative;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
}


#main #menu a {
	height: 20px;
	width: 120px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 12px;
}
#main #menu a:hover {
	background-color: #FFCC00;
	color: #000080;
}

#avmenu {
	background-color: #585575;
	height: auto;
	width: 640px;
	position: relative;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
}


#main #avmenu a {
	height: 20px;
	width: 120px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
}
#main #avmenu a:hover {
	background-color: #FFCC00;
	color: #000080;
}


#base {
}

#content {
	background-color: #FFFFFF;
	height: auto;
	width: 610px;
	position: relative;
	margin: 0px;
	text-align: justify;
	padding: 15px;
}

#foot {
	background-color: #999999;
	height: auto;
	width: 640px;
	position: relative;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFCC33;
}
#main #foot h2 {
	font-size: 14px;
	margin: 0px;
}

#base {
	height: auto;
	width: 640px;
	position: relative;
	margin-left: -320px;
	padding-top: 20px;
	left: 50%;
	font-size: 10px;
	color: #999999;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	margin: 0px;
	background-image: url(../images/bg1.gif);
}
.im-left {
	text-align: left;
	margin-right: 20px;
}

.im-right {
	text-align: left;
	margin-left: 20px;
}
#front {
	background-color: #FFFFFF;
	width: 670px;
	margin-top: -200px;
	margin-left: -335px;
	position: absolute;
	left: 50%;
	top: 50%;
}

	
#main #content h2 {
	font-size: 110%;
	background-color: #EEEEFD;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid #CCCCCC;
}

