#mainimagecorner {
	position:			absolute;
	top:				110px;
	left:				0px;
	width:			    50px;
	height:		        473px;
	background-color:transparant;
	background-image:	url('../img/corner.gif');
}

#shadow {
	position:			absolute;
	top:				115px;
	left:				20px;
	width:			    785px;
	height:		        473px;
	background-color:	#000000;
	filter:				alpha(opacity=30);
  	opacity:			0.30; 	
}

#mainimage {
	position:			absolute;
	top:				110px;
	left:				50px;
	width:			    750px;
	height:		        473px;
	background-image:	url('../img/bodyimage.jpg');
	background-repeat:  no-repeat;
	background-position:center;
	background-color:	#FFFFFF;
}

#maintransparant {
	font-family:		Verdana;
	font-size:			12px;
	position:			absolute;
	margin:				0px 0px 0px 0px;
	top:				25px;
	left:				-25px;
	width:			    625px;
	height:		        375px;
	background-color:	#FFFFFF;
	filter:				alpha(opacity=80);
  	opacity:			0.80; 
	border: 			2px solid #FDDD6B;
}

#maintransparantcontact {
	font-family:		Verdana;
	font-size:			12px;
	position:			absolute;
	margin:				0px 0px 0px 0px;
	top:				25px;
	left:				-25px;
	width:			    750px;
	height:		        375px;
	background-color:	#FFFFFF;
	filter:				alpha(opacity=80);
  	opacity:			0.80;
	border: 			2px solid #FDDD6B;
}

#maindiv {
	font-family:		Verdana;
	font-size:			12px;
	position:			absolute;
	top:				60px;
	left:				0px;
	width:			    602px;
	height:		        342px;
	background-color:	transparant;
	margin-bottom:		10px;
	overflow-x:			hidden;
	overflow-y:			scroll; }

#maindivcontact {
	font-family:		Verdana;
	font-size:			12px;
	position:			absolute;
	top:				60px;
	left:				0px;
	width:			    725px;
	height:		        342px;
	background-color:	transparant;
	margin-bottom:		10px;
	overflow-x:			hidden;
	overflow-y:			hidden; }

.maintitel {
	position:			absolute;
	top:				25px;
	left:				-25px;
	font-family:		Verdana;
	font-size:			16px;
	font-weight:		bold;
	color:				#FF9900;
	margin-top:			5px;
	margin-left:		5px;
	text-transform: 	uppercase;
}