/* Homepage CSS
==================================== */
body {
	margin: 0;
	background: #3399cc url(../images/home/background.gif) repeat-y center center;
	text-align: center;
	min-width: 770px;
}

/* Wrapper
==================================== */
#wrapper {
	margin:0 auto;
	text-align: left;
	width: 770px;
}

/* Nav
==================================== */
#nav {
	background-color: #f2fcff;
	padding: 14px 0 11px 0;
	text-align: center;
	min-width: 770px;
}

#nav .links {
	margin:0 auto;
	text-align: center;
	font: bold 10px Verdana;
	color: #96e0f1;
	border: 1px solid #96e0f1;
	width: 727px;
	padding: 5px;
}

#nav .links a {
	color: #3399cc;
	text-decoration: none;
}

/* Body
==================================== */
#body {
	width: 730px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #ffffff;
	text-align: center;
	background: url(../images/home/content_background.gif);
}

#body .clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

/* >> Content
------------------------------------ */
#body .content {
	display: inline;
	margin-left: 40px;
	float: left;
	text-align: left;
	width: 420px;
	font: normal 10px Verdana;
	color: #666666;
}

#body .content a {
	font: bold 10px Verdana;
	color: #666666;
	text-decoration: none;
}

#body .link {
	float: left;
	width: 165px;
	padding: 11px 15px 11px 15px;
	font: normal 10px Verdana;
	color: #666666;
	height: 81px;
}

/* >> News
------------------------------------ */
#body .news {
	float: left;
	width: 220px;
	text-align: left;
	font: normal 10px Verdana;
	color: #3399cc;
	margin: 0 0 20px 40px;
}

#body .news a {
	color: #3399cc;
}

#body .news h2 {
	margin-top: 0;
}

#body .news ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#body .news ul li {
	padding-left: 25px;
	margin-bottom: 4px;
	background: transparent url(../images/home/bullet.gif) no-repeat 4px 3px;
}

#body .news ul li,
#body .news ul li a {
	color: #349ACB;
	text-decoration: none;
}

/* Footer
==================================== */
#footer {
	width: 730px;
	margin: 20px 0 20px 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-top: 1px solid #cccccc;
	font: normal 10px Verdana;
	color: #6699cc;
}

#footer a {
	color: #999999;
	text-decoration: none;
}

#footer p {
	margin: 0;
	margin-top: 10px;
}

#footer .copy a {
	color: #3999CC;
	text-decoration: none;
}
