/* @override http://leteboskolan.dev/css/master.css */

/* @group Resets */

html, body {
	margin: 0; padding: 0;
}

h1, h2, h3, h4 {
	margin: 0; padding: 0;
	clear: left;
}

/* @end */

body {
	background: #d6e3b1 url(../images/gradient.gif) repeat-x fixed left bottom;
	/*background-image: url(../images/vert_grid.gif);*/
}

/* @group Divs */

#page {
	width: 844px;
	margin: 28px auto;
	font: 12px/14px Georgia, "Times New Roman", Times, serif;
	color: #3f3f3f;
}

#header {
	height: 155px;
	padding-left: 4px; padding-right: 4px;
	background:url(../images/header_bg.png) no-repeat;
}

#wrap {
	float: left;
}

#content {
	width: 836px;
	background: url(../images/page_bg.png) repeat-y;
	float: left; clear: both;
	padding: 27px 4px 70px;
}

#navigation {
	float: left;
	width: 231px;
	background: url(../images/nav_bottom.gif) no-repeat 0 bottom;
	padding-bottom: 14px;
}

/* @group Sub nav */

#sub_nav {
	float: left;
	background: #9eb960 url(../images/sub_nav_tl.gif) no-repeat left top;
	margin-bottom: 28px;
}

#sub_nav_top_right {
	float: right;
	background: url(../images/sub_nav_tr.gif) no-repeat right top;
}

#sub_nav_bottom_left {
	float: left;
	background: url(../images/sub_nav_bl.gif) no-repeat left bottom;
}

/* @end */

#main {
	float: right;
	width: 453px;
	padding-right: 121px;
	padding-left: 20px;
	padding-top: 14px;
}

#footer {
	float: left;
	height: 40px; width: 816px;
	background: url(../images/footer_bg.png) no-repeat left bottom;
	text-align: right;
	padding-right: 14px;
	padding-left: 14px;
}

/* @end */

/* @group Links */

a {
	color: #9eb960;
	text-decoration: none;
	border-bottom: 1px dotted #9eb960;
}

a:hover {
	border-bottom: none;
	color: #000;
	background-color: #9eb960;
}

/* @end */

/* @group Navigation */

#navigation ul {
	background: url(../images/nav_top.gif) no-repeat 0 top;
	margin: 0;
	list-style-type: none;
	padding: 14px 0 0 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#navigation ul li {
}

#navigation ul li a {
	font-weight: bold;
	color: #000;
	border: none;
	display: block;
	padding: 7px 10px 7px 30px;
}

#navigation ul li a:hover, #navigation ul li a.active {
	font-weight: bold;
	color: #000;
	background-color: #9eb960;
	border-style: none;
	display: block;
	padding: 7px 10px 7px 30px;
}

/* @end */

/* @group Sub navigation */

#sub_nav ul {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0 7px;
	background: url(../images/sub_nav_br.gif) no-repeat right bottom;
}

#sub_nav ul li {
	float: left;
}

#sub_nav ul li a {
	float: left;
	display: block;
	padding: 7px 14px;
	color: #fff;
	border: none;
}

#sub_nav ul li a:hover {
	background-color: #d6e3b1;
	color: #000;
}

/* @end */

/* @group Headers */

#header h1 {
	margin: 0; padding: 15px 0 0 30px;
	text-align: left;
}

h2, h3, h4 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
}

h2 {
	font-size: 24px;
	line-height: 28px;
	padding-bottom: 14px;
}

h3 {
	font-size: 18px;
	line-height: 28px;
	padding-bottom: 14px;
}

/* @end */

/* @group Footer */

#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#footer ul li {
	margin: 0;
	padding: 0;
}



/* @end */

#wrap p {
	margin: 0 0 14px;
}

/* @group Stupid classes */

.left {
	float: left;
}

.right {
	float: right;
}



/* @end */