/* 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:#FFFFFF;
margin-top: 3px;
margin-bottom:5px;
margin-right:15px;
margin-left:15px;
padding:0;
font-family: Helvetica;
color:#333333;
}
#header{
float:left;
width:95%;
text-align:left;
margin-top:0px;
margin-bottom:12px;
margin-right:0px;
margin-left:0px;
padding:0;
height:15px;
font-size:12px;
max-height:30px;
}
#wrap{
	margin-top:20px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:0px;
	float:left;
	text-align:center;
	vertical-align:middle;
	width:95%;
	max-height:1000px;
	font-size:16px;
	height: 550px;
}
#footer{
float:left;
text-align:right;
width:95%;
font-size:12px;
margin-top: 0px;
margin-bottom:0px;
margin-right:0px;
margin-left:0px;
}
a{
text-decoration:none;
color:#CC3300;
}
a:link {
	color:#CC3300;
}
a:visited {
	color:#CC3300;
}
a:hover {
	color:#990000;
}
a:active {
	color:#CC3300;
}
h1 {
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
}
h2 {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}
h3 {
	font-size: 36px;
	font-style: normal;
	font-weight: normal;
}
h4 {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
}
h5 {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

