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

body {
	line-height: 14px;
	font-size: 12px;
	font-family: MyriadPro-Regular;
	background: #fff;
	text-decoration: none;
	color: #5a5a5a;
}

body.section-1 { }
body.section-2 { }
body.section-3 {font-style: italic; }

a:link { text-decoration: none; color: #5a5a5a; font-style:regular; }
a:active { text-decoration: none; color: #330033; font-style:regular; }
a:visited { text-decoration: none; color: #5a5a5a; font-style:regular; }
a:hover { text-decoration: underline; color: #5a5a5a; font-style:regular; }

a img { border: none; }

#menu {
    width: 220px;
	top: 0 px;
	float:left;
    position: absolute;
    height:100%;
	background-color: #fff;
	font-weight: lighter;
	font-style: regular;
	font-size: 12px;
	color: #711199;
}

#menu ul {
	padding-left: 20px;
	list-style: none;
	margin: 0 0 0 0;
}

#menu ul li.section-title {
	padding-top: 5px;
	/*border-top: 1px solid #8a8a8a;*/
	position: relative;
	left: -15px;
	font-style:italic;
	top: 13px;
	margin-bottom: 16px;
	/*padding-bottom: 18px;*/
	font-size: 12px;
	/*font-weight: bold;*/
}

#content {
	margin-left: 220px;
	margin-bottom: 0;
	margin-right: 0;
    height: 100%;
    top: 0px;
}

#line-menu { 
	border-bottom: 1px solid #858585;
	margin-top:200px;
	width: 178px;
	margin-left: 4px;
	position: absolute; 
}

#line-contact { 
	border-bottom: 1px solid #858585;
	margin-top:810px;
	width: 178px;
	margin-left: 3px;
	position: absolute; 
}


#line-content { 
	padding-top: 8px;
	border-top: 1px solid #858585;
	position: relative; 
	width: 400px;
}


.container {
    padding: 30px 5px 0px 25px;
}

#content p { width: 400px; margin-bottom: 9px; border-bottom: 1px solid #858585; padding-bottom: 4px;}

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 50px; }
h2 { font-size: 10px; }
h3 { font-size: 10px; }
h4 { font-size: 10px; font-weight: lighter; font-style:normal;}

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

#once { clear: left; }