
/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: arial, sans-serif;
	background-color:#333333;
	z-index:-1;
}

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


#menu {
	opacity:1;
	float:left; 
	width:180px;
    overflow: auto;
    top: 0px;
	height:auto;
	left: 42px;
	padding-right: 8px;
	padding-top:4px;
	background:transparent;
	z-index: 3;
}

#title {
	opacity:1;
	width:auto;
    top: 20px;
	left: 20px;
	position:absolute;
	text-align:right;
	z-index: 2;
}

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

#menu ul { 
list-style: none; 
font-size:11px;
font-family:arial;
color:#FFFF00;
margin: 0 0 8px; 
}
	
#menu ul li a { color:#FFea00;font-weight:lighter;text-decoration: none; }
#menu li.link { text-decoration: none; }
#menu li.active { text-decoration:line-through; color:#FFea00;background:none;}
#menu li.visited { text-decoration:line-through; background:#FFFFFF; }
#menu ul li a:hover { color:#FFea00;text-decoration: none; background:#333333; }

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

#menu ul li.section-title { 
	color:#FFea00;
	font-size: 18px;
	font-family:arial;
	font-style:;
	font-weight:bold;
	text-decoration:none;
	margin: 0 0 1px;
	text-decoration:line-through 4px:

	}
	
#menu ul li.section-title a:link { color:#FFFF00; 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 { 	background-color: transparent; 
			background-repeat: repeat; 
			background-attachment: scroll; 
			min-width: 700px; 
			max-width: 700px;
			top: -20px;
			left: -178px;
			z-index:1;
			cursor:move;
			}
	

.container { 	font-size: xx-small; 
				font-family: verdana;
				color:#000000; 
				padding: 5px 5px 28.94px 5px;
				padding-left:10px;
				text-align:left;
				}
							

#content p { position: static; top: 0; left: 0; bottom: 0; width: 180px; height: auto; margin-bottom: 9px;
 }
#content a:link { text-decoration:none; color:#666666;
 }
.hl 	{ 	background:#FFea00;
}


.blink 	{ 
			text-decoration:blink;
}

/* SLIDE SHOW - Navigation */

p.nav a {	color:#FFFFFF;
			text-decoration: none;
			background-color:transparent;
			font-size: 10px;
	}
	
	p.nav a:hover {
		background-color:  #C6FDD6;
	}
	
	p.nav span#num {
		font-style: normal;
		padding-left: 20px;
	}

p2 { 		font-family: verdana;
			font-size:xx-small;
			color:#000000;
			text-decoration: none;
			background-color:transparent;
			margin: 0 0 0px;
			 }


/* HEADINGS */
	
	/*
	when typing your text/descriptions follow this format to use these heading types
	
	<h1>This is the text i want to be a heading which</h1>
	
	start with h1 as your largest most important heading. you may not need all 4 but they are here if you do.
	*/

h1 {	font-size: 12px; 
		font-family: verdana;
		font-style:normal;
		color:#000000;
		text-transform:none;
		background-color:#FFea00;
		}
	
h2 { 	font-size: 12px; }

h3 {	font-size: 40px; 
		font-family: georgia;
		font-style:italic;
		color:#000000;
		text-decoration:none;
		text-align:right;
		text-transform:reflect;
		}
		
h4 {color:#FFea00;
	font-size: 11px;
	font-family:arial;
	font-style:;
	font-weight:bold;
	margin: 0 0 1px;
	text-decoration:blink;
	}


/* IMAGES */

#img-container	{ margin: 0; background:transparent;
}
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; background:transparent;
}
#img-container span.backgrounded a,
#img-container a.thickbox,
#img-container a.thumb-img,
#img-container #d-col1 a { background: transparent; }

#once { clear: left; }