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

body {
	font-size: 12px;
	line-height: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #e0e0e0;
	margin-left: 30px;
	margin-top: 30px;
}

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

a:link { 
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 13px;
	font-size: 12px;
	color:#000000;
	text-decoration: none;
	}
	
a:active { 
	text-decoration: none; 
	}
	
a:visited { 
	color: #000000;
	text-decoration: none; 

	}
	
a:hover { 
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 13px;
	font-size: 12px;
	color:#0099FF;
	text-decoration: underline;
	}

a img { border: none; }


#menu {
	float: left;
	display: block;
	position: fixed;
	margin: 5px 14px 0px 0px;
	background-color: #ffffff;
	padding: 10px 14px 14px;
	width: 180px;
	
}

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

#menu ul li.section-title { 
	margin: 20px 0 1px 0;
	font-weight: bold;
	text-decoration: underline; 

}

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

}

#ribbion {
	float: left;
	background-image: url(http://www.madebytomorrow.com/images/ribbon_rt.png);
	display: block;
	padding: 0px 0px 0px;
	margin: 0px 0px 0px;
	width: 80px;
	height: 80px;
	position: absolute;
	top: 0px;
	right: 0px;
}

.container {
    padding: 5px 5px 25px 10px;

}



#content p {
	background-color: #ffffff;
	padding: 16px 14px 9px;
	margin: 0px 0px 0px 0px;
	width: 400px;
	}

#content a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 13px;
	font-size: 12px;
	color:#0099FF;
	text-decoration: underline;
	
}

#content a:hover { 
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 13px;
	font-size: 12px;
	color:#000000;
	text-decoration: none;
}

#content a:visited {
	text-decoration: underline;
}


/*{ width: 400px; margin-bottom: 9px; }*/

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 35px; }
h2 { font-size: 27px; }
h3 { font-size: 19px; }
h4 { font-size: 15px; }

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

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


#img-container p.nav { 
	background: #fff; 
	margin: 15px 0 10px 0 ; 
	padding: 7px 14px 9px;


}

#once { clear: left; }