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

body {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	background-image: url(http://www.volcanohideaway.co.uk/files/images/cat3kite3.jpg);
	background-repeat: repeat;
}

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

a:link { color: #666; text-decoration: none; background-color: #FFF836; }
a:active { text-decoration: none; background-color: #FFF836; }
a:visited { text-decoration: none; color: #000066; background-color: #FFF836; }
a:hover { text-decoration: line-through; }

a img { border: none; }

#menu {
    width: 265px;
    overflow: auto;
	margin-left: 25px;
	margin-top: 10px;
    top: 0;
    bottom: 400px;
	left: 25;
    position: fixed;
	position: right: 200;
    height: 800px;
	background-color: #FFF836;
	
	border-style: dashed;
	border-width: 1px;
		
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	padding: 0 0 12px 0; 
	border-bottom-color: #999999;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
	width: 200px;
	

	
}

#menu ul li.section-title {
	text-decoration:underline; 
	font-weight: bolder; 
	background-color: #FFF836; 
	width: 85px;
	
	
	
}

#content {
    height: 100%;
    margin: 0 0 0 300px;
	width: 620px;
    top: 0;
	background-color: #FFF836;
	border-style: dashed;
	border-width: 1px;
}

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

#content p { width: 390px;
}

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