html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #4ba5da;}
a:hover {color: #282828;}

body {
	background: #b5d3ef url('../images/bg.jpg') repeat-x;
	
	color: #282828;
	font: normal 62.5% Tahoma,sans-serif;
	padding-top: 20px;
}

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

.frontpage {	
	color: #282828;
	font: normal 120% Tahoma,sans-serif;
		padding: 20px;
}

li {list-style: none;}

h1 {font: normal 1.8em Tahoma,sans-serif;}
h2 {font: bold 1.4em sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}

form,input {margin: 0; padding: 0; display: inline;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}



h1,h3 {padding-top: 2px; color: #4ba5da; margin-bottom: 8px;}
h2 {padding-top: 2px; color: #036; margin-bottom: 8px;}

.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}


.inner-container {
	border: 0px solid #b1b1b1;
	background: #fff;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 750px;
	 -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;
}

.outer-container {
	padding-bottom: 24px;
}


.header {
	background: #fff url('../images/head.jpg') no-repeat center;
	height: 200px;
	padding-top: 20px;
	
}



.navigation {
	float: left;
	width: 190px;
}
.navigation h2 {
	color: #036;
	font: bold 1.6em Tahoma,sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 11px;
}
.navigation ul {
	padding-bottom: 10px;
	border-top: 1px solid #036;
}
.navigation li {border-bottom: 1px solid #4ba5da;}
.navigation li a {
	font-size: 1.1em;
	color: #036;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.navigation li a:hover {
	color: #003;
	background-color: #b5d3ef;
}


.main {
	background: #ffffff;
	
	padding: 0px 10px 0 0;
}


.content {
	float: right;
	width: 530px;
	margin-left: 5px;
	
	padding-top:10px;
}

.content p {font-family: Tahoma,sans-serif;}

.content li {
	margin-left: 50px;
	list-style-image: url('../images/li.gif');
	
	
}

.footer {
	background: #b5d3ef;
	color: #036;
	font: bold 0.95em sans-serif;
	margin-top: 20px;
	padding: 10px;
	text-align: center;
	 -webkit-border-radius: 8px;
	  -moz-border-radius: 8px; 
	  border-radius: 8px;
}
.footer a {
	color: #F7F7F2;
	text-decoration: none;
}
.footer a:hover {color: #282828;}

.valid 
{
text-align: center;
padding-top:5px;
}
