/* LectureTemplate5.0 - an open source xhtml/css lecture website layout by Claudia Vieira  - http://www.futurepresent.org . Free to use for any purpose as long as the proper credits are given to the original author.

Version: 5.0 (October, 2006)

Screen layout: */

body{
background-color:#333333;
margin-top: 5px;
margin-bottom:5px;
margin-right:5px;
margin-left:5px;
padding:0;
font-family: helvetica;
color:#cccccc;
}
#header{
float:left;
width:100%;
text-align:left;
margin:0 0 0 0;
padding:0;
height:15px;
font-size:12px;
}
#wrap{
	background-color:#3F3F3F;
	margin-top: 5px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:0px;
	float:left;
	text-align:center;
	vertical-align:middle;
	width:95%;
	max-height:2000px;
	font-size:18px;
	min-height: 540px;
}
#footer{
float:left;
text-align:right;
width:95%;
font-size:12px;
margin-top: 5px;
margin-bottom:0px;
margin-right:0px;
margin-left:0px;
}
a{
text-decoration:none;
color:#FF6600;
}
a:link {
	color:#FF6600;
}
a:visited {
	color:#FF6600;;
}
a:hover {
	color:#CC3300;
}
a:active {
	color:#FF6600;
}
h1 {
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
}
h2 {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}
h3 {
	font-size: 30px;
	font-style: normal;
	font-weight: normal;
}
h4 {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
}
h5 {
	font-size: 25px;
	font-style: normal;
	font-weight: normal;
}
h6 {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}
