/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author http://limpid.nl/lab/css/fixed/header-and-footer
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Monaco, "Andale mono", "Lucida Console", monospace;
	line-height:140%;
	background: #fff;
	height:100%;
	
	
	
	
}

*html body {
	overflow: hidden;
	height:100%;
} 


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

a:link { text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: underline; }

a img { border: none; }



#header {   
	background: #fff;
	width: 100%;

}

#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: #fff; 
	z-index: 888;
	

}

div#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 20px;
	z-index:999;
}

div#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	
}

@media screen {
	body>div#header {
		position: fixed;
	}
	body>div#footer {
		position: fixed;
	}
}

#content {
position:absolute;
top:20px;
width:100%;
min-height:96%;
height:96%;
margin:auto;
	z-index: 3;
	
}

#rite{
position:absolute;
top:0px;
height:100%;
margin:0;
padding:0;
z-index:0;
width:100%;
}


.container {
padding: 5px 0px;

}




#content p { width: 400px; margin-bottom: 9px; text-align:left; margin-left:100px; font-size:1.2em; color:1f1f1f;}

#header .container,
#footer .container { padding: 4px 0 0 25px;}

p {
    margin: 0 0 9px 0px;
}

h1 { font-size: 32px; line-height:150%;}
h2 { font-size: 24px; line-height:150%;}
h3 { font-size: 16px; line-height:150%;}
h4 { font-size: 12px; line-height:150%;}

#img-container	{ margin: auto; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 5px 0; }

#once { clear: left; }



.uni-index { width: 200px;
             font-size:11px; 
			 font-family: Monaco, "Andale mono", "Lucida Console", monospace;
			 }
			 
