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

body {
background:#FFFFFF none repeat scroll 0 0;
background-image: url(http://ortlos.com/photography/files/logo.gif');

font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}


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

a:link { background-color:#353535;
color:#fff;
text-decoration:none; }
a:active { text-decoration: underline; }
a:visited { background-color:#353535;
color:#fff;
text-decoration:none; }
a:hover { background-color:#5f90c6;
color:#353535;
text-decoration:none; }


a img { border: none; }

#menu {
    width: 180px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
	line-height:12px;
}

#menu ul {
	position: relative;
	list-style: none;
	margin: 0 0 20px 0;
	z-index:202;
}



#menu ul li.section-title {
	font-size: 20px;
	line-height: 24px;
	z-index:201;
	margin: 0px 0;} 


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

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

#content p { width: 920px; margin-bottom: 20px; }

p {
    margin: 0 0 9px 0;
}
.contitle {font-size: 20px;
	line-height: 24px;
	margin: 0px 0;} 


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

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

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

#once { clear: left; }
.nothumb { 
float: left; 
padding: 0;
margin: 0 4px 4px 0;
}

.nothumb img { display: block; margin: 0; }