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

body {
	font-size: 11px;
	font-family: Helvetica,Arial,sans-serif;
	background: #DCDCDC;
	font-weight: normal;	
}

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

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

a:active { text-decoration: none;
background: #FFFFF0;
}

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

a:hover { text-decoration: underline; }

a img { border: none; }

#menu {
    width: 230px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background: url(http://shockandgaw.com/files/backmenu.png) repeat scroll 0 0;
	overflow: auto;
	margin: 40px 0 0 40px;
	position: fixed;
	float: left;
	padding: 10px;
}

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

#menu ul li.section-title {
	margin-top: 15px;
}

#menu .active {
	background: #DCDCDC;
}

#content {
    height: 100%;
    top: 0;
    background: url(http://shockandgaw.com/files/backmenu.png) repeat scroll 0 0;
    margin: 40px 40px 0 330px;
    width: 65%;
    float: left;
    clear: right;
    overflow: auto;
    padding: 20px 20px 50px 20px;
}

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

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

p {
    margin: 0 0 9px 0;
}

h1 { 
	font-size: 11px;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: lighter;
}

h2 { font-size: 24px; }

h3 { 
	font-size: 11px;
	margin-bottom: 8px;
	margin-top: 40px;
	background: #DCDCDC;
}
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; }
