* {
	margin: 0;
	padding: 0;
}

html {min-height: 100%;}
a {color: #963; text-decoration: none;}
a:hover {color: #C60;}

body {
	background: #c2cfd5 url(images/bg.jpg) repeat-x left top;
	color: #444;
	font: normal 10px tahoma, sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}

h1 {font: normal 1.6em verdana,sans-serif; margin-bottom: 4px;}
h1,h2,h3 {color: #336699; padding-top: 6px;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	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(images/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

/* misc */
.left {float: left;}
.right {float: right;}
.clear {clear: both;}

/* structure */
.container {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 780px;
}

/* header */
.top {
	padding: 50px 10px 0;
}

/* title */
.header {
	background: #fff;
	font-size: 1.2em;
	height: 100px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 780px;
}
.header .left, .header .right {
	background: #c0cdd3;
	color: #fff;
	height: 100px;
}

.header .left {
	background: #fff url(images/header.jpg) no-repeat;
	width: 565px;
}

.header .right {
	overflow: auto;
	width: 211px;
}

.header .right p {
	margin: 20px 6px;
}

/* navigation */
.navigation {	
	background: #D9E1E5 url(images/nav.gif);
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 25px;
}
.navigation a {
	background: #D9E1E5 url(images/nav.gif);
	color: #456;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 25px;
	padding: 0 20px;
	text-decoration: none;
}
.navigation a:hover {background-position: left bottom; color: #234;}

/* main */
.main {
	border-top: 4px solid #FFF;
	background: url(images/bgmain.gif) repeat-y;
}

/* side */
.side {
	float: right;
	width: 210px;
}
.side h1 {
	padding-left: 12px;
	padding-bottom: 5px;
	margin: 0;
	font: bold 1.2em arial, sans-serif;
}
.side h2 {
	padding-left: 12px;
	color: #5A5A43;
	font-size: 1em;
	font: bold 1.2em arial, sans-serif;
}
.side p {
	padding-left: 12px;
}

/* content */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 531px;
}
.content .descr {
	color: #664;
	font-size: 0.8em;
	font-style:italic;
	margin-bottom: 5px;
}

.content p {
	font-family: tahoma,sans-serif;
}

.content li {
	padding-top: 5px;
	list-style: none;
}

/* footer */
.footer {
	background: #c0cdd3;
	color: #fff;
	font: normal 11px arial;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
.footer a,.footer a:hover {color: #fff;}
