@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #D2B697;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-image: url(images/BG.jpg);
	background-repeat: repeat;
	background-attachment:fixed;
}


#container{
	width: 100%;
	height: 900px;	
	z-index: 1;
}

#bannerOutside{
	width: 680px;
	height: 116px;	
	margin-left: auto;
	margin-right: auto;
	padding: 6px 6px 6px 6px;
	background-color: #8490DE;
		z-index: 1;
}
	
#bannerInside{

	width: 898px;
	height: 128px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(images/logo2.gif);
	background-repeat:no-repeat;
		z-index: 2;
}
	

#contentOutside{
	margin-top: 0px;
	width: 882px;
	height: 780px;
	margin-left: auto;
	margin-right: auto;
	padding: 8px 8px 8px 8px;
	background-color: #8490DE;
	z-index: 3;
}

#contentInside{
	width: 882px;
	height: 680px;
	float: inherit;
	background-image: url(images/pyramid.jpg);
	background-repeat:no-repeat;
	padding: 0px;	
	z-index: 4;
}



#contentLeft{
	width: 450px;
	height: auto;
	padding: 5px;
	margin: 2px 2px 2px 10px;
	float: left;
	z-index: 6;
}

#contentRight{

	width: 330px;
	height :auto;
	padding: 5px;
	text-align:center;
	margin-right: 10px;
	float: right;
	z-index: 7;
}





.style2 {color: #663300; font-weight: bold; font-size: 36px; font-style: italic; }
.style3 {color: #663300; font-weight: bold; font-size: 18px; }
.style5 {color: #000; font-weight: bold; font-size: 14px}
.style6 {color: #663300; font-weight: bold; font-size: 12px}
.style7 {color: #663300; font-weight: bolder; font-size: 24px}
.style8 {color: #000; font-weight: bold; font-size: 16px; }
.style9 {font-size: 24px}
.style10 {color: #000; font-size: 12px}
.style11 {font-size: 12px}
