@charset "ISO-8859-2";
/* CSS Document */
*
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0;
}

body
{
	background: #edede3 url(images/header_bg.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	height:100%;
}

/*@font-face
{
	font-family: SegoeTTF;
	src: url(include/fonts/SEGOEUI.ttf);
}*/

#main_container
{
	width: 920px;
	height: 100%;
	margin: 0px auto;
	position: relative;
	top: 0px;
	display: block;
	z-index: 1;
}

#header_container
{
	width: 100%;
	height: 300px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	margin-bottom: 2px;
}

#bottom_container
{
	width: 100%;
	position: absolute;
	top: 285px;
}

#content_container
{
	width: 100%;
	position: relative;
	margin-bottom: 60px;
}

#menu
{
	width: 315px;
	position: relative;
	display: inline;
	float: left;
	margin-right: 2px;
	min-height: 440px;
}

ul.submenu
{
	width: 295px;
	position: relative;
	display: inline;
	float: left;
	margin-right: 22px;
	margin-top: 12px;
	display: none;
}

#menu_down
{
	width: 100%;
	height: 76px;
	background-image: url(images/menu_down.jpg);
	background-repeat: no-repeat;
	margin-bottom: 30px;
}

li.menu, li.menu_selected
{
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: 0.4px;
	list-style-type: none;
	min-height: 25px;
	height: 25px;
	padding-top: 5px;
	padding-right: 30px;
	margin-bottom: 2px;
}

li.menu
{
	background: url(images/menu.jpg);
	background-repeat: no-repeat;
	color: #7d6152;
}

li.menu_selected
{
	background: url(images/menu_selected.jpg);
	background-repeat: no-repeat;
	color: #af2502;
}

#content
{
	width: 603px;
	position: relative;
	display: inline;
	float: left;
}

#content_top_bg
{
	background:url(images/main.jpg);
	width: 603px;
	height: 145px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
}

#content_left_bg
{
	background:url(images/main_left.jpg);
	width: 78px;
	height: 261px;
	position: absolute;
	top: 145px;
	left: 0px;
	z-index: -1;
}

#main
{
	width: 563px;
	padding-left: 41px;
	padding-top: 15px;
	padding-bottom: 30px;
	font-family: SegoeTTF;
	z-index: 1;
}

#footer_container
{
	width: 100%;
}

#footer_line
{
	background: url(images/footer.jpg);
	width: 100%;
	height: 5px;
	margin-bottom: 4px;
}

#footer, #footer2
{
	width: 50%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7a5f46;
}

#footer
{
	float: left;
	display: inline;
}	

#footer2
{	
	float: right;
	text-align: right;
	vertical-align: top;
}	
	
.cleaner
{
	clear: both;
}

p.page_title
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #af2502;
}

p.dotts
{
	margin-top: 10px;
	margin-bottom: 8px;
}

p.chapter
{
	text-align: justify;
}

font.title, font.author, font.main_text, font.more
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

font.title
{
	font-size: 17px;
	color: #af2502;
}

font.author
{
	font-size: 11px;
	color: #b8a283;
}

font.main_text
{
	font-size: 12px;
	color: #725444;
}

font.more
{
	font-size: 12px;
	font-weight: bold;
	color: #af2502;
}

a:link, a:visited
{
	color: inherit;
	text-decoration: none;
}

a:hover
{
	color: inherit;
	text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	text-decoration: none;
}
a.nav:hover
{
	text-decoration: none;
}

form {
 border: 0px solid #666699;
 padding: 5px;
}

input, select 
{
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
 background-color: white;
 color: #102132;
 border: 1px solid #725444;
 margin-right: 0px;
}
