html {min-height: 100%;}
* {
	margin: 0;
	padding: 0;
}

a {color: #963;
text-decoration:none;
}
a:hover {color: #C60;
text-decoration:underline;}

body {
	background: #c7ab84 url(img2/bg.jpg) repeat-x top;
	color: #444;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif
	font-size: 80%;
	
}
p,code,ul {padding-bottom: 1.2em;}
li {list-style: none;
font-size:12px}


blockquote {
	background: url(img2/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}
h1,h2,h3 {
	padding-top: 6px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
	
h1 {
	font: normal 1.8em;
	margin-bottom: 4px;
}

h2 {
	font: normal 1.4em;
	margin-bottom: 2px;
}

h3 {
	font: normal 1.1em;
	margin-bottom: 2px;
}
/* misc */
.clearer {clear: both;}
.left {float: left;}
.right {float: right;}
/* structure */
.container {
	background: #FFF;
	font-size: 1.0em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 880px;
}
/* header */
.top {

	padding: 50px 10px 0;
}
/* title */
.header {
	background: #FFF;
	font-size: 1.2em;
	height: 220px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 880px;
}
.header h1{
	color: #fff;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding:90px 0 0 10px;
	font-style: italic;
	font-size: 1.5em;
}

.header .left {
	background: #A4A4A0;
	color: #FFF;
	height: 100px;	
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 150px;
	width: 880px;
	height:220px;
	background-color: #B3C2C7;
	background-image: url(img2/header.png);
	background-repeat: no-repeat;
}

/* navigation */
.navigation a {
	background: #D9E1E5 url(img2/nav.gif);
	border-right: 1px solid #ffffff;
	color: #456;
	display: block;
	float: left;
	font: bold 1.0em sans-serif;
	line-height: 41px;
	padding: 0 20px;
	text-decoration: none;
}
.navigation a:hover {
	color: #554;
	
}
/* main */
.main {
	border-top: 4px solid #FFF;
	
}
/* sub navigation */
.sidenav {
	float: right;
	width: 210px;
	background:#fff;
}

.sidenav h2 {
	color: #333;
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
	text-align:center;
	font-weight: bold;
	font-variant: normal;
}

.sidenav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}

.sidenav li {border-bottom: 1px solid #EAEADA; font:Arial, Helvetica, sans-serif;}

.sidenav li a {
	font-size: 1.1em;
	color: #456;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
	font-family:Arial, Helvetica, sans-serif;
}

.sidenav li a:hover {
	background: #ebf6e6;
	color: #300;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}


/* content */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 600px;
}

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

.content li {
	list-style: url(img2/li.gif);
	margin-left: 18px;
}

.content p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .9em;
}

img {
	background: #FAFAFA;
    border: 1px solid #E4E4E4;
	padding: 8px;
	margin:0 5px 0 5px;
}


/* footer */

.footer {
	background: url(img2/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;
text-decoration:none;}
