@charset "utf-8";

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #0099FF;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}

body{
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, Georgia, Sans-serif;
	font-size:11px;
	text-align:center;
	vertical-align:top;
	background:#000000 url(../images/title_grid.png) repeat scroll 0% 0%;
	color:#ffffff;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

#content {
	margin:0 auto 0 auto;
	width:1007px;
	text-align:left;
	border: none;
	height:100%;
}

#header {
	width:1007px;
	height:40px;
}

#center {
	width:1007px;
	float:left;
}

#left {
	float: left;
	background: #223366;
	text-align:center;
	width:0px;
}


#site {
	text-align:left;
	float: left;
}

#right {
	width: 160px;
	float: left;
	margin-left:3px;
	text-align:center;
	border-style:solid;
	border-width:2px;
	border-color:#0033CC;
}

#right-cushion {
	/*height: 200px;*/

}

#footer {
	float:left;
	width:1000px;
	height:40px;
	text-align:center;
	background:#000000;
}