/**
* CSS
* 
* @version 1.0
* @author Marko 
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	/*background-image:url(test.gif);*/
	background-color: #666;
	background-repeat: repeat;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link {
	text-decoration: none;
	color: #000;
	border: none;
}
a:active {
	text-decoration: none;
	color: #000;
	border: none;
}
a:visited {
	text-decoration: none;
	color: #000;
	border: none;
}
a:hover {
	text-decoration: none;
	color: #000;
	background-color: #000;
	border: none;
}

a img { border: none; }

.header {
	font-family: Verdana, sans-serif;
	color: #FFFFFF;
	text-align: right;
	font-variant: normal;
	letter-spacing: 1px;
	font-size: 11px;
	line-height: 20px;
}

.bottom {
	color: #FFFFFF;
	float:right;
	letter-spacing: 1px;
	font-size: 11px;
}


#menu {
	color:#FFF;
	clear:both;
	width: 150px;
	top: 60px;
	bottom: 0;
	left: 0;
	position: fixed;
	height: 100%;
}

#name {
	font-family: Verdana, sans-serif;
	color: #000;
	font-size: 11px;
	text-align:right;
	clear:both;
	width: 150px;
	top: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	height: 100px;
}


#prev {
	color: #ffffff;
}

#next {
	color: #ffffff;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	text-align: right;
	line-height: 16px;

}

#menu ul li.section-title {
	font-family: Verdana, sans-serif;
	color: #FFFFFF;
	text-align: right;
	font-variant: normal;
	letter-spacing: 1px;
	font-size: 11px;
	line-height: 20px;
}

#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
}

.container {
    padding: 5px 5px 25px 5px;
}

#content p { width: 500px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; border: 0px;}
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; border: 0px;}

#once { clear: left; }

ul li a:link, ul li a:visited,{
	color:#FFF;}
	
ul li a:hover{
	text-decoration: none;
	color: #FFF;
	background-color: #FFF;
	border: none;
