html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

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

body {
	background: #e6e6e6;
	color: #333;
	font: normal 62.5% Tahoma,sans-serif;
	padding-top: 42px;
}

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

li {list-style: none;}

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


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

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1, h3 {padding-top: 6px; color: #3399cc; margin-bottom: 12px;}
h2 {padding-top: 6px; color: #4C4C4C; margin-bottom: 4px;}

img {padding-top: 6px; color: #00005D; margin-bottom: -6px;}

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

.inner-container {
	border: 2px solid #D7D7D2;
	background: #FFF;
	font-size: 1.3em;
	margin: 0 auto;
	padding: 10px;
	width: 780px;
}

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

.header {
	background: url('img/logo.jpg') no-repeat;
	height: 160px;
	margin-bottom: 5px;
	text-align: center;
}
.header .title {
	color: #FFF;
	padding-top: 50px;
}
.header .title .sitename a {
	border-bottom: 1px dashed #657382;
	color: #FFF;
	font: normal 3em sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title a:hover {border-color: #F60;}
.header .title .slogan {
	font: normal 1.1em Verdana,sans-serif;
	padding-top: 6px;
}

.path {
	background: #3399cc;
	text-align: center;
	color: #FFF;
	font: normal 1.1em Verdana,sans-serif;
	padding: 8px 0;
}
.path a {
	color: #FAFAFA;
	text-decoration: none;
	margin: 0 50px 0 0;
}
.path a:hover {
	color: #000000;
	text-decoration: none;
}

.main {
	background: url(img/main.gif) repeat-y;
	border-top: 4px solid #FFF;
	padding: 8px 12px 0 0;
}

.content {
	float: right;
	width: 538px;
}

.content a {
	text-decoration: none;
	color: #048;
}

.content .descr {
	color: #664;
	font-size: 1.4em;
	margin-bottom: 6px;
}

.content li {
	list-style: disc outside;
	list-style-position: outside;
	font-family: "Lucida Sans Unicode",sans-serif;
	margin-left: 30px;
}

.content .list {
	margin-left: 15px;
	padding-left: 30px;
	list-style:none;
}

.content p {font-family: "Lucida Sans Unicode",sans-serif;}

.navigation {
	float: left;
	width: 210px;
}
.navigation h2 {
	color: #4c4c4c;
	font: bold 12px Tahoma,sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.navigation ul {
	padding: 0;
}
.navigation li  {
	font-size: 11px;
	color: #4c4c4c;
	display: block;
	padding: 0px 0 4px 5%;
	text-decoration: none;
	width: 95%;
}
.navigation li a {
	color: #4c4c4c;
	display: block;
	padding: 0px 0 5%;
	text-decoration: none;
	width: 95%;
}
.navigation li a:hover {
	color: #00005D;	
}

.footer {
	background: #949490;
	color: #F7F7F2;
	font: bold 1em sans-serif;
	margin-top: 5px;
	padding: 10px 12px;
}
.footer a {
	color: #F7F7F2;
	text-decoration: none;
}
.footer a:hover {color: #4C4C4C;}