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





body {
	text-shadow: 0px 0px 0px white;
	word-spacing: normal;
	word-wrap: break-word;
	letter-spacing: 0px;
	text-align: left;
	color: #fffcfc;
	font-family: Courier, monospace;
	font-size: 12px;
	line-height: 16px;
	background: #ffffff;
	border-style: none;
	border-color: silver;

}

body.section-1 { 
	color: transparent;
	background: transparent;
	background: transparent; background: #ffffff;
}



a:link { font-style: normal; font-weight: normal; color: #5a4718;
	text-decoration: none;
}
a:active { color: #f3f4e7; text-decoration: none; }
a:visited { color: #7f7f7f; text-decoration: none;
}


a img {
	
	background-color: transparent;
}

#menu ul
	a:hover { color: #dc7629; text-decoration: none; }

#menu {
    width: 245px;
    overflow: hidden;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
	font-size: 14px;
	line-height: 30px;
text-align: left;
    height: 100%;
text-decoration: none;
	background-color: white;
	color: #ffffff;
	background: transparent;
	margin-bottom: 10px;
	margin-right: 10px;
	text-decoration: none;
	background: #ffffff;
}

#menu ul {
	list-style: none;
text-decoration: none;
text-align: left;
	margin: 0 10px 10px 0x;
	border: none;
	list-style-type: none;
	opacity: 1;
	overflow: hidden;
	background: #ffffff none repeat scroll;
	padding: 3px;
}

#menu ul li.section-title {
	overflow: hidden;
}

#content {
    height: 100%;
    margin: 0 0 0 245px;
    top: 0;
	padding: 0;
}

.container {
	margin-top: 30px;
	margin-left: 20px;
	color: #333;
}

.section-title {
font-size: 18px;
color: #dc7629;
}

.section-title a:hover {
color: #dc7629;
}

.section-title a:active { color: #dc7629; text-decoration: none; }
.section-title a:visited { color: #dc7629; text-decoration: none;
}

#content a:hover {
	font-style: normal; font-weight: normal; color: #dc7629;
	text-decoration: none;
}

#content a {
	font-style: normal; font-weight: normal; color: #dc7629;
	text-decoration: none;
}

	

#content p { width: 500px; margin-bottom: 9px;
	opacity: 1;
	background: #fff url(bg2.gif) repeat scroll;
	border: none;
	padding: 5px;
	margin-top: 15px;
}

p {
    margin: 
	color: #000;
	text-shadow: white 0 0 3px;
	background: #f9f9f9 none repeat;
	padding: 0px;
}

h1 { font-size: 32px;
	background-color: #fff;
}
h2 { font-size: 24px;
	background-color: #fff;
}
h3 { font-size: 16px;
	background-color: #fff;
}
h4 { font-size: 12px;
	background-color: #fff;
}


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

#img-container {
text-decoration: none;
  }





#once { clear: left; }
