@charset "utf-8";
/* CSS Document by WHdigital, Inc.*/

html,body { 
	margin-right:auto;
	margin-left:auto;
	padding: 0px; 
	font-family:Arial, Helvetica, sans-serif; 
	color: #000; 
    background:#000000;
	width: 800px;
	height: 100%;
	font-size: 12px; 
	line-height: 16px; 
}

/* Links */

a:link {
	border:none;
	text-decoration: none; 
	background-color: transparent;
}

a:visited {
	border:none;
	text-decoration: none; 
	background-color: transparent;
}

/*Spacing */

#over {
	background-repeat:repeat;
}

#main {
	margin:0px;
	margin-top:0px;
	padding:5px;
	width:650px;
	overflow:visible;
}
	
/* Fonts */

#reference {
	float:right;
	font-style:italic;
	font-style:oblique;
	}

#contact {
	background-color:#000;
	vertical-align:middle;
	width:600px;
	}

#news {
	border-right-style:solid;
	border-right-color:#999999;
	font-size:10px;
	}

#title {
	font-size:18px;
	font-weight:200;
	padding:10px;
	}

#pic_right {
	float:right;
	border-color:#000;
	margin-left:10px;
	}

#pic_left {
	float:left;
	border-color:#000;
	margin-right:10px;
	}

#body {
	padding:10px;
	height:auto;
	overflow:auto;
	}
	
/* Show/hide setup for the gallery*/
	div#gallery {border:0px;}
	div#gallery a:hover {background:transparent} /* this seems to be necessary for it to work properly in IE6, I'm honestly not sure why */
	div#gallery a img.bigh {height:0px;width:0px;border-width:0;z-index:8;} /* hide the big image by making its height and width 0 */
	div#gallery a img.bigv {height:0px;width:0px;border-width:0;z-index:8;} /* hide the big image by making its height and width 0 */
	div#gallery a:hover img.bigh {position:absolute;margin-left:-102px;margin-top:70px;width:400;height:267;border:1px;z-index:9;} /* make the big image appear in the same space as the frame at right when the visitor hovers over one of the image in left column */
	div#gallery a:hover img.bigv {position:absolute;margin-left:-102px;margin-top:112px;width:267;height:400;border:1px;z-index:9;} /* make the big image appear in the same space as the frame at right when the visitor hovers over one of the image in left column */
