/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*
*blue grey e1edef
*pink ffccff
*uva cabfcd
*
*/
* {
margin: 0;
padding: 0;
}

body {

margin: 0;
	padding: 0;
	text-align: left;
	font: 12px/19px Geneva, Arial, sans-serif;
	color: black;
	word-spacing: 0;
	background-color: white;
	letter-spacing: 1px;

}

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

a:text { text-decoration: none; color: #000000; }
a:link { text-decoration: none; color: #000000;
         border-bottom: 2px solid #ffcc00;
         border-bottom-width: 1px;
         border-bottom-style: solid;
         border-bottom-color: #ffcc00;
         padding-bottom: 1px;  } 
a:active { text-decoration: none; color: #000000; }
a:visited { text-decoration: none; color: #000000;
         border-bottom: 2px solid #ffcc00;
         border-bottom-width: 1px;
         border-bottom-style: solid;
         border-bottom-color: #ffcc00;
         padding-bottom: 1px; }
a:hover { text-decoration: none; background: #ffffff; color: #000000; }


a img { border: none; }

#menu {
width: 300px;
overflow: auto;
top: 0;
bottom: 0;
left: 0;
position: fixed;
height: 100%;
weight: 100%;
background-image: url("");
background-repeat: repeat;

}

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

}

#menu ul li.section-title {
text-decoration: none; 
color: #ffffff; 
}

#menu ul li.active a {
background: #ffcc00;
color: #ffcc00;
font-weight: regular;
text-decoration: none;
a:visited { background: #000000; text-decoration: none; color: #000000; }

}

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

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

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

p {
margin: 0 0 0 0;
}

h1 {
color: #000000;
font-size: 15px; 
line-height: 1.15em;
width: 100px;



}

h2 { font-size: 15px; }
h3 { font-size: 15px; }
h4 { font-size: 15px; }

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

#once { clear: left; }
