/* CSS Document */


body{
  color: black;
  font-family: Verdana, Courier, mono;
	font-size: 1em;
  margin: 0; padding: 0;
  background: black url(images_site/bckgrnd_01_hands.jpg) no-repeat top center;
}

ul{ margin:0;padding:0;	list-style:none;}
	
ul a { display:block;width:200px;height:17px;line-height:16px;}
ul a:hover { display:block;color:black;padding-left:5px; background:#FF6C00;}	
	
a { color: white; text-decoration: none;}
a:hover{ color: white; text-decoration: none;}
.contentBox a{color:#FF6C00;}
.contentBox a:hover{color:Black;}

img{border:none;
}

h2{
font-size:1em;
margin:0px;}

p{
margin-top:2px;}

hr{
margin-top:-3px;}


#wrapper{
	position:relative;
	width: 455px; height:100%;
	margin: 0 auto;
	background: url(images_site/bckgrnd_02_content.jpg) repeat-y top center;
}

#banner{
position:absolute;
right:-120px;
}

#branding{
	width: 455px; height: 330px; 
	background: url(images_site/banner_01.jpg) no-repeat top center;
}

#mainNav{
	color: white;
	font-size:.8em;
	padding:5px 0 0 14px;
}

#footer{
	width: 456px; height: 78px;
	background: url(images_site/bckgrnd_02_contentbottom.jpg) no-repeat top center;
}

.contentBox, .contentBoxLink{
	position:relative;
	display:block;
	width: 413px; 
	color: black;
	font-size: 0.8em;
	margin:15px auto 23px; padding:12px 7px 4px 7px;
	background: #ECEBEB;
	border: 1pt solid #D8D7D7;}

.contentBox.last, .contentBoxLink.last{
	margin-bottom: 5px;}
	
.contentBox:hover, .contentBoxLink:hover{
	color:black; background: #DDDDDD;}

.contentBoxTitle{
	position:absolute; 
	top:-6px; left:3px;
	width:135px; height:18px;
	b
}

#counter{
position:relative;
width:142px;
margin-top:15px;
}








