/* Matteo Luccio Project CSS Document */


body {
	margin:0px 0px 500px 0px;
	padding:0px 0px 0px 0px;
	background-color: #000000;
	background-image: url(images/pageBckgnd.jpg);
	background-position:top left;
	background-repeat: repeat-y;
}





#pageWrapper {
	width:760px;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-top:none;
}





#header {
	width:760x;
	height:170px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-image:url(images/headerBckgnd.png);
	background-position:top left;
	background-repeat:no-repeat;
	overflow:hidden;	
}





#globalNav {
	width:758px;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #999999; 
	border-right:1px solid #999999;
	border-left:1px solid #999999;
	background-image: url(images/navBtnBcknd.gif);
	background-position:top left;
	background-repeat: repeat-x;
	overflow:hidden;
	
}
#globalNav ul {
	width:100%;
	height:auto;
	margin:0px 0px 0px 12px;
	padding:0px 0px 0px 0px;
	float:left;
	clear:both;
	overflow:hidden;
}
#globalNav li {
	margin: 0px 0px 0px 0px;
	padding:5px 0px 5px 0px;
	float:left;
	list-style:none;
}
#globalNav a {
	margin:0px 0px 0px 0px;
	padding:10px 19px 10px 0px;
	font-family: mono, Courier New, Courier;
	font-size:13px;
	font-weight:bold;
	color: #141414	;
	text-decoration:none;
	background-image: url(images/navBtn.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
#globalNav #current {
	margin:0px 0px 0px 0px;
	padding:10px 19px 10px 0px;
	font-family: mono, Courier New, Courier;
	font-size:13px;
	font-weight:bold;
	color: #F7F7F7;
	text-decoration:none;
	background-image: url(images/navBtn.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
#globalNav a:hover {
	color: #F7F7F7;
}





#localNav {
	width:758px;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-bottom:1px solid #999999; 
	border-right:1px solid #666666;
	border-left:1px solid #666666;
	overflow:hidden;
	background-color:#000000;
	background-image: url(images/localNavBcknd.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
#localNav ul {
	width:100%;
	height:auto;
	float:left;
	clear:both;
	margin:0px 0px 0px 25px;
	padding:0px 0px 0px 0px;
	overflow:hidden;
}
#localNav li {
	margin: 0px 0px 0px 0px;
	padding:1px 0px 1px 0px;
	float:left;
	list-style:none;
}
#localNav a {
	margin:0px 0px 0px 0px;
	padding:1px 10px 1px 10px;
	font-family: mono, Courier New, Courier;
	font-size:12px;
	font-weight:bold;
	color: #3399CC;
	text-decoration: none;
	
}
#localNav #current {
	margin:0px 0px 0px 0px;
	padding:0px 10px 0px 10px;
	font-family: mono, Courier New, Courier;
	font-size:12px;
	font-weight:bold;
	color: #66CCFF;
	text-decoration: none;
	
}
#localNav a:hover {
	color: #66CCFF;
}





#mainCntntArea {
	width:100%;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color: #000000;
	overflow:hidden;
	background-image: url(images/mainCntntBckgndB.gif);
	background-position:top left;
	background-repeat: repeat-y;

}


#innrCntntBox {
	width:550px;
	min-height:50px;
	max-height:none;
	margin:8px 105px 0px 105px;
	padding:10px 0px 50px 0px;
	float:left;
	overflow:hidden;
	border-top:1px solid #565656;
	background-image: url(images/innerCntntBckgnd.gif);
	background-position:top left;
	background-repeat: repeat-y;
	
}


#textBox {
	width:480px;
	margin:10px 10px 0px 30px;
	padding:0px 0px 10px 0px;
	float:left;
	overflow:hidden;
	text-align:left;
	color: #333333;
	font-family:Verdana;
}
#textBox h1 {
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:14px;
	color:#000000;
}
#textBox h2 {
	margin:10px 0px 5px 0px;
	padding:0px 0px 0px 0px;
	font-size:13px;
	color:#333333;

}
#textBox h3 {
	margin:10px 0px 5px 0px;
	padding:0px 0px 0px 0px;
	font-size:12px;
	color:#333333;
}
#textBox h1.samples {
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:14px;
	color:#000000;
}
#textBox h2.samples {
	margin:15px 0px 5px 0px;
	padding:0px 0px 0px 0px;
	font-size:13px;
	color:#333333;

}
#textBox h3.samples {
	margin:15px 0px 5px 0px;
	padding:0px 0px 0px 0px;
	font-size:12px;
	color:#333333;

}
#textBox p {
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:13px;
	line-height:1.5;
}
#textBox a {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:13px;
	color:#000066;
}
#textBox strong {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:13px;
	font-weight:bold;
}
#textBox ul {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:left;
}
#textBox li {
	margin:3px 0px 0px 0px;
	padding:0px 0px 0px 2px;
	font-size:13px;
	list-style-type:disc;
	list-style-position:inside;
	
}
#textBox a {
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:13px;
	color:#0000CC;
	text-decoration:underline;
}
#textBox a.hover {
	text-decoration:underline;
}
#textBox ol {
}
#textBox img.left {
margin:15px 10px 0px 0px;
padding:0px 0px 0px 0px;
float:left;
}
#textBox img.right {
margin:5px 0px 5px 5px;
padding:0px 0px 0px 0px;
float:right;
}




#footerTopCap {
	width:100%;
	height:6px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:#000000;
	background-image:url(images/footerCapTop.gif);
	background-position:left top;
	background-repeat:no-repeat;
	border-top:1px solid #333333;
	border-bottom:1px solid #000000;
}


#footer {
	width:100%;
	min-height:100px;
	max-height:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-image:url(images/footerBcknd.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
#footer ul {
	width:554px;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:20px 0px 0px 0px;
	overflow:hidden;
}
#footer li {
	margin: 0px 0px 0px 0px;
	padding:5px 0px 5px 0px;
	float:right;
	list-style:none;
	color: #666666;
}
#footer a {
	margin:0px 0px 0px 0px;
	padding:10px 10px 10px 10px;
	font-family: mono, Courier New, Courier;
	font-size:13px;
	font-weight:bold;
	color: #000000	;
	text-decoration:none;
}

#footer a:hover {
	color: #E6E6E6;
}