* {
	padding:0;
	margin:0;
}

body {
}

#label {
	position:absolute;
	width:118px;
	height:100px;
	background:#fff url(../images/label.jpg) no-repeat;
	background-color:#00FF00;
	padding-left: 0;
	margin-left: 0;
}

#content {
	font-family:"Verdana", "Arial", "sans-serif";
	font-size:12px;
	color:#000;
	width:1000px;
	margin-left:20px;
	text-align:left;
}

a:link {color: #308cc8; text-decoration: none;}
a:active {color: #308cc8; text-decoration: none; }
a:visited {color: #308cc8; text-decoration: none; }
a:hover {color: #308cc8; text-decoration: none; }

#spacer {
	padding-top:44px;
	width:531px;
	height:34px;
}

#menu {
	width:523px;
	height:28px;
	background:#fff url(../images/menu.jpg) no-repeat;
	position:absolute;
	margin-top:10px;
}


#menu ul {
	border: 0;
	list-style-type: none;
	text-align: center;
	clear: left;
}

#menu ul li {
	display: block;
	float: left;
	text-align: center;
}

#menu ul li a span {
	display:none;
}


#menu ul li a.home {
	width:80px;
	height:28px;
	display: block;
		
}

#menu ul li a.aboutme {
	width:140px;
	height:28px;
	display: block;
		
}

#menu ul li a.media {
	width:95px;
	height:28px;
	display: block;
		
}

#menu ul li a.portfolio {
	width:110px;
	height:28px;
	display: block;
		
}

#menu ul li a.contact {
	width:80px;
	height:28px;
	display: block;
		
}

/* -- Hovers -- */

#menu ul li a.home:hover {
	background: url(../images/menu.jpg) 0px -41px;
}

#menu ul li a.aboutme:hover {
	background: url(../images/menu.jpg) -80px -41px;
}

#menu ul li a.media:hover {
	background: url(../images/menu.jpg) -220px -41px;
}	
		
#menu ul li a.portfolio:hover {
	background: url(../images/menu.jpg) -315px -41px;
}	

#menu ul li a.contact:hover {
	background: url(../images/menu.jpg) -425px -41px;
}		

ul, li, h4, h3, h2, h1, p{
	list-style:none;
}

#screen {
	position:relative;
}

#sections {
	overflow:hidden;
	width:548px;
	clear:left;
}
	
#sections ul {
	width:3660px;
	padding-top:10px;
}
	
#sections li {
	float:left;
	padding:0px 2px;
}

.page {
	width:545px;
}

#sections a {
	color:#308cc8;
	font-weight:bolder;
	text-decoration:none;
}

#illustration {
	position:absolute;
	padding-left:450px;
};

#copyright {
	padding-left:830px;
}

#date {
	font-size:18px;
}

#contact {
	padding-left:95px;
}

#form_small {
	padding-left:380px;
}

#form_big {
	padding-left:100px;
}

#news {
	float:left;
	width:650px;
}

#porto {
	float:left;
}

#footer {
	font-family:"Verdana", "Helvetica", "Lucida Grande";
	font-size:12px;
	color:#000;
	width:1000px;
	margin:0px auto;
	text-align:left;
	padding-top:20px;
}
