body {
	background-color: #2b3842;
	font-size: 11px;
	color: #fff;
	font-family: verdana, arial, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#container {
	width: 960px;
	background: url('img/mid.gif');
	margin: auto;
}

#banner {
	width: 930px;
	height: 159px;
	background: url('img/top.gif');
	text-align: right;
	padding-top: 13px;
	padding-right: 30px;
	font-size: 18px;
}
	
#banner img {
	float: left;
	margin: 0 -40px 0 30px;
}

#nav {
	width: 370px;
	height: 35px;
	margin: 50px 235px 0 0;
	float: right;
	font-size: 11px;
}

#nav a {
	display: block;
	float: left;
	font-weight: bold;
	font-size: 1.4em;
	text-decoration: none;
	color: #fff;
	padding: 1px;
	margin-left: 17px;
	padding: 15px 0 0 0;
}

#nav a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}

#content {
	width: 900px;
	padding: 0px 30px 0px 30px;
	text-align: left;
	clear: both;
}

#title {
	font-size: 1.5em;
	font-weight: bold;
	padding: 15px 0;
}

#footer {	
	width: 960px;
	background: url('img/bot.gif') no-repeat;
	padding: 82px 30px 0px 30px;
	height: 75px;
	text-align: left;
	font-weight: bold;
	clear: both;
}

/*****************************
*** Entry
*****************************/

.entry
{
	margin-bottom: 25px;
}

.entryHeader
{
	font-size: 1.25em;
}

.entrySubHeader
{
	text-align: right;
	font-size: 0.75em;
}

.entryContent
{
}

/*****************************
*** Misc
*****************************/

h1 {
	color: #fff;
	font-family: verdana, arial, sans-serif;
	font-size: 1.5em;
}

p {
	text-align: justify;
}


a {
	color: #ff9600;
	text-decoration: none;
}
	
a img {
	text-decoration: none;
	border: none 0;
}

a:hover {
	color: #ff9600;
	border-bottom: 1px solid #ff9600;
}

.center {
	text-align: center;
}