/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	//border: 1px black solid;
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Helvetica, sans-serif;
	font-weight: 100;
	line-height: 16px;
	color: #666;
	background: #fff;
}

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

a { font-family: Helvetica, Arial, sans-serif; font-size: 12px; font-weight: lighter; font-style: normal; color: #666; font-variant: normal;}
a:link { text-decoration: none; color: #666; }
a:active { text-decoration: underline;color: #666; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: none; color: #4D057B; }

a img { border: none; }

#about {
	width: 260px;
	background-color: #fff;
	text-align: left;
	padding: 10px;
	margin-top: 50px;
	margin-left: 15px;
}

#header {
	width: 310px;
	height: 120px;
	padding-top: 20px;
	padding: 0;
	margin: 0;
}

#menu {
    width: 310px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
    padding: 0px;
    margin: 0;
	background-color: #fff;
	text-align: right;
}

#menu ul {
	width: 295px;
	line-height: 17px;
	list-style: none;
	margin-right: 15px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	color: #660033;
	font-size: 12px;
	font-style: oblique;
	font-weight: 700;
}

#menu ul li.section-title { 
}

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

.container {
	text-align: right;
    margin-right: 30px;
}

#content p { 
	text-align: left; 
	width: 250px; 
	margin: 0 0 20px 0px; 
}

p {
    margin: 0 0 9px 0;
}

header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	color: #660033;
	font-size: 12px;
	font-style: oblique;
	font-weight: 700;

}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#once { clear: left; }
