body {
	margin: 0px;
	background: url(images/bg_body.gif) #2c4776;
	text-align: center;
	color: #ccc;
}
a {
	color: #ffcc33;
}
div, p, li, select, form {
	font: 11px/18px verdana,geneva,helvetica,arial,sans-serif;
}
div#shell {
	background: url(images/bg_shell_3.jpg);
	width: 770px;
	background-repeat: no-repeat;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	margin-top: 0px;
}
div#navigation {
	float: left;
	width: 220px;
	height: 550px;
	margin-top: 145px;
	margin-right: 15px;
}
div#navigation a {
	text-decoration: none;
	color: #fc3;
}
div#content {
	margin-top: 155px;
}
div#footer {
	margin-top: 60px;
	border-top: 1px dotted #444;
	color: #999;
	padding-top: 6px;
	float: left;
}
h1 {
	font: bold 16px tahoma,geneva,helvetica,arial,sans-serif;
	text-transform: uppercase;
	margin-bottom: 20px;
}
h2 {
	font: bold 12px tahoma,geneva,helvetica,arial,sans-serif;
	margin-bottom: 5px;
	text-transform: uppercase;
}
ul.home {
	list-style-type: none;
}

.logo-link {
	position:absolute; 
	z-index: 20; 
	display:block; 
	width: 100%; 
	height: 120px;
}
p.first-para {
	margin-top: 5px;
}