/* body
--------------------------------- */
#wrapper {
	background: url(../images/black50.png);
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}
body {
	background:#90c1f8 url(../images/background.png) no-repeat center;
	color: #518fad;
	font-family: Arial, Helvetica, sans-serif;
}
body a {
	color: #518fad;
	text-decoration: none;
}
body a:hover {
	text-decoration: underline;
}

/* containers
--------------------------------------------------------------------------------------------- */
#container {
	width: 800px;
	margin-top: 10px;
}
#main {
	margin-bottom: 10px;
	width: 590px;
	float: left;
	border: none;
	
}
#sidebar {
	width: 200px;
	float: right;
}
#top {
	width: 800px;
	margin-top: 10px;
}


/* content
---------------------------------------------------------------------------------------------*/
.content {
	background: url(../images/content.png);
	width: 590px;
	height: 300px;
}
.content p {
	padding-top: 20px;
	margin-left: 40px;
	margin-right: 40px;
	padding-bottom: 20px;
	font-size: 12px;
}
.content h1 {
	padding-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 20px;
	font-size: 14px;
}

/* header / footers
--------------------------------------------------------------------------------------------- */
#header {
	margin-top: 10px;
	width: 800px;
	height: 222px;
	background: url(../images/header.png);
}
#header h1 {
	display: none;
}
#footer {
	background: url(../images/footer.png) no-repeat;
	margin-bottom: 10px;
	width: 800px;
	height: 34px;
	clear: both;
	color: #000
}
#footer p {
	float: right;
	padding-top: 15px;
	margin-right: 8px;
}

/* navigation
--------------------------------------------------------------------------------------------- */
#navigation {
	width: 800px;
	height: 34px;
	background: url(../images/navback.png);
	
}
#navigation  ul {
	margin-right: auto;
	margin-left: auto;
	padding-left: 6px;
}
#navigation ul li {
	margin-top: 10px;
	float: left;
	margin-left: auto;
	margin-right: auto;
    list-style: none;
	display: block;
}
#navigation ul li a {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	padding: 6px 13px 6px 13px;
}
#navigation ul li a:hover {
	color: #518fad;
	text-decoration: none;
	background: url(../images/black50.png);
}
/* sidebar content
---------------------------------------------------------------------------------------------*/
.top {
	background: url(../images/black50.png);
	margin-bottom: 10px;
	width: 800px;
	height: auto;
	border: none;
	float: left;
}
.top p {
	margin-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10px;
}
.sidebar {
	background: url(../images/black50.png);
	margin-bottom: 10px;
	width: 200px;
	min-height: 300px;
	border: none;
	float: right;
}
.sidebar p {
	margin-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10px;
}