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

body	{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:100%;
	background:#000;
	margin:0;
	padding:0;
	}
	
*	{
	margin:0;
	padding:0;
	}
h1.bio {
	font-size:1.2em;
	color:#999;
	text-align:center;
	font-weight:normal;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	padding:10px 0;
	margin:10px 20px 20px;
}
h2.contact {
	font-size:1.2em;
	color:#999;
	text-align:center;
	font-weight:normal;
	padding:10px 0;
}
ul.contact {
	margin-left:250px;
	padding:15px 0;
}
ul.contact li {
	list-style-type:none;	
}
ul.contact li a {
	text-decoration:underline;
	padding-left:20px;
}
ul.contact li a:hover {
	color:#a58feb;
}
.site p	{
	font-size:.93em;
	color:#ccc;
	padding:0 30px 10px 30px;
	text-align:justify;
	}

.site ul	{
	margin:20px 40px 20px 40px;
	color:#ccc;
	font-size:.9em;
	}
.site ul li {
	list-style-type:none;
	line-height:1.4em;
	font-weight:bold;
	}	
.site ul ul {
	margin:20px 40px 20px 20px;
	font-size:inherit;
	}	
.site li li {
	list-style-type:none;
	font-weight:normal;
	}
		
a:link	{
	color:#f8ee83;
	}
	
a:visited	{
	color:#f8ee83;
	}
	
a:hover	{
	color:#ffcc33;
	}

a:active	{
	color:#f8ee83;
	}
p.jumpnav {
	text-align:center;
	margin:20px auto;
	}
p.jumpnav a {
	margin:0 10px;
	}		
hr {
	margin:20px 50px;
	}
#wrapper	{
	width:960px;
	margin:10px auto 0;
	}

#container	{
	width:940px;
	padding:10px 0;
	border: 1px solid #666;
	text-align: left;
	}
	
#titleBar	{
	width:100%;
	height:51px;
	background-image:url(/images/bagnolo_title.gif);
	background-position:center;
	background-repeat:no-repeat;
	}
	
#doubleLines	{
	width:100%;
	height:4px;
	margin:7px 0 3px;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	}

#titleImage	{
	width:940px;
	height:106px;
	background-image:url(/images/title_image.jpg);
	background-repeat:no-repeat;
	padding-bottom:3px;
	margin-bottom:7px;
	border-bottom:1px solid #666;
	}

#menuWrapper	{
	width:100%;
	text-align:left;
	clear:both;
	}



#menuLine1	{
	width:940px;
	height:22px;
	margin-bottom:2px;
	float:left;
	background-color:#242424;
	}

*	html #menuLine1	{
	height:19px;
	}
	
#menuLine2	{
	width:940px;
	height:22px;
	margin-bottom:0;
	float:left;
	background-color:#1A1A1A;
	}

*	html #menuLine2	{
	height:19px;
	}

#content	{
	width:940px;
	margin:10px 0;
	padding:10px 0;
	}
	
#footer	{
	width:942px;
	height:20px;
	background-color:#a58feb;
	clear:both;
	}

#copyright	{
	width:100%;
	height:30px;
	font-size:.70em;
	text-align:center;
	margin-top:7px;
	}
	
/*  ===============  MENU  ======================== */

#gMenu	{
	width:100%;
	border:0px;
	padding:0px;
	margin:0px;
	}

#gMenu	img, a {
	border:0px;
	padding:0px;
	margin:0px;
	}

#gRows	{
	width:956px;
	border:0px;
	}

/*

#menu1	{
	width:100%;
	font-size:13px !important;
	padding:0px;
	margin:0px;
	white-space:normal;
	}

#menu1 ul	{
	margin:0 0 0 15px;
	}

#menu1	li	{
	float:left;
	list-style-type:none;
	margin-right:3px;
 	border: 1px solid #666;
	}

#menu1	li	a	{
	color:#fff;
	text-decoration:none;
	padding:1px 6px;
	display:block;
	background-color:#4b4b4b;
	height:17px;
	vertical-align:middle;
	
	}
*	html #menu1	li a	{
	display:inline;
	}

#menu1	li a:hover	{
	color:#FFFFFF;
	text-decoration:none;
	background:#7956E0;
	}


#menu2	{
	width:100%;
	font-size:13px !important;
	padding:0px;
	margin:0px;
	}

#menu2 ul	{
	margin-left: 15px;
	}

#menu2	li	{
	float:left;
	list-style-type:none;
	margin-right:3px;
 	border: 1px solid #666;
	}

#menu2	li	a	{
	color:#fff;
	text-decoration:none;
	padding:1px 6px;
	display:block;
	background-color:#353535;
	height:17px;
	}

*	html #menu2	li a	{
	display:inline;
	height:27px;

	}

#menu2	li a:hover	{
	color:#fff;
	text-decoration:none;
	background:#7956E0;
	}
#menu2filler	{
	width:auto;
	background-color:#1F1F1F;
	height:19px;
	float:left;
	border:1px solid #333;
	}
	
*/

.floatLeft {
	float:left;
	}
.floatRight {
	float:right;
	}
.imgRight {
	float:right;
	padding:0 30px 10px 20px;
	margin:0;
	}
.imgLeft {
	float:left;
	padding:0 20px 10px 30px;
	margin:0;
	}
.margBot20 {
	margin-bottom:20px;
	}
.margTop20 {
	margin-topm:20px;
	}	
