
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	color: #ffffff;
	background:url(http://soda-water.org/ndxz-studio/site/soda/top.jpg) no-repeat;
	background-color:#ffffff;
}

body#section_id_1 { background-color: yellow; }
body#section_id_2 { background-color: red; }
body#section_id_3 { background-color: blue; }
body#section_id_39 { background-color: blue; }


#menu {
	opacity:1;
	float:left; 
	width:180px;
    overflow: auto;
    top: 30px;
	height:auto;
	left: 28px;
	padding-right: 8px;
	padding-top:12px;
	position:fixed;
	background-color:#FFFF33;
	text-align:right;
	z-index: 9999;
}

/* The following sets the style for the section heading */

#menu ul { list-style: none; margin: 0 0 10px; }
	
#menu ul li a { color:#333333;text-decoration: none; }
#menu li.link { text-decoration: none; background:#FFFF33; }
#menu li.active { text-decoration:line-through; background:#FFFF33;}
#menu li.visited { text-decoration: none; background:#FFFFFF; }
#menu ul li a:hover { text-decoration: none; background:#FFFFFF }

a img { border: none; background:transparent; }

#menu ul li.section-title { 
	color:#000000;
	font-size: 13px;
	font-family:Georgia, Times, serif;
	font-style:italic;
	font-weight:none;
	text-decoration:none;
	border-bottom: 0.5pt dotted;
	margin: 0 0 4px;

	}
	
#menu ul li.section-title a:link { color; font-weight: bold; font-size: 11px; }
#menu ul li.section-title a:active { font-weight: bold; font-size: 11px; }
#menu ul li.section-title a:visited { font-weight: bold; font-size: 11px; }
#menu ul li.section-title a:hover { font-weight: bold; font-size: 11px; background:#FFFFFF}

div1 { background-color: #3cccaa; margin: 0px 300px auto 235px; }


/* CONTENT AREA */

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

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

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px;;}
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; }

	/* colors for all links */
	a:link { 
	text-decoration: none;
	color: #000000;
	background: #FFFF33;
	}
	
	a:active { 
	text-decoration: none;
	}
	
	a:visited { 
	text-decoration: none;
	color: #000000;
	background: #FFFF33;
	}
	
	a:hover { 
 	text-decoration: underline;
	color: #390660;
	}

	a img { 
	border: none; 
	}