/* ---- BEGIN base.css, part of YUI's CSS Foundation (Keep at top) ------------------------- */
body{
	line-height:0;
}
strong { 
	font-weight:bold; 
}
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
ul li {
	list-style: disc outside;
}
/* ---- END base.css ------------------------------------------------------------------- */

/* BEGIN Main styles */

body{
	color:#535353;
}

#wrapper-inner {
	width:1010px;
	vertical-align:top;
	margin:0 auto;
	background:url(images/tiling_bg.jpg) repeat-y;
}
#main-column {
	height:675px;
}
ul#top_nav {
	margin:0;
}
ul#top_nav li {
	list-style:none;
	float:left;
}
#welcome {
	color:#333;
	text-align:center;
	padding:25px 0;
	font-family:"Times New Roman", Times, serif;
	letter-spacing:0.3em;
}
#bottom_nav {
	margin-bottom:3px;
	line-height:normal;
}
#bottom_nav a {
	color:#878787;
	text-decoration:none;
	font-size:85%;
}
#bottom_nav td.bullet img {
	margin-bottom:2px;
	*margin-bottom:0;
}
#footer {
	width:1010px;
	background:url(images/footer_bg.jpg) no-repeat;
	margin:0 auto;
	height:67px;
}
#footer p{
	line-height:normal;
	font-size:9px;
	color:#878787;
	text-align:center;
	padding-top:0px;
	margin-top:3px;
}
#gwave{
	position:relative;
	top:3px;
	*top:1px;
	left:132px;
}
.float_left {
	float:left;
}

.red{
	color:#930005;
}