
* {
				margin: 0;
				padding: 0;
}

body {
				font-family: Verdana, Geneva, sans-serif;
				background-image:url(/back_lines.png);
				font-size: 11px;
				color: #000;
				background-color: #fff;
				text-align: left;
				letter-spacing: normal;
				word-spacing: normal;
				text-rendering: optimizeSpeed;
				margin-bottom: 50px;
				line-height: 12px;
}

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

a:link {
				font-weight:bold;
				color:#fff;
				background-color:#000;
				text-decoration:none;
				font-size:16px;
				line-height: 15px;

}

a:active {
				text-decoration:none;
				font-weight:bold;
				margin-right: 2px;
				text-decoration: none;
}
 
a:visited {
				font-weight:bold;
				color:#fff;
				background-color:#000;
				text-decoration:none;
				line-height: 12px;
}

a:hover {
				background-image:url(/_bggif.gif);
				color:#fff;
				font-weight:bold;
}

a img { 		
				border: none;
}


#menu {
				background-color: #fff;
				top: 50px;
				left: 5px;
				bottom: 15px;
				letter-spacing: normal;
				word-spacing: normal;
				text-rendering: optimizeSpeed;
    			/*overflow: auto;*/
    			position: fixed;
				text-align: right;
    			width: 120px;
				height: 220px;
				padding-right: 5px;
				/*height: 250px;*/
}

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


#menu ul li.section-title { }

#menu ul li.active {
				font-weight:bold;
				text-decoration:none;
				margin-left:10px;
}

#content {
				height: 100%;
				/*width: 1046px;*/
				padding-top: 50px;
				padding-left: 150px;
				margin: 5;
				float: left;	
}

.container {
				background-color: #fff;
}

#content p { 
				/*width: 1046px;*/ 
				background-color: #fff;
				margin-bottom: 9px;
				padding-left: 0px;
				padding-bottom: 0px;
}

p {
    			margin: 0 0 9px 0;	
}

p a:link {
				text-decoration: none;
}

p a:hover {
				text-decoration:none;
				margin-left: 2px;
}

h1 {
				font-size: 10px;
}
	
h2 {
				font-size: 24px;
}
	
h3 {
				font-size: 16px;
}
	
h4 {
				font-size: 11px;
				color: #999;
				line-height: 12px;

}

container {
				font: #666;
}

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

#once {
				clear: left;
}