*{
	margin: 0;
	padding: 0;
	border: 0;
}
body{
	font: normal 12px/19px arial, tahoma, verdana, sans-serif;
	background: #043543 url(images/vongola_bg.jpg);
	color: #153249;
}
#container{
	width: 780px;
	margin: 20px auto;
	overflow: hidden;
	background: #e6e6df url(images/vongola_cbg.jpg);
	border-top: 3px solid #000;
	border-bottom: 5px solid #000;
}
#banner{
	width: 100%;
	height: 280px;
	margin: 0 0 10px 0;
}
#navigation{
	float: left;
	width: 180px;
	padding: 10px 0 20px 10px;
}
#content{
	float: right;
	width: 560px;
	padding: 0 10px 20px 0;
}

/* ---- CONTENT STYLES ---- */
a{
	text-decoration: none;
	color: #c23900;
}
a:hover{
	color: #267b8d;
}
h1{
	margin: 15px 0 0 0;
	text-transform: uppercase;
	color: #f84e02;
	letter-spacing: 1px;
	font: bold 24px/30px 'arial narrow', sans-serif;
}
h2{
	margin: 5px 0 0 15px;
	text-transform: uppercase;
	color: #36638c;
	font: bold 21px/23px 'arial narrow', sans-serif;
}
p{
	margin: 5px 0 15px 0;
	text-indent: 17px;
}
.h1subar{
	color: #ce9c06;
	font: normal 10px/15px arial, tahoma, verdana, sans-serif;
	text-transform: uppercase;
	text-align: right;
	letter-spacing: 3px;
	display: block;
	margin: -10px 15px 0 0; 
}
.date{
	display: block;
	color: #ce9c06;
	font: normal 10px/15px arial, tahoma, verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin: -5px 0 0 20px; 
}
strong{
	color: #705306;
}
b{
	color: #994e2f;
}
i, em{
	color: #333;
}
blockquote{
	background: #d8dee4 url(images/vongola_quote.jpg) bottom right no-repeat;
	width: 450px;
	padding: 5px;
	margin: 5px auto 20px auto;
	border-top: 2px solid #1c1103;
	border-bottom: 4px solid #1c1103;
}
blockquote p{
	text-indent: 0;
}



/* ---- NAVIGATION STYLES ---- */
#navigation p{
	font: normal 11px/15px arial, tahoma, verdana, sans-serif;
	text-align: justify;
}
#navigation h2{
	margin: 10px 0 0 0;
	color: #ca7a1c;
	text-transform: uppercase;
	font: bold 21px/24px 'arial narrow', sans-serif;
}
#navigation ul{
	list-style-type: none;
	width: 180px;
	margin: 0 0 25px 0;
	border-top: 1px solid #494f53;
	border-bottom: 3px solid #494f53;
	background: #d1d9de;
}
#navigation ul li{
	padding: 0 0 1px 0;
}
#navigation ul li a{
	display: block;
	padding: 2px 0 2px 10px;
	background: #d1d9de;
	color: #682c04;
}
#navigation ul li a:hover{
	background: #ded0c7;
	color: #02304b;
}
