/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;

	background-image: url(../images/bgc.jpg);
	background-color: #333333;
	margin: 0px;
/* 	opacity:0.1; /* non IE */
/*  filter:alpha(opacity=10); /* IE */
	}
	
	
p {
	margin-top: 0px;
	padding-top: 0px;
	} 

#row input, #row textarea {
	width: 180px;
}

input, textarea, checkbox, select {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f4f4f4 !important;
	border: solid 1px !important;
	border-color: #666666 !important;
}

input:focus, textarea:focus, select:focus, checkbox:focus {
	font-family: Arial, Helvetica, sans-serif;
	border:1px solid !important;
	border-color: #5e0000 !important;
	background-color: #CCC !important;
	color: #5e0000;
}


#body2 {
		background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;;
	min-height: 100%;
	margin: 0px;
/* 	opacity:0.1; /* non IE */
/*  filter:alpha(opacity=10); /* IE */
	}


#stage {
	margin: 0 auto;
	width: 919px;
	background-image: url(../images/barbg.png);
	background-repeat: repeat-y;
	min-height: 100%;
	}
	
* html #stage {
	height: 100%;
	min-height: 100%;
	}
	
#header {
	width:919px;
	height:522px;
	background-image: url(../images/bg2.jpg);
}


#contactinfo {
	height:27px; 
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}


#screen {
	padding-left:418px; 
	padding-top:186px;
}



#footer {
	margin: 0 auto;
	font-size: 10px;
	padding: 0;
	width: 919px;
	height: 20px;
	margin-top: -20px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;

}

#wrap {
	padding-bottom:50px;
	}


#deck1 {
	width: 200px;
	margin-left:80px;
	padding-left:10px;
	float: left;
}

#deck2 {
	width: 200px;
	float: left;
	padding-left: 120px;
	padding-top: 50px;

}


#deck3 {
	width: 250px;
	float: left;
	padding-left: 10px;
	padding-top: 50px;

}

	
.r1 {
	color: #5e0000;
	font-size: 10px;
}



