html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #0A0C85;}

a:hover {color: #98C5E6;}

body {
	background: #4176b2 url(images/bg.jpg) repeat-x top;
	color: #444;
	font: normal 68% Arial, Helvetica, sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}



h1 {
	font: normal 1.8em Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
}

blockquote {
	background: url(images/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px;}

/* misc */
.clearer {clear: both;}
.left {float: left;}
.right {float: right;}

/* structure */
.container {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 800px;
}

/* header */
.top {padding: 50px 10px 0;}

/* title */
.header {
	background: #FFF;
	font-size: 1.2em;
	height: 228px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 800px;
}

.header h1{
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	padding:180px 0 0 10px;	
}

.header .left{
	background: #A4A4A0;
	color: #FFF;
	height: 150px;
}

.header .left {
	background: #B3C2C7 url(images/header-sub.jpg) no-repeat;
	font: normal 2.8em Arial, Helvetica, sans-serif;
	line-height: 150px;
	width: 800px;
	height:228px;
}

/* Menu */
#sidebar {
	float : left;
	width : 150px;
	margin : 0 0 0 0;
	padding : 0px;
}

.menu {
	height: 41px;
	margin-bottom : 20px;
	margin-right : 20px;
	width : 110px;
	padding : 5px 0 0 0;
}

.menu ul {
	margin : 0;
	padding : 0;
	list-style-type : none;
}

.menu li {
	margin : 0 0 0.2em 0;
}

.menu a {
	display : block;
	font-size : 11px;
	color : #ffffff;
	background : #2e79bc;
	width : 115px;
	padding : 0.5em 0.8em;
	text-decoration : none;
	border-left : 10px solid #1f5688;
}

.menu a:hover {
	border-left : 10px solid #1f5688;
	background-color : #1f5688;
	color : #ffffff;
}

/* main */
#main {

	border-top: 4px solid #FFF;
	background: url(images/bgmain2.gif) repeat-y;
}

/* content */
.content {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0 46px;
	width: 745px;
}

.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 bottom;
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 40px;
	text-align: center;
}

.footer p{padding-top:20px;}

.footer a,.footer a:hover {color: #FFF;}
