
/* Lugolo styles by Kasia Kesicka, 2010 */

@font-face 
{
	font-family: AvenirLight;
	font-style: light;
	src: URL(../images/fonts/AvenirLTStd-Light.otf);
}

@font-face 
{
	font-family: AvenirMedium;
	font-style: light;
	font-style:normal;
	src: URL(../images/fonts/AvenirLTStd-Medium.otf);
}

@font-face 
{
	font-family: AvenirBold;
	src: URL(../images/fonts/AvenirLTStd-Heavy.otf);
}

body
{
	margin:0 auto;
	height:100%;
	background-color:#E6E6E6;
	
	font-family:"AvenirLight", Helvetica, Arial, 'sans serif';
	text-align:left;
	color:#FFFFFF;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////// Site Layout */

.SiteWrapper
{
	position:relative;
	
	left:0px;
	top:0px;

	height:80%;
	width:80%;
	
	padding-left: 40px;
	padding-top: 1px;
	padding-bottom: 80px;
	margin: 40px;
	
	background-color:#0aaf86;
	
	z-index:1;
}



/*//////////////////////////////////////////////////////////////////////////////////////////////// Content */

.Content
{
	position:relative;
	
	height:auto;
	width: 600px;
			
	z-index:50;
	
	overflow: hidden;
}

.Content p
{
	font-size:14px;
	line-height:20px;
	color:#fff;
	
	margin:0px 0px 20px 0px;
}

.Content a
{
	color: #ffffff;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ffffff;

}

.Content a:hover
{
	font-family:"AvenirBold", Helvetica, Arial, 'sans serif';

}

#Page_Heading
{
	font-family:"AvenirBold", Helvetica, Arial, 'sans serif';

	font-size:100px;
	line-height:110px;

	margin-bottom:100px;
	
	padding-top: 60px;
	color:#fff;

}
