html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #963;}
a:hover {color: #C60;}

body {
	background: #CCD8E0;
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
}

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

li {list-style: none;}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}


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



.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

img.floatleft {
	float: left;
	margin: 5px 14px 3px 1px;
}

img.floatright {
	size:auto;
	float: right;
	margin: 45px 15px 10px 20px;
 	
}

.container {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 4px;
	width: 780px;
}

.top {
	padding: 50px 10px 0;
}

.header {
	background: #FFF;
	font-size: 1.2em;
	height: 275px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 780px;
}

.header .row_top {
	margin-bottom: 5px;
	background: #7c3b25;
	color: #fff;
	height: 75px;	
}

.header .row_top h1 {
	font: "Comic Sans MS", cursive, sans-serif,sans-serif;
	line-height: 75px;
	text-align: left;	
	padding: 0 16px;
}

.header .row_bottom {
	background: #FFF url("img/logo.jpg") no-repeat right;
	color: #FFF;
	height: 220px;
}

.header .row_bottom h1 {
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 100px;
	text-align: left;	
	padding: 0 16px;
}

.menunav {	
	background: #7c3b25;
	border: 2px solid #FFF;
	border-color: #DFEEF7 #CFDEE7;
	height: 41px;
}
.menunav a {
	background: #7c3b25;
	border-right: 2px solid #FFF;
	color: #FFF;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 20px;
	text-decoration: none;
}
.menunav2 {	
	background: #7c3b25;
	height: 41px;
}

.menunav2 a {
	background: #7c3b25;
	border-right: 2px solid #7c3b25;
	color: #FFF;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 20px;
	text-decoration: none;
}

.menunav a:hover {background-position: left bottom; color: #7c3b25;}

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

.content {
	margin-right: 10px;
	margin-left: 10px;
	padding: 10px 16px;
	width: 730px;
}

.par {
	margin-right: 10px;
	margin-left: 15px;
	padding: 10px 16px;
	width: 700px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: circle;
	line-height: 1.3em;
	margin-left: 18px;
}

.content h3 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}

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

.content .box {
	float: left;
	width: 300px;
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 4px solid #7c3b25;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 40px;
	margin-top: 40px;
	margin-right: 40px;
	margin-left: 30px;
	padding: 8px 10px;
	white-space: pre;
}


.bottom {
	padding: 0 10px 50px;
}

.footer {
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 760px;
	border-right: 10px solid #FFF;
	border-bottom: 10px solid #FFF;
	border-left: 10px solid #FFF;
	background-color: #7c3b25;
	font-family: "Lucida Sans Unicode",sans-serif;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 35px;
	text-align: center;
}
.footer a,.footer a:hover {color: #FFF;}