/* CSS Document */
html,body{
	
	margin:0px;
	padding:0px;
	height:100%;
	min-height:100%;
	border:none;
	font-family:Verdana, Arial; 
	font-size:13px; 
	color:#7c7c7c;
	text-align:center;
	margin:0 auto;
	align : center;
	background:#e4e3e9;
	
	
}
a {
	text-decoration:none;
	color:#000000;
}
a:hover {
	color:#a84141;
}
#shim {
visibility: hidden;
width: 100%;
height: 50%;
margin-top: -280px;
float:left;
}
#container {
	width : 996px;
	margin: 0px auto -1px auto;
	text-align:left;
	height:560px;
	top: -280px;
	position: relative;
	clear:both;
	/* IE4ever Hack: Hide from IE4 **/
	position: static;
	/** end hack */

	
	
	
	
}
#wrapper{
	/*margin: auto 0px auto -1px;*/
	/*top:50%;
	height:560px;
	margin-top:-280px;
	position:relative;*/
	/*height:600px;
	top:-300px;*/
	
}
#shadowTop {
	width:996px;
	height:34px;
	background:url(/media/images/drop_shadow_top.gif) no-repeat;
	
}
#shadowBottom {
	width:996px;
	height:34px;
	background:url(/media/images/drop_shadow_bottom.gif) no-repeat;
	
}
#contentHolder{
	width:996px;
	background:url(/media/images/drop_shadow_rpt.gif) repeat-y;
}
#content{
	width:880px;
	margin:0px 58px 0px 58px;
}
#logoHolder{
	width:596px;
	float:left;
}
#contactHolder{
	width:284px;
	float:left;
}

.clearDiv {
	clear:both;
	height:1px;
}

#copyDiv {
	margin:38px 16px 20px 16px;
	width:848px;
	line-height:24px;
	
	
}

#imgHolder{
	width:880px;
	margin:0px 0px 30px 0px;
}

.screenshots{
	float:left;
}
