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

body {
	text-align: left;
	font-size: 12px;
	color: #52434c;
	line-height: 16px;
	font-family: Georgia, Times New Roman, Times, serif;
	background: #ffffff;
}

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

a:link { 
	text-decoration: none;
	color: #ff43b1;
	background-color:#fff5c8;
}

a:active { 
	text-decoration: none;
	color: #52434c;
}

a:visited { 
	text-decoration: none;
	color: #ff43b1;
}

a:hover { 
	text-decoration: underline;
	color: #f9f6f1;
	background-color:#52434c;
}

a img { 
	border: none;
	background-color:#ffffff;
	}
	
#break {
margin-top:15px; 
margin-bottom:15px;
}

#menu {
    width: 240px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background: #ffffff;
}

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

#menu ul li.section-title {
	font-size:14px;
	font-style:italic;
	color: #52434c;
	margin-bottom: 5px;
	margin-top: 10px;
	border-bottom-color: #14b9e7;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

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

#content ul {
	list-style: none;
	margin: 0px 0 15px 0;
}

#content ul li.break {
	margin-top: 5px;
	border-bottom-color: #14b9e7;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

/* BIG CAPS */
.dcap {
display:inline;
float:left;
font-size:34px;
color:#52434c;
line-height:28px;
margin:0.07em 0.14em 0pt 0pt;
text-transform:uppercase;
}

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

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 18px; color: #ff6600; 30px; font-style: italic; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 10px;  color: #52434c; font-style: italic; }

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

#once { clear: left; }