* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(http://deezee.net/coldwire/img/mountains.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-size: 11px;
	font-family: Arial, 
	Helvetica, sans-serif; 
	color: #333333; 
	background-color: white;
	
}

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

a:link { text-decoration: none; color: #4E97C6; }
a:active { text-decoration: none; color: #4E97C6; }
a:visited { text-decoration: none; color: #4E97C6; }
#menu a:hover { text-decoration:none; color: white; background-color: #4E97C6; }
 a:hover { text-decoration:none; color: white; background-color: #4E97C6; }
 
#menu a {display:block; min-width:100px; }

a img { border: none; }

#menu {
    width: 120px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	padding-left:55px;
	

	

}
.container {
 padding-left:10px;
 }

#menu ul {
	list-style: none;
	margin: 0 0 2px 0;
	padding-top:5px;
	text-align:right;
}

#menu ul li.section-title { padding-top: 1px;
 border-top: 1px solid #333333;
 }

#content {
    height: 100%;
    margin: 0 0 0 195px;
    margin-top: 60px;
}

.container {
    padding: 5px 5px 25px 5px;
    padding-top:20px;
	
	
}

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 10px; color: #4E97C6; }
h2 { font-size: 40px; font-family:arial;font-weight:normal;color:#666;margin-bottom:10px;}
h3 { font-size: 16px; margin-bottom:10px;margin-top:10px;font-family:arial;}
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; }

td
{
padding-right:10px;
}

tr.list:hover
{
background-color:#eee;
}

#content li
{
list-style-type:none;
background-image:url(/arrow.gif);
background-repeat:no-repeat;
background-position:0px 2px;
padding-left:15px;
margin-bottom:3px;
}

pre,blockquote
{

background:#EEEEEE none repeat scroll 0 0;
border-bottom:1px solid #D6D9C6;
border-top:1px solid #D6D9C6;
color:#444444;
display:block;
font-size:12px;
margin:3px 3px 12px;
padding:12px;
width:92%;

}


