BODY {
	margin:0px;
	padding:0px;
	background: #f0f0f0;
	color: #999999;
	font-size: 12px;
	font-family: Corbel,Arial,Helvetica,sans-serif;
	}

H1, H2, H3 {
	font-family: Corbel,Arial,Helvetica,sans-serif;
	font-weight:normal;
	color: #777777;
	margin: 5px 0px;
	}

H1 {
	font-size: 60px;
	line-height: 60px;
	}

H2 {
	font-size: 36px;
	line-height: 36px;
	}	
	
A:link, A:visited {
	font-family: Corbel,Arial,Helvetica,sans-serif;
	background: #f0f0f0;
	color: #ff0019;
	text-decoration: none;
	}

A:hover {
	background: #f0f0f0;
	color: #aa0000;
	text-decoration: none;
	}

A:active {
	background: #f0f0f0;
	color: #ff6600;
	text-decoration: none
	}

.Header {
	margin:45px 45px 0px 45px;
	padding:10px;
	height:100px;
	border:1px dotted #cccccc;
	}
	
.Menu {
	position:absolute;
	top:182px;
	left:45px;
	width:175px;
	padding:10px;
	line-height:20px;
	}
	
.Content {
	margin:15px 45px 45px 255px;
	padding:10px;
	color: #999999;
	font-size: 12px;
	font-family: Corbel,Arial,Helvetica,sans-serif;
	border:1px dotted #cccccc;
	line-height: 20px;
	}

.tagline {
	font-size: 18px;
	line-height: 18px;
	}

.foto {
	border: 1px solid #cccccc;
	padding: 5px;
	margin: 5px;
}

.icon {
	border-width: 0px;
}

input,textarea {
	background: #f0f0f0;
	color: #999999;
	font-size: 12px;
	font-family: Corbel,Arial,Helvetica,sans-serif;
	border: 1px dotted #999999;
}

input:focus,textarea:focus {
	border: 1px dotted #ff0000;
}

