/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	color:#000000;
font-size:12.5px;
line-height:1.5;
margin-bottom:0;
margin-right:0;
margin-top:0;
padding:0;
text-transform:none;

}

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

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

a:link {  
text-decoration: none;
color:#B2B2B2;
}
a:active { 
text-decoration: none; 
color:#B2B2B2;
}

a:visited { 
text-decoration: none; 
color:#B2B2B2;
}

a:hover { 
text-decoration: none; 
color:#B2B2B2;
}

a img { border: none; }

a.thickbox img {
border:3px solid #FFFFFF;
margin:10px 10px 10px 0;
}

#menu {
background:url("http://www.thatjoefella.co.uk/files/zig.png") no-repeat scroll left bottom;
bottom:0;
height:550px;
left:20px;
margin:30px 40px 50px 80px;
padding-left:5px;
padding-right:5px;
overflow:auto;
position:fixed;
top:0;
width:215px;
}

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

#menu ul li.section-title {
border-top:1px solid #999999;
color:#F6E204;
line-height:20px;
}

#content  {
height:90%;
margin:26px 0 0 370px;
top:0;
}

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

#content p { 
}

#copy {
background-color:#FFFFFF;
width:600px;
}

#copy2 {
width: 280px;
background-color: #ffffff;
}

p {
    margin: 0 0 9px 0;
}

h1 { 
background-color:#FFFFFF;
font-size:25px;
width:600px;
}

h2 { 
background-color:#F6E204;
font-size:14px;
width:-moz-max-content;
}

h3 { 
background-color:#FFFFFF;
font-size:25px;
width:280px;}

h4 { background-color:#f6e204;
font-size:14px;
width:280px;
 }

#img-container {
background-color:#FFFFFF;
margin:47px 0 0;
width:600px;
}


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

#once { clear: left; }