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



body {
	font-size: 14px;
	font-style:italic;
	font-family: times new roman;
	background: #ff9999;
	background-image:none; 
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:right;
}

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

a:link { font-style: italic line-height: 15px; text-decoration: none; color:#000 ; border:none}
a:active { text-decoration: none; font-style: italic; color:#000 }
a:visited { text-decoration: none; font-style: italic; color:#000}
a:hover { font-style: italic; background-color: black; text-decoration: none; color: #ff9999 }


a img { border:thin }

#menu { font-size: 12px; background-color: #ff9999; font-family: "times new roman"; font-weight: normal; font-style:italic;  line-height: 12px; position: static; width: 160px; height: 150px; margin-top: auto; margin-bottom: auto; margin-left: auto; float:left; position: fixed; }

#menu ul { font-size: 11px; font-family: "times new roman"; font-weight: normal;  line-height: 12px; text-decoration: none; width: auto; height: auto; float: left; margin-top: 60; margin-right: 1px; margin-left: auto; padding-right: none; padding-left: 10px; padding-top: 15px; padding-bottom: 15px; list-style: none; }

#menu ul li.section-title { color: black; font-size: 13px; font-family: "times new roman"; font-weight: bold; line-height: 18px; text-transform: lowercase; width: 160px; margin-top: auto; margin-right: auto; margin-bottom: 2px; padding-top: 2px; padding-bottom: 1px; border-top: thin dotted black; border-bottom: thin solid black; }

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

.menunu {
    padding: 400px 5px 0 5px;
	width: 550px;
}

.container2 {
    padding: 55px 0 0 90px;
	width: 550px;
}

.container {
    padding: 0 0 0 320px;
	width: 550px;
}

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

p {
    margin: 0 0 0 0;
}

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

#img-container	{ color: black; line-height: 10px; width: 800px; margin-top: 10px; border-style: none; }
#img-container p	{ padding-left: 258px; padding-top: 80px; color: black; font-size: 11px; font-family: "times new roman"; font-weight: normal;  font-style: italic; line-height: 16px; text-align: left; position: bottom; width: auto; border-top: none; border-right-style: none; border-bottom-style: none; border-left-style: thin solid black; }

#once { clear: left; }