/* CSS BoxMania */

html {height: 100.3%;}

body {
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
	color: #333333;
	background: #9A0312 url(bg_leather2.jpg);
}

* {margin: 0px; padding: 0px; border: 0px;}

.defloat {clear: both;}

h1, h3, h4, h5, h6 {
	font-family: "Century Gothic", sans-serif;
	font-weight: normal;
	color: #b4A400;
	padding: 0.6em 0em 0.2em 0em;
}
h2 {
	font-size: 1.6em;
	border-bottom: 1px dashed #B4A000;
	padding-bottom: 0.2em;
	margin-bottom: 0.8em;
}

a {}
a:link {}
a:visited {}
a:hover {}
a:active {}

div#wrapper {
	width: 1000px;
	margin: 20px auto;
	text-align: left;
}

/* --- HEADER ---*/
div#header {
	/*background: url(bg_title2.jpg);*/ 
	height: 100px;
}

/* --- NAVIGATION --- */
div#nav {
	background: transparent; 
	height: 30px;
	margin: 0px 0px 10px 0px;
}
div#nav a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
div#nav ul {margin: 0px 20px 0px 20px;}
div#nav li {display: inline; margin-right: 20px;}


div#wrapcontent {
	/*background: #E8E8E8;*/
	background: url(bg_book.jpg) repeat-y right top;
	padding: 10px 0px 10px 0px;
}

div#wrapcontentnav {
	background: url(bg_title2.jpg);
}

div#maintext {
	float: right;
	width: 620px; 
	padding: 30px 50px 20px 20px;
}
div#maintext img {
  margin: 10px 0px 10px 0px;
}

/* --- MENU ---*/
div#menu {
	float: left;
	width: 200px; 
	padding: 30px 0px 20px 30px;
	color: #FFFFFF;
	font-weight: bold;
}
div#menu ul {
	list-style-type: none;
}
div#menu ul ul {margin-left: 20px;}
div#menu a {
	text-decoration: none;
	color: #FFFFFF;
}
div#menu li {
	line-height: 2.0em; 
	margin: 0px 0px 10px 0px;
}
div#menu li.select {
	border: 1px;
	border-right: 0px;
	padding-left: 14px;
	margin-left: -16px;
}
div#menu ul ul li {
	line-height: 1.6em; 
	margin: 0px 0px 0px 0px;
}
div#menu li.select {
	border: 1px solid #9A0312; 
	border-right: 0px; 
	padding-left: 10px; 
	margin-left: -10px;
}


div#footer {
	background: url(bg_footer2.jpg);
	height: 128px;
	margin: 10px 0px 10px 0px;
}
