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

body {
	font-family: Arial;
	color: #aeaeae;
	text-decoration: none;
	word-spacing: Normal;
	text-align: left;
	letter-spacing: -1px;
	text-indent:  0px;
	line-height: 20px;
	font-size: 20px;
	font-weight : 400;
}

smallbody {
	font-family: Arial;
	color: #aeaeae;
	text-decoration: none;
	word-spacing: Normal;
	text-align: left;
	letter-spacing: -1px;
	text-indent:  0px;
	line-height: 20px;
	font-size: 20px;
	font-weight : 400;
}

archivebody {
	font-family: Arial;
	color: #aeaeae;
	text-decoration: none;
	word-spacing: Normal;
	text-align: left;
	letter-spacing: -1px;
	text-indent:  0px;
	line-height: 16px;
	font-size: 16px;
	font-weight : 400;
}

::selection {
	background: #e81780; /* Safari */
	}
::-moz-selection {
	background: #e81780; /* Firefox */
}

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

a:link { text-decoration: none; color:#aeaeae; border:none; } 
a:visited { text-decoration: none; color:#aeaeae; border:none; }
a:hover { text-decoration: none; color:#e81780; border:none; }
a:active { text-decoration: none; color:#e8178; border:none; } 

a.sub:link { text-decoration: none; color: #888888; border:none; font-weight : bolder; } 
a.sub:visited { text-decoration: none; color: #888888; border:none; font-weight : bolder; }
a.sub:hover { text-decoration: none; color: #e81780; border:none; font-weight : bolder; }

#menu li.active a{ text-decoration: none; color: #aeaeae;}

a img { border: none; }


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

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

#menu ul li.section-title { }

#menu li.active a {
	text-decoration: none;
	color: #e81780;
	font-weight: normal;
	font-style: normal;
}

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

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

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 20px; line-height: 20px; text-decoration: none; color: #aeaeae; border: none; font-weight: normal; letter-spacing: -1px; }
h2 { font-size: 24px; letter-spacing: -1px; color: #828282; } 
h3 { font-size: 12px; font-family: Arial; letter-spacing: 0px; text-decoration: none; line-height: 13px; }
h4 { font-size: 17px; font-family: Arial; font-weight : bolder; text-decoration: none; line-height: 17px; letter-spacing: -1px; }
h5 { font-size: 10px; line-height: 10px; letter-spacing: 0px; }
h6 { font-size: 24px; line-height: 24px; letter-spacing: -1px; font-weight : bolder; color: #e81780; }
h7 { font-size: 24px; line-height: 24px; letter-spacing: -1px; font-style: normal color: #aeaeae; }
h8 { font-size: 50px; line-height: 50px; letter-spacing: -4px; font-style: normal color: #aeaeae; }
h9 { font-size: 24px; line-height: 24px; text-decoration: none; color: #888888; border: none; font-weight: bold; letter-spacing: -1px; }
hArchive { font-size: 20px; line-height: 20px; text-decoration: none; color: #888888; border: none; font-weight: bold; letter-spacing: -1px; }

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

#once { clear: left; }