@charset "utf-8";
/* CSS Document */

body {
	background-color: #333;
	text-align: center;
}
#wrapper{
	background-color:#FFF;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 15px;
	border:1px solid #000;
	vertical-align: top;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
}

#main {
	float:left;
	text-align: left;
	margin: 10px;
	width:650px;
	background-color:#FFF;
	font-family: Verdana, Geneva, sans-serif;
}

#sidebar {
	float:right;
	text-align: justify;
	width: 210px;
	height: 400px;
	padding: 8px;
	background-color:#CCC;
}

#sidebar a {
	color: #000;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	line-height: 18px;
}

#sidebar a:hover {
	color: #F00;
	text-decoration: none;
}

#header {
	width: 900px;
	height: 100px;
	background-color:#FFF;
	background-image: url(images/cagnoHeader.png);
	border:#F00;
	color:#FFF;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: left;
	text-indent: 10px;
	font-size: 60px;
	vertical-align: top;
}
#menu {
	width: 900px;
	height: 20px;
	background-color:#000;
	color: #fff;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:400;
	text-align:left;
	text-indent: 10px;
	font-size: 12px;
}

#menu a {
	text-decoration: none;
	color: #fff;
	
}

#menu a:hover {
	text-decoration: none;
	color: #CCC;
	
}

#menu a:active {
	text-decoration: none;
	color: #FF0;
	
}

p.clear{
	clear:both;
	height: 0;
	margin:0;
	padding: 0;
}
.image {
	padding: 6px;
	border: 1px solid #000;
	background-color: #FFF;
	margin-bottom: 5px;
}
#wrapper #header #emoticon {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 72px;
	font-weight: normal;
	color: #1804AC;
	float: right;
	padding-right: 10px;
}

.heading {
	font-size: 16px;
	font-weight: bold;
	color: #1804AC;
}
.byline {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000;
}

