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

@font-face {
	font-family: titling;
	src: url('http://www.charlierubinphoto.com/English.ttf');
}

p.custom_font {
	font-family: titling;}

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style:none;
	color: #900;
	background:none;
	
	
		}
	
.nav {font-size: 11px;
color:#900;

}

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



a:link { 
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#FFF;
	color: #900;
	font-style: normal;
	line-height: 110%;


	
	
	}
a:active { text-decoration: italic; }
a:visited { 
	font-style: normal;
	color: #900;
	background:#FFF;
	text-decoration: underline;
	margin-bottom: 9px;
	}
 
a:hover {  
	text-decoration: none;
	background-color: #FFC ;
	color: #900;}

a img { border: none; }

#p$i
	{top: 2px;
	 left: 2px;
     position: fixed;}
		


#menu {
	border-top:thin;
	border-top-color:#000; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    color: #999;
	width: 195px;
    overflow: auto;
	top: 250px;
    bottom: 0;
	height: 100%;
	left: 20px;
	position: fixed;
    height: 100%;
	background-color: #FFF
   
	
}

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

#menu ul li.section-title { }

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

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

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

p {   margin: 0px 0 0px 0;
}

p.nav a {
	font-size:12px;
	text-decoration:none
    }
   
   
   p.nav span#num { font-size:10px}
    p.nav a:hover {
	text-decoration: none;
	background-color: #FFF;
	color: #333;
    }
    
    p.nav span#num {
        letter-spacing: 2px;
        font-family: Arial, Helvetica, sans-serif;
        font-style: none;
        padding-left: 20px;
    }

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


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


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

#once { clear: left; }
