* {
	/* Reset browsers default margin, padding and font sizes */
	margin:		0;
	padding:	0;
}

html,body {
	margin:		0;
	padding:	0;
	height:		100%;				/* needed for container min-height */
	
	background-image:url(images/background.jpg);
	font-family:verdana,tahoma,arial;
	font-size:12px;
	color: #1c3450;
}

/* Container and Blocks */
div#container {
	position:relative;			/* needed for header and footer positioning */
	margin:0 auto;				/* center, not in IE5 */	
	height:auto !important;		/* real browsers */
	height:100%;				/* IE6: treated as min-height */
	min-height:100%;			/* real browsers */
}
div#header {
	position:absolute;
	top: 0;
	width: 100%;
	height: 64px;
	background-color: #98a3ff;
	border-bottom: #000000 4px solid;
}
div#content {
	position: absolute;
	top: 85px;
	bottom:50px;
	left: 15px;
	right: 15px;
}
div#footer {
	position: absolute;
	bottom: 10px;
	left: 15px;
	right: 15px;
}

/* Classes */
.menubox {
	position: relative;
	height: auto;
	float: left;
	width: 180px;
}
.sitebox {
	position: relative;
	height: 100%;
	width: 100%
/*
	min-width: 600px;
*/
	margin: 0 10px 0 180px;
	overflow: auto;
}
.footertext {
	font-size: 10px;
	text-align: center;
	padding-top: 6px;
}
.logo {
	float:left;
	margin-left:15px;
	margin-top:3px
}
.menu_buttons {
	position: relative;
	padding: 0px;
	width: 150px;
	height: 40px;
	margin: 0px 0px 20px 0px;
	text-align: center;
}
.button_element {
	position:absolute;
	left:0px;
	top:0px;
	z-index: 1;
}
.button_text {
	position:absolute;
	left:0px;
	top:0px;
	z-index: 2
}
.slogan {
	font-size: 95%;
	font-weight: bold; 
	color: #d31313;
	margin-top: 25px;
	margin-left: 300px;
	text-align: center;
}
.headericon {
	position: relative;
	top: 0px;
	left: 0px;
}
.headertext {
	font-size: 140%;
	font-weight: bold; 
	color: #1c3450;
	position: relative;
	top: -25px;
	left: 30px;
}
.headersubtext {
	font-size: 95%;
	color: #d31313;
	position: relative;
	top: -25px;
	left: 30px;
}
.contentheader {
	margin: 0 30px 0 0;
}
.contentbox {
	
}
.contentfooter {
	clear: left;
	padding: 10px 0px 10px 0px;
}
.chapter_title {
	float: left;
	width: 100px;
	font-weight: bold;
}
.chapter_comment {
	
}
.thumbnail_box {
	position: relative;
	width: 150px;
	height: 135px;
	text-align: center;
	float: left;
	margin: 5px;
	background: white;
	border-top: #999999 1px solid;
	border-right: #000000 2px solid;
	border-bottom: #000000 2px solid;
	border-left: #999999 1px solid;
	
}
.tn_image {
	position: relative;
	width: 150px
	top: 0px;
}
.tn_text {
	position: absolute;
	width: 150px;
	bottom: 3px;
	left: 0px;
}

img {
	border: none;
}

a:link,a:visited,a:active {
	font-size: 90%;
	color: #d31313;
}
a.nav:visited,a.nav:active,a.nav {
	font-size: 95%;
	font-weight: bold; 
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: underline;
}

th {
	background: #4758a7;
	color: white;
	font-size: 90%;
	padding: 3px;
	border-top: #999999 1px solid;
	border-right: #000000 2px solid;
	border-bottom: #000000 2px solid;
	border-left: #999999 1px solid;
}
td {
	background: white;
	font-size: 80%;
	padding: 3px;
	border-top: #999999 1px solid;
	border-right: #000000 2px solid;
	border-bottom: #000000 2px solid;
	border-left: #999999 1px solid;
}
.admintext {
	margin: 10px;
}

.admin_line {
	margin: 10px 0 0 10px;
}
.admin_desc {
	font-weight: bold;
	width: 130px;
	float: left;
}
.admin_item {
	
}
.admin_tn {
	margin: 10px 0 10px 10px;
	border-top: #999999 1px solid;
	border-right: #000000 2px solid;
	border-bottom: #000000 2px solid;
	border-left: #999999 1px solid;
}
h3 {
	margin-left: 10px;
}