body
{
	text-align:center;
	background-color: #666666;
	font: 12px "Century Gothic", "Trebuchet MS", Verdana, sans-serif;
	color: #666666;
}

quote
{
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	font-style: italic;
}

#wrap
{
	width:504px;
	margin: 0 auto;
	background-color: #eeeeee;
	border: 4px #ffcc33 solid;
}

#header
{
	text-align:left;
	margin:0 auto;
	width:487px;
}

#header h1
{
	margin: 10px 0 0 0;
	font-size: 30px;
	font-weight: lighter;
	color: #ffcc33;
}

#header a
{
	text-decoration: none;
}

.h1_color
{
	color: #666666;
}

/*--- inizio nav ---*/
#nav
{
	width: 487px;
	height: 140px;
	background-image: url(../images/header3.jpg);
	background-repeat: no-repeat;
	text-align: right;
	margin: 0 auto;
	/*display: table;*/
}

#nav .nav_item
{
	margin:	10px 10px 0 0;
}

#nav ul
{
	list-style-type:none;
	padding: 0;
	margin: 0;
}

#nav a
{
	text-decoration:none;
	color: #666666;
}

#nav a:hover
{
	border-right: 2px #666666 solid;
	/*color: #498196;*/
	padding-right: 10px;
}

#nav h3
{
	font-size: 14px;
	padding: 0;
	margin: 0 0 8px 0;
	color: #666666;
	text-decoration: underline;
	font-weight: lighter;
}
/*--- fine nav ---*/

/*--- inizio nav2 ---*/
#nav2
{
	width: 487px;
	height: 215px;
	background-image: url(../images/header3.jpg);
	background-repeat: no-repeat;
	text-align: right;
	margin: 0 auto;
	/*display: table;*/
}

#nav2_wrap
{
	width: 120px;
	float: right;
	}

#nav2 .nav_item
{
	width: 120px;
	margin:	10px 10px 0 0;
	padding: 10px 10px 10px 10px;
	border: 1px solid #666666;
	float: right;
	background-color: #ffcc33;
}

#nav2 ul
{
	list-style-type:none;
	padding: 0;
	margin: 0;
}

#nav2 a
{
	display: block;
	width: 112px;
	padding: 0 4px 0 0;
	border-left: 4px #ffcc33 solid;
	border-right: 4px #ffcc33 solid;
	text-decoration:none;
	color: #666666;
}

#nav2 a:hover
{
	display: block;
	width: 112px;
	padding: 0 4px 0 0;
	border-left: 4px #666666 solid;
	border-right: 4px #666666 solid;
	/*color: #498196;*/
	/*padding-right: 10px;*/
}

#nav2 h3
{
	padding: 0 4px 0 0;
	margin: 0 0 8px 0;
	color: #666666;
	font-size: 14px;
	text-decoration: underline;
	/*font-weight: lighter;*/
}

#nav2 img
{
	width: 32px;
	margin: 0 0 0 4px;
	padding: 0 0 0 4px;
	border: none;
}
/*--- fine nav2 ---*/

/*--- inizio title ---*/
#title
{
	text-align: left;
	width: 487px;
	margin: 0 auto;
}

#title h2
{
	font-size: 24px;
	color: #666666;
	font-weight: lighter;
	margin: 0;
}

#title h3
{
	font-size: 18px;
	color: #666666;
	font-weight: lighter;
	margin: 0;
}
/*--- inizio title ---*/

/*--- inizio content ---*/
#content
{
	text-align: left;
	width: 487px;
	margin: 0 auto;
}

#content h2
{
	font-size: 24px;
	color: #666666;
	font-weight: lighter;
	margin: 0;
}

#content h3
{
	font-size: 18px;
	color: #666666;
	font-weight: lighter;
	margin: 0;
}

#content h4
{
	font-size: 12px;
	color: #666666;
	font-weight: lighter;
	margin: 0;
}

#content a
{
	display: block;
	/*width: 112px;*/
	/*padding: 0 4px 0 0;*/
	/*border-left: 4px #ffcc33 solid;*/
	/*border-right: 4px #ffcc33 solid;*/
	text-decoration: none;
	color: #666666;
}

#content a:hover
{
	display: block;
	/*width: 112px;*/
	/*padding: 0 4px 0 0;*/
	/*border-left: 4px #666666 solid;*/
	/*border-right: 4px #666666 solid;*/
	text-decoration: underline;
	color: #666666;
}
/*--- fine content ---*/

/*--- inizio content_wrap ---*/
#content_wrap
{
	text-align: left;
	width: 487px;
	height: 240px;
	margin: 0 auto;
	overflow: auto;
}

#content_wrap h2
{
	font-size: 24px;
	color: #666666;
	font-weight: lighter;
	margin: 0;
}

#content_wrap h3
{
	font-size: 18px;
	color: #666666;
	font-weight: lighter;
	margin: 0;
}

#content_wrap a
{
	display: block;
	width: 90%;
	/*padding: 0 4px 0 0;*/
	/*border-left: 4px #ffcc33 solid;*/
	/*border-right: 4px #ffcc33 solid;*/
	text-decoration:none;
	color: #666666;
}

#content_wrap a:hover
{
	display: block;
	width: 90%;
	/*padding: 0 4px 0 0;*/
	/*border-left: 4px #666666 solid;*/
	/*border-right: 4px #666666 solid;*/
	text-decoration: underline;
	color: #666666;
}
/*--- fine content_wrap ---*/

div.float
{
	float: left;
	width: 60px;
	height: 150px;
	padding-top: 0px;
	padding-right: 17px;
	padding-bottom: 0px;
	padding-left: 17px;

}

#footer
{
	color: #ffffff;
}

#footer a
{
	color: #ffffff;
	text-decoration: none;
}