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

body {
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	color: #5c5a5b;
	background-color: #fffff;
        
        
}
	

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

a:link {color:#505050; outline:none; text-decoration:none;}
a:visited {color:#505050; outline:none; text-decoration:none;}
a:hover {color:#521056; outline:none; text-decoration:none;}

a:link, a:visited, a:active {
cursor: arrow;}

a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 25px;
    bottom: 0;
    left: 0px;
    position: fixed;
    height: 100%;
    background-color: #ffffff;
    padding: 0px 0px 0px 20px;
    
}

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

.lorrie-links {font-size: 12px;
	font-weight: normal;
	color: #5c5a5b;
	font-family: Corbel, Arial, sans-serif; 
	letter-spacing:2px;
}


#menu ul li.section-title 
    {font-size: 12px;
	font-weight: normal;
	color: #5c5a5b;
	font-family: Corbel, Arial, sans-serif; 
	letter-spacing:2px;
        border-bottom:1px solid #521056; width: 100%;
}

.heading
    {font-size: 12px;
	font-weight: normal;
	color: #5c5a5b;
	font-family: Corbel, Arial, sans-serif; 
	letter-spacing:2px;
        border-bottom:1px solid #521056; width: 100%;
       
}


#content {
    height: 100%;
    margin: 30px 0 0 350px;
    top: 40px;
    
}

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


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

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

h1 { font-size: 32px; font-family: Corbel, Arial, sans-serif; border-bottom:1px solid #521056;}
h2 { font-size: 24px; font-family: Corbel, Arial, sans-serif; border-bottom:1px solid #521056;}
h3 { font-size: 16px; font-family: Corbel, Arial, sans-serif;}
h4 { font-size: 12px; font-family: Corbel, Arial, sans-serif;}

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

#once { clear: left; }
