@charset "utf-8";
.hidden {
	visibility: hidden;
	display: none;
}
.clear {
	clear: both;
}
* html a:hover {
	visibility: visible;
}
* {
	margin:0;
	padding:0;
}
/*----- Base Tags -----*/
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background: #fcfac3;
	font-size: 12px;
}
a {
	color: #000;
}
a:hover, a:active {
	text-decoration: none;
	color: #666;
}
p {
	line-height: 1.4em;	
}
img {
	border: none;	
}
/*----- Fonts/Text -----*/
p.center {
	text-align: center;	
}
.font_purple {
	color: #ed1e7d;	
	font-weight: bold;
}
/*----- Main Containers -----*/
#body_cell {
	width: 960px;
	margin: 0 auto;
}
#main_container {
	float: left;
	width: 960px;
	background: #36ccff;
}
/*----- Header -----*/
#header {
	clear: both;
	width: 960px;
	height: 304px;
	background: url(../images/bg-header.jpg) no-repeat;
}
/*----- Mid Content -----*/
#mid_content_top, #mid_content_bottom {
	clear: both;
	float: left;
	width: 920px;
	padding: 20px 20px 10px 20px;
	background: url(../images/bg-mid-content.jpg) repeat-y;
}
#nav {
	clear: both;
	float: left;
	width: 840px;
	padding: 18px 60px;
	border-top: 3px solid #36ccff;
	background: url(../images/bg-mid-content.jpg) repeat-y;	
}
#nav a, #nav p {
	float: left;
	font-size: 24px;
	text-decoration: none;
}
	#nav a.middle, #nav p.middle {
		margin: 0 168px;
	}
	#nav a.right, #nav p.right {
		float: right;
	}
	#nav a:hover {
		text-decoration: underline;	
	}
	#nav p.gray {
		color: #666;	
	}
/*----- Footer -----*/
#footer {
	clear: both;
	width: 960px;
	height: 119px;
	margin-bottom: 15px;
}
	#footer p {
		float: left;
		padding-top: 60px;
		font-size: 13px;
	}
	#footer a.footer_logo {
		float: right;
		width: 317px;
		height: 119px;
		text-indent: -9999px;
		overflow: hidden;
		background: url(../images/bg-footer.jpg) no-repeat;
	}
