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

body {
	font-size: 12px;
	font-family: Traveling_Typewriter, Verdana, sans-serif;
	background: #fff;
	background-repeat:no-repeat;
    	background-attachment:fixed;
    	background-position:center center;
}

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

a:link { text-decoration: none; color: rgb(77,91,109);}
a:active { text-decoration: none;}
a:visited { text-decoration: none; color: white }
a:hover { text-decoration: line-through; }

a img { border: none; }

#menu {
    	font-size:16px;
	width: 2000px;
    	overflow: auto;
    	top: 0px;
    	bottom: 0;
	left: 0;
    	position: fixed;
    	height: 175px;
	margin:  15px 15px 15px 215px;
	//padding-left: 215px;
	color:rgb(90,108,122);
	background-image: url("http://emilyportman.co.uk/images/transWhiteTile.png");
	background-repeat: repeat;
}

#menu ul {
	float: left;
	list-style: none;
	width: 111px;
	margin: 10px 10px 10px 10px;
	color: white
}

#menu ul li.section-title { color: white}

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

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

#content p { width: 800px; margin-bottom: 9px; 

}

#content a:visited {text-decoration: none; color: rgb(77,91,109);}

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#once { clear: left; }
