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


body {
	background: #ffffff;
	background-image: url(img/bg3.jpg);
	background-repeat: no-repeat;
	overflow: auto;
	height: 100%;
	min-height: 100%;
	padding: 0px;
	margin: 0px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
}


title {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: black;
	text-decoration: none;
}

p { 
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: black;
	text-decoration: none;
	width: 600px;
}

caption {
	margin-top:18px;
}

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

a:link { 
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: blue;
	text-decoration: none;
}

a:active { text-decoration: none; }
a:visited { text-decoration: none; font-family: Arial; font-size: 12px; line-height: 18px; color: blue; }
a:hover { text-decoration: underline; }

a img { border: none; }



#menu {
	width: 301px;
	height: auto;
	margin-left: 40px;
	margin-top: 0px;
	position: fixed;
	background-image: url('http://www.martinnicolausson.com/img/dots.png');
	float:left;
	filter: alpha(opacity=95);
  	-moz-opacity: 0.95;
  	opacity: 0.95;
}

#menucontents {
	width: 241px;
	padding: 0px;
	height: 100%;
	margin-left: 39px;
	margin-top: 36px;
	float: left;
	margin-bottom: 34px;
}

#menucontents a:hover { 
	text-decoration: none;
	padding-bottom: 4px;
	white-space: nowrap;
}

#logo {
	float: left;
	padding: 0px;
	margin-top: 36px;
	margin-left: 39px;
}

#menu ul {
	list-style: none;
	margin: 0 0 18px 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: black;
	text-decoration: none;
}

#menu ul a {
	list-style: none;
	margin: 0 0 20px 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: black;
	text-decoration: none;
}

#menu ul a:active { text-decoration: underline; }
#menu ul a:visited { text-decoration: none; color: black; }
#menu ul a:hover { text-decoration: none; }

#menu ul li.section-title { }

#content {
   	background: transparent;
    margin: 0 0 0 383px;
    margin-top: 36px;
    float:left;
}

.container {
	height: 100%;
}

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; }

