/**
* CSS
*/
* {
	margin: 0;
	padding: 0;
	margin-top:2px;
}

body {
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	letter-spacing:1px;
	background: #fff;
}

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

a:link { 
	color: #000000;
	text-decoration: none; 
	font-family:"Courier New", Courier, monospace;
	font-size: 11px;
	font-weight:600;
	}
	
	
a:active {
color: #000000;
	text-decoration: none; 
	 }
	 
a:visited { 
	color: #000000;
	text-decoration: none; 
	font-family:"Courier New", Courier, monospace; 
	font-size: 11px;
	font-weight:600;
	}
	
a:hover {
	/*	background-color:#EC008C;*/
	color:#EC008C;/*rose*/
	 }

a img { border: none;/*rose*/ }

#menu {
	height:auto;
    width: 240px;
    overflow: auto;
	margin-left:30px;
	margin-top:30px;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
	background-color:#DCDDDE;
	/*border: #b30000 dashed 1px;*/
}

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

#menu ul li.section-title {
	color: #000000;
	font-size: 16px;
	font-weight:700;
	font-family:"Courier New", Courier, monospace;
	text-decoration:underline;
	letter-spacing:1px;
	/*border:#b30000 solid 1px;*/
	margin-right:15px; 
	}

#content {
width:600px;
    height: 100%;
    margin: 25px 0 0 300px;
    top: 0;
}

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

#content p { width: 500px; margin-bottom: 14px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-family:"Courier New", Courier, monospace; color:#EC008C; font-size: 17px; text-transform:uppercase; border-bottom:#EC008C solid 1px; border-top:#EC008C solid 1px; letter-spacing:1px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
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; }