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

body {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	background: #fff;
	background-color: white;
}



body.section-1 { }
body.section-2 {background-color: white; }
body.section-3 { }

a:link { 
	text-decoration: none; 
	background-color: white;
	color: #00b7f3;
	font-size: 12px;
	}
	
.title { 
		font-size: 40px;
		/*text-decoration: none; 
	background-color: #e4fafc;*/
	background-color: white;
	color: #00b7f3;
	}
	
.tiny { 
		font-size: 9px;
		/*text-decoration: none; 
	background-color: #e4fafc;*/
	background-color: white;
	color: #00b7f3;
	}	
	
.contact { 
			font-size: 15px;
		background-color: #00b7f3;
		color: white;
	}
	
#tiny a { 
		font-size: 9px;
		/*text-decoration: none; 
	background-color: #e4fafc;*/
	background-color: white;
	color: #00b7f3;
	}
	
	
.banner { 
margin-left:50px;
			font-size: 35px;
			/*text-decoration: none; 
		background-color: #e4fafc;*/
		color: #00b7f3;
	}
	
	
a:active { text-decoration: none; }
a:visited { 
	text-decoration: none; 
	background-color: white;
	color: #00b7f3;
	font-size: 12px;
	}
a:hover { 
	background-color: #00b7f3;
	color: white;


	}

a img { border: none; }

#menu {
/*margin-left:50px;*/
padding-left:30px;
margin-top:50px;
width: 240px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
background-image: url("http://www.linahakansson.com/files/ddd_bg.gif");
}

#menu ul {
	list-style: none;
	margin: 0 0 30px 0;
	line-height: 17px;
	
}

#menu ul li.section-title { 
	font-size: 16px;

	color: white;
	background-color: #00b7f3;

	}


#content {
    /*height: 100%;*/
    margin-left: 275px;
    margin-top:50px;
    
}

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

#content p { width: 400px; margin-bottom: 8px; }

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	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
