@charset "utf-8";
/* CSS Document */

a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
body {
	background-image: url(../images/outerbackground.png);
	background-repeat: repeat-x;
	background-color: #b2ccdf;
}
.style2 {
	font-size: 60px;
}
#shadow {
	width: 7px;
	height: 716px;
	background-image: url(../images/shadow_left.png);
	background-repeat: repeat-y;
	float: left;
}
#innercontent {
	width: 750px;
	height: 716px;
	background-image:url(../images/innerbackground.png);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	margin-top: 0px;
	padding: 0px;
}

#innercontent2 {
	width: 750px;
	height: 916px;
	background-image:url(../images/innerbackground_new.png);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	margin-top: 0px;
	padding: 0px;
}

#title {
	width: 750px;
	height: 121px;

}
#greentopbar {
	background-image: url(../images/greentopbar.png);
	background-repeat:repeat-x;
	width: 750px;
	height: 12px;
	float: left;
	clear: both;
	height: 12px;
}
#picture {
	width: 750;
	height: 297;
	float: left;
	clear: both;
}

#blackbottombar {
	background-image: url(../images/blackbottombar.png);
	background-repeat:repeat-x;
	width:750px;
	clear:both;
}

#bottomcontent {
	width: 718px;
	height: 246px;
	margin-left: 16px;
	
	
}

#greenboxleft {
	background-image: url(../images/greenbigbox.png);
	background-repeat:no-repeat;
	width: 226px;
	height: 226px;
	
	margin-right: 9px;
	margin-top: 20px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 36px;
}
#greenboxmiddle {
	background-image: url(../images/greenbigbox.png);
	background-repeat: no-repeat;
	width: 226px;
	height: 226px;
	margin-right: 18px; 
	margin-left: 9px;
	margin-top: 20px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 36px;
}
#contentright {
	width: 226px;
	height: 226px;
	float: left;
	margin-top: 20px;

	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
}
#contentright a {
	text-decoration: none;
	color: #000000;
}
#contentright a:hover {
	text-decoration: underline;
	color: #000000;
}
#contentright a:visited {
	text-decoration: none;
	color: #000000;
}
/*#shadow {
	height: 729px;
	width: 775px;
	background-image: url(../images/shadow.png);
	margin-right: auto;
	margin-left: auto;
}*/
#mastercontainer {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;	
}
#bottomcontent2 {
	width: 675px;
	margin-left: 35px;
	height: 400px;
}
#bottomcontent2 a img {
	border: none;
}
#back_btn {
	height: 35px;
	width: 50px;
	float: right;
}
#back_btn a {
	border: none;
}