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

body {
	font-size: 11px;
	font-family: Verdana;
	background-color: white;
	margin-top: 200px;
	background-image: url("http://www.reccomunidad.com/expo/ndxz-studio/site/sample/pattern2.png");
	background-repeat: repeat;
	
}

section-title {
	color: white;	
}

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

a:link { text-decoration: none; color: red ;}
a:active { text-decoration: none;}
a:visited { text-decoration:none; color: rgb(100,100,100);}
a:hover { text-decoration: none; background-color:blue;}
a img { border: none; }

#menu {
    
	overflow-y:hidden;
	scrollbar:none;
	scrollbar:no;
	width: 255px;
	padding-right: 5px;
	bottom: 0;
	top: 0px;
	left: 60px;
    position: fixed;
    height: 100%;
	background-color:white;
	
}

#menu ul {
	
	list-style: none;
	margin: 20px 30px 0px 0px;
	text-decoration:none;
	
}


#menu ul li.section-title { 

	margin: 0px 0cm 0px 0px;
	line-height: 6pt;
	border-bottom-color: rgb(200,200,200);
	border-bottom-style: dotted;
	text-decoration:none;
	border-bottom-width: 2px;
	color: rgb(30,30,30);
	font-size: 18px;
	}

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

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

#content p { width: 600px; margin-bottom: 5px;
	 		background-color:white;
			bottom:150px;
			font-size: 13px;}
			
#show_desc {}

#description {
			}			

p {
    margin: 0 0 9px 0;

}

rd { }

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; text-align:left;}


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

#once { clear: left; }