html,body {
height: 100%;
width: 100%;
margin: 0px 0px 0px 0px;
background: #000000 url(images/body_bg.jpg) repeat-x; 
background-position: bottom;
background-attachment: fixed;
color: #eeeeee;
}
 td, tr, p, div {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 12px;
}

h1 {
    font-size: 18px;
    font-weight: bold;
}
h2 {
    font-size: 16px;
    font-weight: bold;
}
h3 {
    font-size: 13px;
    font-weight: bold;
}


a:link, a:visited {
  color            : #fdcf07;
  text-decoration  : underline;
}

a:hover {
  color            : #555555;
  text-decoration  : underline;
}

#mainWrapper {
	background-color: #111111;
	text-align: left;
	width: 940px;
	vertical-align: top;
	margin:0px auto; /*center hack*/
	position:relative;
	top:40px;
/*	float: left;
	left:20px;
*/	border: 5px solid #333333;
/*	background: #000000 url(/images/digital_pickaxe_logo.png) no-repeat;
	background-position: top;
*/

}


#borderbg {
/*	border: 20px solid #C7C7C7;  */
/*    background: url(images/border1.jpg) no-repeat; */
 	overflow: hidden;   
	cursor: default;

}
#inner{
	margin-top: 5px;
	padding-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
	padding-right: 10px;
	margin-left: 10px;
	padding-left: 10px;
	cursor: default;
}

#header{
	float:left;
	width:100%;
}

#logo{
	margin-bottom: 5px;
	padding-bottom: 0px;
	margin-right: 5px;
	padding-right: 5px;
	width: 321px;
	height: 202px;
	position:absolute;
	float: left;
	left: 10px;
	top: -40px;
}

#headline{
	position:relative;
	float: left;
	left: 70px;
	top: 20px;
}

#mainmenu{
	position:relative;
	top:50px;
    left:325px;
	float: left;
}


.cssnav	{
    position:relative;
    float: left;
    margin: 0; 
    padding: 0;
    padding-right: 4px;
    background: url(images/button_on.gif) no-repeat;
    overflow:hidden;/* for ie to hide extra height*/	
}
.cssnav a {
    display: block;
    float: left;
    overflow:hidden;/* for ie to hide extra height*/
    text-decoration  : none;
    color: #eeeeee;
    font-weight: bold;
    text-align: center;
}

.cssnav img {
    width: 128px; height: 32px;    
    border: 0; 
}

.cssnav a:hover {
  color: #ffffff;
}

* html a:hover {
  visibility:visible;
  text-decoration  : underline;
  font-weight: bold;
}
.cssnav a:hover img{visibility:hidden}

.cssnav span {
    cursor: pointer;   
    margin: 2px;
    padding-right: 5px;
    position: absolute;
     top: 6px;  
     left: 17px;   
 
}



#left{
    float:left;
    width:168px;
    display:inline;
    padding-left: 10px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    padding-top: 20px;
    text-align: center;
}

#content{
    margin-left: 188px;
    padding-left: 12px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    font-size: 13px;
}

#footer{
	position:relative;
	float: left;
    width: 100%;
    text-align: center;
    margin-top: 10px;
	margin-bottom: 8px;
    font-size: 11px;
    color: #777777;
	clear:both;
	position:relative;
	top:-10px;

}

.outline {
	border: 2px solid #888888;
    padding: 3px;
}

.cleaner {
	clear:both;
	margin: 0px;
	padding: 0px;
}


#gallery{
    width: 520px;
	margin: 10px;
	padding: 10px;
}

#gallery img {
    border: 2px solid #333333;
}

#gallery_rollover {
	background: #202020;
    float: right;
    position: relative;
    width: 112px;
	height: 390px;
	overflow: hidden;
    left: -17px;
	margin: 0px;
	padding: 0px;
}

#gallery_rollover_contents {
    position: relative;
	float: left;
}

#gallery_rollover img {
	margin-top: 15px;
/*	padding-top: 2px;
    padding-bottom: 8x;
    margin-bottom: 8px;
*/	
	position: relative;
	left: 10px;
	cursor: pointer;
}

#gallery_caption {
    position: relative;
    left: 15px;
}

