/*YAHOO! RESET*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
} 
table { 
	border-collapse:collapse; 
	border-spacing:0; 
} 
fieldset,img {  
	border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
	font-style:normal; 
	font-weight:normal; 
} 
ol,ul { 
	list-style:none; 
} 
caption,th { 
	text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
} 
q:before,q:after { 
	content:''; 
} 
abbr,acronym {
	border:0; 
}
/*---------- END RESET ----------*/

/*main*/
#wrapper {
	height: auto;
	width: 80em;
}
#content {
	heigh: auto;
	width: 60em;
	position: relative;
	margin-top: 0px;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 230px;
	top: 130px;
}
#menu {
	heigt: auto;
	width:200px;
	position:fixed;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 1.2em;
	font-weight: normal;
	text-align: left;
	padding-left: 10px;
	padding-top: 0px;
	top: 130px;
	left: 0px;
}
#header {
	margin-top: 1em;
	margin-bottom: 1em;
	width: 80em;
	padding-top: 0em;
	padding-left: 10px;
	height: 100px;
	position: fixed;
}
.menuitems {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
	width: 200px;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
}
/*---- end main ---*/
/*headings*/
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3em;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.5em;
	font-style: oblique;
	color: #999;
	text-align: left;
	display: inline;
	margin-left: 0px;
	text-transform: none;
}

/*img styles*/
.image-left {
	float: left;
}

/*generic*/
.left {
	float:left;
}
.right {
	float:right;
}
.paddingtop {
	padding-top: 2em;
}
.paddingbottom {
	padding-bottom: 2em;
}
.paddintleft {
	padding-left: 1em;
}
.marginleft {
	margin-left: 1em;
}
.marginbottom {
	margin-bottom: 1em;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-style: italic;
	color: #666;
	margin-bottom: 1em;
}
a:link {color: #000}
a:visited {color: #000}
a:hover {background: #09F; color: #FFF}
/*----end generic----*/
/*type*/
p.contenttype {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-style: italic;
	line-height: 1em;
}
/*copyright matthew neto*/
.copyright {
	position: fixed;
	z-index: 1000;
	width: 100%;
	left: 0;
	bottom: 0;
	background-color: #E0E0E2;
}
.copyright p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #666;
	padding-top: 5px;
	padding-bottom: 1px;
	padding-left: 220px;
	font-style: normal;
}
