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

body {
	font-size: 10px;
	font-family: helvetica, verdana, sans-serif;
	color: #999;
	/*background-image: url('/files/background.png');*/
	bbackground-color: #fff; 
	background-repeat: no-repeat; 
	background-attachment: fixed; 
	background-position: left top;
	letter-spacing: -0px;
	line-height: 150%px;
}


body.section-1 { }
body.section-2 { }
body.section-3 { background-color: transparent; }

a:link { text-decoration: none; color: #000; }
a:active { text-decoration: none; color: #000; }
a:visited { text-decoration: none; color: #000; }
a:hover { text-decoration: none; color: #000; }


a img { border: none; }

#menu {
   	width: 200px;
   	overflow: auto;
   	bottom: 0;
	left: 0;
	display: block;
	float: left;
	margin: 0px 30px 5px 25px;
   	padding-top: 0px;
   	padding-right: 5px;
	padding-left: 0px;
   	padding-bottom: 0px;
   	height: 100%;
	line-height: 16px;
background-color: #fff;
	/*background-image: url('/files/background_menu.png');*/
	/*filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75;*/
}

}

.floatstop {
	clear:both;
}



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

#menu ul li.section-title { 
	color: #21242E; 
	font-family: georgia, serif; 
	font-size: 21px; 
	font-weight: lighter; 
	font-style: italic; 
	text-transform: lowercase; 
	letter-spacing: -1px; 
	line-height:150%; 
	background-color: none; 
	border-bottom-style: dotted; 
	border-width:1px;
}

/*#menu li.active { background:#fff; }*/
#menu li.active { font-color: #000; }

#content {
background-color: #fff; 
	background-repeat: repeat; 
	background-attachment: scroll; 
	background-position: 0 0; 
	min-width: 700px; 
        max-width: 700px;
	height: auto;
	margin: 50px 100px auto 290px;

}

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

#content p { width: 200px; /*margin: 50px 30px 25px 50 px;*/ }

}

.floatstop {
	clear:both;
}

p {
    margin: 50px 30px 25px 50 px; line-height: 150%;
}

h1 { font-family: georgia, serif; font-size: 21px; font-style: italic; font-weight: lighter; color: #999; border-bottom-style: dotted; border-width:1px;}
h2 { font-size: 10px; color: #BE1E2D; }
h3 { font-family: georgia, serif; font-size: 21px; font-style: italic; font-weight: lighter; color: #999; display:inline; }
h4 { font-family: georgia, serif; font-size: 21px; font-style: italic; font-weight: lighter; color: #BE1E2D; }

h5 { font-family: georgia, serif; font-size: 50px; font-style: italic; font-weight: lighter; color: #999; }

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

#once { clear: left; }


