/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #048;}
a:hover {color: #06C;}

body {
	background: #F9FEFF;
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
	padding-top: 64px;
}

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

li {list-style: none;}

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

h1,h2,h3 {padding-top: 6px;margin-bottom: 4px;}

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

/* structure */
.inner-container {
	border: 1px solid #8A9597;
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 780px;
}

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

/* header & title */
.header {
	background: #C5D5D8;
	height: 160px;
	margin-bottom: 5px;
	text-align: center;
	border: 1px solid #808080;
}
.header .title {
	color: #000;
	padding-top: 50px;
}
.header .title .sitename a {
	border-bottom: 1px dashed #657382;
	color: #000;
	font: normal 3em sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title a:hover {
	border-color: #FFF;
}
.header .title .slogan {
	font: normal 1.1em Verdana,sans-serif;
	padding-top: 6px;
}
/* top */
.top {
	background: #C5D5D8;
	color: #000;
	font: normal 1.1em Verdana,sans-serif;
	padding: 8px 12px;
	border: 1px solid #808080;
}
.top a {
	color: #000;
	text-decoration: underline;
}
.top a:hover {
	color: #808080;
	text-decoration: underline;
}

.intro{
	font-size: 1.2em;
	margin: 2px 0;
	line-height: 1.5em;
}

/* main */
.main {
	border-top: 4px solid #FFF;
	padding: 8px 12px 0 0;
}

/* content */
.content {
	width: 100%;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
.content p {
	font: normal 1.1em Verdana,sans-serif;
}

/* descr */
.descr {
	color: #8A9597;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content a {
	color: #8A9597;
	text-decoration: none;
}
.content a:hover {
	color: #808080;
	text-decoration: underline;
}

/* footer */
.footer { 
	clear:both;
	width: 100%;
	font: normal 1.1em Verdana,sans-serif;
	padding-top: 7px;  
	margin-top: 5px; 
	height: 25px; 
	color:#000;
	background: #C5D5D8; 
	text-align:center;
	border: 1px solid #808080;
}
.footer a {
	color: #000;
	text-decoration: underline;
}
.footer a:hover {
	color: #808080;
	text-decoration: underline;
}