/**
* 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: Verdana, sans-serif;
	background: #fff;
	margin: 0;
	padding: 75px 0 75px 0;
}

* html body {
	overflow: hidden;
} 

* html div#content {
	height: 100%;
	overflow: auto;
}

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: transparent;
	width: 100%;
}

#footer {
	background: transparent;
	z-index: 888;
}

div#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 75px;
}

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



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

#content {
    height: 100%;
	z-index: 3;
}

.container {
    padding: 25px;
    clear: both;
}

#content .container { width: 800px; padding: 12px 25px;}
#content p { width: 180px; margin-bottom: 9px; float: left;}

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

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 0 0 0; padding: 0; float: right;}
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

.uni-index { width: 180px; margin-left: -200px; position: fixed;}