/*** BODY SECTION ***/

{
	margin: 0;
	padding: 0;
}

body 
{
	font-size: 11px;
	text-decoration: none;
	font-family: 'Cabin', sans-serif;
	color: #000000;
	background: #ffffff;
}


/*** LINK SECTION ***/

a
{
	font-size: 11px;
	text-decoration: none;
	font-family: 'Cabin', sans-serif;
	color: #000000;
	background: #ffffff;
}

a:link
{
	font-size: 11px;
	text-decoration: none;
	font-family: 'Cabin', sans-serif;
	color: #aaaaaa;
	background: #ffffff;
}
	
a:active
{
	font-size: 11px;
	text-decoration: none;
	font-family: 'Cabin', sans-serif;
	color: #000000;
	background: #ffffff;
}

a:visited
{ 
	font-size: 11px;
	text-decoration: none;
	font-family: 'Cabin', sans-serif;
	color: #aaaaaa;
	background: #ffffff;
}
	
a:hover
{ 
	font-size: 11px;
	text-decoration: none;
	font-family: 'Cabin', sans-serif;
	color: #000000;
	background: #ffffff;
}

a img
{ 
	border: none; 
}

/*** TITLE SECTION ***/
#title1 
{
	margin-top : 30px;
	padding-left : 20px;
} 

a.title1
{
	font-size: 16px;
	text-decoration: none;
	font-family: 'Cabin', sans-serif;
	font-weight: bold;
	color: #000000;
	background: #ffffff;
} 

a.title1:hover
{
	font-size: 16px;
	text-decoration: none;
	font-family: 'Cabin', sans-serif;
	font-weight: bold;
	color: #000000;
	background: #ffffff;
} 

#title2 
{
	margin-top : 0px;
	padding-left : 20px;
} 

a.title2
{
	font-size: 11px;
	text-decoration: none;
	font-family: 'Cabin', sans-serif;
	color: #000000;
	background: #ffffff;
} 

a.title2:hover
{
	font-size: 11px;
	text-decoration: none;
	font-family: 'Cabin', sans-serif;
	color: #000000;
	background: #ffffff;
} 


/*** NAVIGATION SECTION ***/

#menu 

{
	
	width: 250px;
    overflow: auto;
    position: fixed;
    background-color: 'transparent';
    padding-top: 0px;
    padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	
}


#menu ul 
{
	list-style: none;
	margin-top: 36px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: -20px;
}

#menu ul li 
{
	padding-bottom: 2px;
}

#menu ul li.section-title
{
	font-size: 11px;
	text-decoration: none;
	font-family: 'Cabin', sans-serif;
	color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

a.section-title:hover
{
	font-size: 11px;
	text-decoration: none;
	font-family: 'Cabin', sans-serif;
	color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
a.section-title
{
	font-size: 11px;
	text-decoration: none;
	font-family: 'Cabin', sans-serif;
	color: #AAAAAA;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 

/*** CONTENT SECTION ***/

#content
{
    text-align: left; 
	background: #ffffff;
    line-height: 14px;
    font-size: 11px;
	text-decoration: none;
	font-family: 'Cabin', sans-serif;
	color: #000000;
    padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 250px;
}


.container
{
	margin-top: 0px;
    margin-bottom: 0px;
	margin-left: 0px;
}


#text1 
{
	font-size: 11px;
	text-decoration: none;
	font-family: 'Cabin', sans-serif;
	font-weight: non;
	color: #000000;
	background: #ffffff;
} 




/*** BACKGROUND SECTION ***/


#the-background 
{
	position: fixed;
	overflow: hidden;
	width: 100%;
	height:100%;
	top:0;
	left:0;
}

#wrapper 
{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left:0;
}	


/*** IMAGES SECTION ***/

#img-container
{ 
	margin: 0;
	padding: 0;
}

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

#once 
{ 
	clear: left;
}													

