/**
* CSS
* 
* @version 1.0
* @author Laurie Filiak
* style name "rampage"
*/
* {
	margin: 0 5 0 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Verdana, sans-serif;
	color: #ffffff;
	background: #25272B;
}

body.section-1 { 

}

body.section-2 {
}

body.section-3 { }

a:link { text-decoration: none; color: #33ccff;  }
a:active { text-decoration: none; color: #ccffff;  }
a:visited { text-decoration: none; color: #ccffff; }
a:hover { text-decoration: underline; }

a img { border: none; }

#menu {
    width: 185px;
    overflow: auto;
    top: 0px;
    bottom: 0px;
    left: 0px;
    position: fixed;
    height: 100%;
    background-color: #25272B;
}

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

#menu ul li.section-title { font-weight:bold

}

#content {
    height: 100%;
    margin: 0px 0px 0px 200px;
    top: 0px;
}

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

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

p {
    color: #e3e3e3;
	font-size: 12px;
	font-family: Arial, sans-serif;
	margin: 5px 0px 0px 0px;
}

h1 { font-size: 14px; }
h2 { font-size: 24px; }
h3 { font-size: 18px; }
h4 { font-size: 12px; }

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

#once { clear: left; }