/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-repeat:no-repeat;
}

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

a:link { text-decoration: none; color: #CCFFFF; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #CCFFFF; }
a:hover { text-decoration: underline; }

a img { border: none; }

.top-section {
		padding-top: 20px;
		padding-right: 0px;
		padding-bottom: 8px;
		padding-left: 25px;
}

#menu {
    background: url(http://thenovac.com/files/bar.jpg) no-repeat;
    height: 100%;
    left: 0px;
    overflow: auto;
	position: absolute;
    right: 0px;
	top: 0px;
	width: 215px;
		
}

#menu ul {
	line-height: 12pt;
	border-top-color: #FFFFFF;
	border-top-style: dotted;
	border-top-width: 1px;
	color: white;
	font size: 16pt;
	list-style: none;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 8px; /* sets the space between each section */
	margin-left: 0px;
		/* sets the spacing around the menu - this is normally set to match padding options in #content but can be changed seperately */
	padding-top: 4px;
	padding-right: 12px;
	padding-left: 10px;
}

#menu ul li.section-title { }

#content {
	height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 210px; 
    top: 0;
	padding-top: 3px;  /* change to match the padding-top in #menu if you want them to align */
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 40px;
}
	
.container {
		margin-bottom: 25px;
	}


#content p { /* sets the properties for all paragraphs in the content area */
		width: 600px;
		padding-top: 3px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 10px; /* sets the space between paragraphs */
		margin-left: 0px; 	
	    line-height: 14px; /* use this the change the leading (space between lines) */
		color: #333333;

}

p {
	font-size: 8pt;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 9px;
    margin-left: 0;
	color: #333333;
	}

h1 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-bottom: 15px; /* sets the spacing between the heading and paragraph below */
	}
	
h2 { font-size: 10px; }
h3 { font-size: 12px; }
h4 { font-size: 12px; }

#img-container	{ 
		margin: 0 0 20px 0; 
		padding: 0; 
}

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

	.nothumb img {
		margin-top: 0px;  
		margin-right: 0px;
		margin-bottom: 20px;
		margin-left: 2px;
		border-color: #dbe2e0; /* erase the following 3 lines if you dont want borders on your images */
		border-width: 1px; 
		border-style:  solid;
	}	
	
	
	p.nav a {
		background-color: #333333;
		padding-top: 3px;
		padding-right: 9px;
		padding-bottom: 3px;
		padding-left: 9px;
		font-size: 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		border-color: #dbe2e0; /* erase the following 3 lines if you dont want borders on your images */
		border-width: 1px; 
		border-style:  solid;
		
	}
	
	p.nav a:hover {
		background-color: #000000;
	}
	
	p.nav span#num {
		letter-spacing: 2px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-style: italic;
		padding-left: 20px;
	}

#once { clear: left; }