﻿* {
	margin:0;
	padding:0;
}
body  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background: #6E6E6E;
	//background-image:url(images/Albero.jpeg);
	color: #cecece;
}
a {
	color:#00c3e4;
	text-decoration:underline;
}
a:hover {
	color:#00c3e4;
	text-decoration:none;
}
img {
	border:0;
}
h1 {
	color:#00c3e4;
	font-size:24px;
	font-weight:bold;
	padding:0 0 20px 0;
}
#container { 
	width: 980px;  
	margin: 0 auto;
}
#header {
	background:url(images/headerBackground.jpg) no-repeat left top;
	width:980px;
	height:300px; 
}
#header ul {
	padding:300px 0 0 0;
	text-align:center;
}
#header li {
	list-style:none;
	display:inline;
	padding: 0 20px;
} 
#header li a {
	text-decoration:none;
	color:#0d0d0d;
	font-size:24px;
	font-weight:bold;
}
#header li a:hover {
	text-decoration:none;
	color:#ffffff;
	font-size:24px;
	font-weight:bold;
}
#header #active a {
	text-decoration:none;
	color:#ffffff;
	font-size:24px;
	font-weight:bold;
}
.box {
	float:left;
	width:300px;
	padding:10px;
	margin:10px 3px;
	background:#0d0d0d;
}
.box1Title {
	color:#00c3e4;
	font-size:24px;
}
.box2Title {
	color:#a9e400;
	font-size:24px;
}
.box3Title {
	color:#ffc60f;
	font-size:24px;
}
.box4Title {
	color:#FF730F;
	font-size:24px;
}
.box5Title {
	color:#FF3B0F;
	font-size:24px;
}
.box6Title {
	color:#FFFFFF;
	font-size:24px;
}
.boxButton {
	float:right;
}
#mainContent {
	background:#0d0d0d;
	padding:20px 40px;
}
.picRight {
	float:right;
	padding:0 0 15px 20px;
} 
#footer {
	background:#0d0d0d;
	color:#535353;
	padding:15px 0; 
}
#footer p {
	text-align:center;
} 
#footer a {
	color:#00c3e4;
	text-decoration:underline;
}
#footer a:hover {
	color:#00c3e4;
	text-decoration:none;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}