/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* @tweaked out by Thomas Bradley
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Georgia, serif;
	font-style: italic;
	background-color: #fff;
	color:#666;
	line-height:15px;
}

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

a:link {  text-decoration: none; color:#8F2121;}
a:active {  text-decoration: none; color:#8F2121;}
a:visited {  text-decoration: none; color:#8F2121;}
a:hover { ;     background-color: #000; color:#fff;}

a img { border: none; }

#menu {
    width: 191px;
    margin: 25px 0px 0px 25px;
    overflow: visible;
    padding:0px 0px 0px 0px;
    position: absolute;
    height: 95%;
    background-color: #fff;
    filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
    line-height:15px;

}

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

}

#menu ul li.section-title { 

	font-size: 13px;
        margin: 10px 0px 0px 0px;
	font-weight:bold;
	font-style: normal;
	color:#fff;
	background-color:#000;
	font-family: arial;
	text-align:left;
	padding-top:3px;
	padding-left:3px;
	padding-bottom:3px;
	letter-spacing:1.5px; 

}

#content {
	width: px;
	height: 100%;
	margin: 0px 0 0 225px;
	padding: 25px 0 0px 15px; 
	background-color: #;

}

.container {
    padding: 0px 0px 0px 0px;
}

#content p { width: 100%; margin-bottom: 0px; }

p {
    margin: 0 0 0px 0;
}

style1 { 	font-size: 11px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	color:#000;
	line-height:15px; 
	padding-bottom:0px; }

style2 { font-size: 15px;
	font-weight:normal;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	color:#000;
	line-height:6px; }

style3 { font-size: 9px;
	font-weight:normal;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	color:#000000;
	line-height:10px;
letter-spacing:1px; }


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

#once { clear: left; }