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

body {
	font-size: 13px;
	font-family: Arial, sans-serif;
	background: #fff;
}

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

a:link { text-decoration: none; color: #000; }
a:active { text-decoration: none; color: #000; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: none; background: #000; }

a img { padding: 7px; border: none; }



/* Menu */
#menu {
    width: 25px;
    overflow: auto;
    top: 5px;
    bottom: 0;
	left: 0;
    position: absolute;
    height: 100%; 
    display: none;
    }


/* This section controls each section made */ 
#menu ul {
	list-style: none;
	font-size: 13px;
}

/* This section controls each section made */ 
#menu ul {
	list-style: none;
	margin: 0 0 12px 15px;
	font-family: Arial, sans-serif; 
	font-size: 12.5px;
	font-weight: bold; 

}

	#menu ul li {
		margin-top: 0px; 
		margin-bottom: 4px;
	}
	
	/* The following sets the style for the section heading */
	#menu ul li.section-title {

		/* Following lines adds a line about each section */
		border-top-color: #000;
		border-top-style: solid;
		border-top-width: 0px;
		margin-bottom: 12px;
		margin-top: 12px;

	}


#content {
    height: 100%;
    margin: 15px 0 0 70px;
    font-size: 13px;
}

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

#content p { width: 500px; }

p {
    margin: 0 0 0 0;  
}

h1 { font-size: 32px; }
h2 { font-size: 24px; line-height: 16px; }
h3 { font-size: 18px; width: 500px;}
h4 { font-size: 15px; }
h5 { font-size: 16px; font-family: Georgia, serif; font-style: italic; color: #666; }
h6 { font-size: 13px; font-family: Georgia, serif; font-style: italic; }

#img-container	{ margin-top: 10px; padding: 0; }
#img-container p	{ width: 500px; margin: 0; padding: 0 0 20px 0; }

#once { clear: left; }