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

body {
	font-size: 10px;
	font-family: Georgia, serif;
	background-image: url(b.jpg);
	background-repeat:repeat-y;
	background-position:left;
	overflow:auto;
	background-color: #fafafa;
	

	
}

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

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

a img { border: none; }




.logo {
background-image : url(logo.jpg);
        background-repeat:no-repeat;
		width: 40px;
		height: 40px;
		
		margin-bottom: 40px;
		
}

	.top-section {
		
		font-size: 15px;
		line-height: 24px;
		color: #000;
	
	}


.cl {
		height: 40px;
	}

#menu {
    width: 240px;
    overflow: auto;
	line-height: 20px;
	padding-top: 40px; 
    padding-left: 40px;
	height: 100%;
	
	
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu a:link { text-decoration: none; color: #757575;}
#menu a:hover { text-decoration: underline; color: #000000;}
#menu a:active { text-decoration: underline; color: #000000;}

#menu .active a{
	text-decoration: line-through;
}

#menu ul li.section-title {
		margin-top: 30px;
		margin-bottom: 0px;
		font-size:11px;
		font-family: arial;
		font-weight:bold;
		color: #000;
		
}

#content {

	width: 600px; 
    height: 100%;
position: absolute;
    margin: 0 0 0 280px;
    top: 0;
	line-height: 18px;
	color: #757575;
}

.container {

    padding-bottom: 80px;
	
} 

.nav {
	text-align: right;
   	padding-top:10px;
	padding-bottom:5px;
	
}

#right { 

position:absolute; top:51px; right:0;

}

#black { font-size: 11px; font-weight: bold; color:#000;}

#content p { 

width: 600px;

}

p {
    margin: 0;
}

h1 { font-size: 11px; font-weight: normal; color:#000; margin-top:51px; font-family: arial;}
h2 { font-size: 11px; border-top: 1px dotted #bababa; font-weight: bold; color:#000; padding-top:40px; margin-top:10px; font-family: arial}
h3 { font-size: 11px; font-weight: bold; color:#000;}
h4 { font-size: 12px; }

h1 span {color: #757575;}

#img-container	{ 
		
		padding: 0;
		
		 
	}
	
	#mg-container p	{ 
	    width : 600px;
		border: 1px solid #eeeeee;
		padding: 5px;
			
		
	}
	
	.nothumb img {
		margin-top: 0px;  
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		border-color: #dbe2e0; /* erase the following 3 lines if you dont want borders on your images */
	
	}


#once { clear: left; }



