/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/


* {
	margin: 0;
}

a {}
a:hover {}

body {
	background: #069FFF  url(images/bg.jpg) repeat-x left bottom;
	color: #333333;
	font: normal 11px Arial, Helvetica, sans-serif;
}

.title
{
font-size: 24px;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 14px Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
}

h1,h2,h3 {padding-top: 6px; color: #126DA2}

.clear {clear: right;}

/* structure */
.container {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 870px;
}

/* header */
.top {
	background: url(images/clouds.jpg) repeat-x;
	padding: 90px 10px 0;
}

/* title */
.header {
	background: #FFF;
	font-size: 14px;
	height: 150px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 870px;
}

#logo {
	width: 870px;
	height: 150px;
	margin: 0 auto;
	background: url(images/header.jpg) no-repeat left top;
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 0;
	text-transform: none;
}

#logo h1 {
	padding: 90px 5px 0 25px;
	font-size: 18px;
	color: #0272BA;
}

#logo h2 {
	padding: 0px 0 0 25px;
	font-size: 11px;
	color: #0272BA;
}


#logo a {
	color: #0272BA;
}

/* navigation */
.navigation {
	border: 1px none #0066FF;
	height: auto;
	background-color: #FFFFFF;
	width: 170px;
	float: right;
	background-image: url(images/menu.gif);
	background-repeat: repeat-x;
	margin-left: 15px;
}
.navigation a {
	display: block;
	float: none;
	line-height: 21px;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	margin: auto;
	width: auto;
	clear: none;
	text-align: center;
	word-spacing: normal;
	white-space: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00CCFF;
	border-right-color: #00CCFF;
	border-bottom-color: #00CCFF;
	border-left-color: #00CCFF;
	text-decoration: inherit;
}
.anonce {
	height: auto;
	background-color: #FFFFFF;
	width: auto;
	float: none;
	background-image: url(images/menu.gif);
	background-repeat: repeat-x;
}
.anonce b {
	display: block;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: normal;
	clear: none;
	text-align: center;
	word-spacing: normal;
	white-space: normal;
	text-decoration: inherit;
}
/* main */
.main {
	border-top: 4px solid #FFF;
	background: url(images/bgmain.gif) repeat-y;
}

/* sub navigation */
.sidenav {
	float: left;
	width: 122px;
}
.sidenav h2 {
	color: #5A5A43;
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	padding: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #00CCFF;
}
.sidenav li {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #00CCFF;
}
.sidenav li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	text-decoration: none;
	width: auto;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0%;
}
.sidenav li a:hover {
	background: #DCEFFF;
	color: #654;	
}

/* content */
.content {
	float: right;
	width: 720px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 16px;
	text-decoration: none;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(images/li.gif);
	margin-left: 18px;
}
.content p {font-family: Arial, Helvetica, sans-serif;}

/* footer */
#footer {
	background: url(images/bgfooter.gif) repeat-x;
	color: #FFF;
	font: bold 10px Arial, Helvetica, sans-serif;
	text-align: center;
	height: 30px;
	padding-top: 30px;
}
#footer p
{
padding: 0px;
margin: 0px;
}
#footer a, #footer a:hover {color: #FFF;}
