html, body, ul, ol, img {
	border: 0;
	margin: 0;
	padding: 0;
}

html {
	font-family: verdana;
	font-size: 16px;
	background: #015b62;
	min-height: 101%;
}

body {
	background-image: url('images/bg_grade.jpg');
	background-repeat: repeat-x;
}

#bg_image {
	background-image: url('images/bg_image.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 1105px;
}

#content-wrapper {
	width: 980px;
	/*background: rgba(255, 255, 255, 0.5);*/
	margin: 0 auto;
}

#header {
	background-image: url('images/body_bg_headfoot.png');
	background-repeat: repeat-y;
	padding: 10px;
	text-align: center;
}

#header a {
/*	background: rgba(255, 255, 255, 0.5);*/
	box-shadow: 0 0 5px #000; -moz-box-shadow: 0 0 5px #000; -webkit-box-shadow: 0 0 5px #000;
	color: #000;
	margin: 0 5px 0 5px;
	padding: 10px 20px 10px 20px;
/*	border: 5px double #ef4d39;
/*	border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;*/
/*	border-radius-bottomleft: 10px; -moz-border-radius-bottomleft: 10px;  -webkit-border-bottom-left-radius: 10px;*/
/*	border-radius-bottomright: 10px; -moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px;*/
	text-decoration: none;
}

#header a:hover {
	background: #cbe3e4;
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 10px #000; -moz-box-shadow: 0 0 10px #000; -webkit-box-shadow: 0 0 10px #000;
}

#header #lang {
	position: absolute;
	top: 5px;
	margin-left: 20px;
	/*float: left;*/
}

#header #lang a, #header #lang a:hover, #header #lang a img {
	background: none;
	margin: 0;
	padding: 0;
}

#header-bottom {
	background-image: url('images/body_bg_bottom.png');
	background-repeat: no-repeat;
	height: 10px;
}

#logo {
	margin: 20px 0 20px 0;
}

#main-content-top {
	background-image: url('images/body_bg_top.png');
	background-repeat: no-repeat;
	height: 10px;
}

#main-content {
	background-image: url('images/body_bg.png');
	background-repeat: repeat-y;
	padding: 20px 20px 0 10px;
}

#side-menu {
	width: 200px;
	float: left;
	font-size: 0.8em;
}

#side-menu a {
	color: #97c6c8;
	padding-left: 10px;
	text-decoration: none;
}

#side-menu li:hover a {
	color: #fff;
}

#side-menu, #side-menu ul {
	list-style: none;
}

#side-menu ul {
	margin: 0;
}

#side-menu li {
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5)); /*0%, 100%, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.5)));*/
	background: -webkit-gradient (linear, left top, right top, color-stop(0.0, rgba(255, 255, 255, 0)), color-stop(1.0, rgba(255, 255, 255, 0.5)));
	/*border-left: solid 10px #ef4d39;*/
	margin: 0 0 5px 0;
	padding: 2px 5px 2px 5px;
	border-bottom: 2px solid #97c6c8;
}

#side-menu li:hover {
/*	box-shadow: 0 0 10px #000; -moz-box-shadow: 0 0 10px #000; -webkit-box-shadow: 0 0 10px #000;*/
	border-bottom: 2px solid #fff;
}

#pagetitle {
	font-size: 2em;
	padding: 0 40px 40px 40px;
	text-align: center;
}

#article-wrapper {
	margin: 0 0 0 220px;
}

.article {
	padding: 0 0 40px 0;
}

.article .title {
	font-size: 1.2em;
	border-bottom: 2px solid #ef4d39;
	margin: 0 0 5px 0;
}

.article ul {
	margin: 0 0 0 40px;
}

.related_links {
	margin: 5px 5px 5px 40px;
}

.tabletitle {
	font-size: 1.2em;
	padding: 0 0 10px 0;
}

.tablecontent {
	padding: 0 0 40px 0;
}

.tablecontent td {
	vertical-align: top;
	text-align: left;
	overflow: visible;
}

#main-content-bottom {
	background-image: url('images/body_bg_bottom.png');
	background-repeat: no-repeat;
	height: 10px;
}

#footer {
	color: #fff;
	font-size: 0.8em;
	text-align: center;
	padding: 20px;
}

#footer a {
	color: #fff;
}

