/* CSS Document
   Template Title: Zulmir
   Author: Miro
   URL:  */

/* Main Body */
body {
	font-family: Zapf Chancery, cursive;
	font-size: 13px;
	background-image: url(images/background_nnoza.jpg);
	background-repeat: repeat;
	}
	
blockquote{border-color: #767676;}

#container {
	width: 700px;
	padding: 30px;
	padding-bottom: 5px;
	border: 1px solid #ccc;
	background: #F4F0E6;
	background-repeat: repeat;
	margin: 0 auto;
	align: #center;
	}
	
/* Header */
#header {
	width: 500px;
	border-left: 4px solid #363636;
	border-right: 4px solid #363636;
	margin: 0 auto;
	margin-bottom: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 36px;
	letter-spacing: 0.4em;
	text-align: center;
	color: #363636;
	}

#header a, a:visited {
	color: #363636;
	text-decoration: none;
	}
	
#header a:hover {
	color: #000000;
	}

/* Navigation */
#tabnav	{
	height: 20px;
	margin: 0;
	padding-left: 162px;
	background: url(images/tab_bottom.gif) repeat-x bottom;
	}

#tabnav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#tabnav a:link, #tabnav a:visited {
	float: left;
	background: #f3f3f3;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #666;
	}

#tabnav a:link.active, #tabnav a:visited.active	{
	border-bottom: 1px solid #fff;
	background: #302E27;
	color: #fff;
	}

#tabnav a:hover	{
	background: #fff;
	}
	
/* Main Content */
#content {
	width: 670px;
	margin-top: 25px;
	margin-left: 15px;
	}
	
#content h2 {
	font-size: 20px;
	color: #000000;
	}
	
#content p {
	font-size: 14px;
	color: #363636;
	}

#content h3 {
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	color: #000;
	margin-top: 25px;
	}
	
#content ul {
	font-size: 13px;
	}
	
#content a, a:visited {
	color: #666666;
	text-decoration: underline;
	}
	
#content a:hover {
	color: #000000;
	}

/* Book Content */
#bookcontent {
	width: 190px;
	height: 370px;
	margin-top: 25px;
	margin-left: 15px;
	}
	
#bookcontent h2 {
	font-size: 20px;
	color: #000000;
	}

#bookcontent h3 {
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	color: #000;
	}	

#bookcontent p {
	font-size: 14px;
	color: #363636;
	}
	
#bookcontent a, a:visited {
	color: #666666;
	text-decoration: underline;
	}
	
#bookcontent a:hover {
	color: #000000;
	}	

/* Sidebar */
#sidebar {
	width: 450px;
	float: right;
	clear: none;
	margin-top: 25px;
	margin-right:15px;
	}
	
#sidebar h3 {
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	}
	
#sidebar ul {
	font-size: 12px;
	}
	
#sidebar a, a:visited {
	color: #666666;
	text-decoration: underline;
	}
	
#sidebar a:hover {
	color: #000000;
	}
	
/* Text Sidebar */
#textsidebar {
	width: 450px;
	float: right;
	clear: none;
	margin-top: 25px;
	margin-right:15px;
	}
	
#textsidebar h3 {
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	}
	
#textsidebar ul {
	font-size: 12px;
	}
	
#textsidebar a, a:visited {
	color: #666666;
	text-decoration: underline;
	}
	
#textsidebar a:hover {
	color: #000000;
	}

/* footer */
#footer {
	color: #363636;
	text-align: center;
	border-top: 1px solid #363636;
	size: 11px;
	margin-top: 30px;
	margin-bottom: 0;
	}
	
#footer a, a:visited {
	color: #550000;
	text-decoration: underline;
	}
	
#footer a:hover {
	color: #505000;
	}
