#container {
	width: 1200px; height:906px; margin: 0 auto 24px auto;
	box-shadow: 0px 5px 45px #343434;
	-moz-box-shadow: 0px 5px 45px #343434;
	-webkit-box-shadow: 0px 5px 45px #343434;
}
		
#content {
	overflow: hidden; clear: both;
	height:985px;
	border: 1px solid black;
	background:url('../images/mina.jpg')  top left repeat;
	/*padding-top:25px;*/
	padding-bottom:25px;
	padding-right:50px;
	padding-left:50px;
	
}

.contentBox{
	background-color:white;
	opacity:0.85;
	filter:alpha(opacity=40); /* For IE8 and earlier */
	height:500px;
	width:645px;
	padding-top:25px;
	padding-bottom:25px;
	padding-right:50px;
	padding-left:50px;
	
}


.contentRight {
	padding-top:65px;
	float: right;
}


.contentHeaderFont {
	font-weight: bold;
	font-family: "Arial"; color:#66cc33;
	font-size:18px;
}

.contentBodyFont {
	/*font-weight: bold;*/
	font-family: "Arial"; color:black;
	font-size:14px;
}		
		
		
#footer {
	width: 1200px; margin: 1 auto; height: 80px;
	font-size: 12px;
	border: 1px solid black;
}
