@charset "utf-8";
/* CSS Document */
body {
	background-color:#fff69d;
	font-family: "Century Gothic","Arial";
	
	}
	
#whitetext{
	color:#FFF;
}

#yellowtext{
	color:#ffd045;
}

#wrap { 

	background-image: url(images/bgimage.jpg);
	width: 100%; 
	margin: 0 auto; 
	overflow: hidden;
	padding-bottom:0px;
        text-align: center;
	vertical-align: middle;
}

#wrap1 { 

	background-image: url(images/mainsep.png);
	width: 100%; 
	height:40px;
	overflow: hidden;
	padding-bottom:0px;
        text-align: center;
	vertical-align: middle;
}

#wrap2 { 

	width: 100%; 
	padding-top:20px;
	padding-bottom:20px;
	overflow: hidden;
	padding-bottom:0px;
        text-align: center;
	vertical-align: middle;
	color:#0b703a;
	
}


a:link {color:#ffd045;text-decoration: none; font-family: "Century Gothic","Arial";}      /* unvisited link */
a:visited {color:#ffd045;text-decoration: none; font-family: "Century Gothic","Arial";}  /* visited link */
a:hover {color:#ffffff;text-decoration: none; font-family: "Century Gothic","Arial";}  /* mouse over link */
a:active {color:#ffd045;text-decoration: none; font-family: "Century Gothic","Arial";}  /* selected link */


#header{
	 position:relative;
	 width: 952px; 
	 color:#cb8b4d;
         overflow: hidden;
         text-align: center;
         padding:0px;
	 height: 570px;
	 margin:auto;
	 vertical-align: middle;
}

#menu{
	position:relative;
	width: 915px; 
	margin-top:-80px;
	height:99px;
        text-align: center;
	background-image: url(images/menubg.png);
	font-family: "Century Gothic";
	font-size:18px;
	margin-top: -80px;
	margin-bottom: auto;
	margin-right: auto;
	margin-left: auto;
}
	

#content{
	 width: 100%; 
	 position:relative;
 	 color:#cfb348;
         text-align: center;
         margin-top:20px;
	 background-image: url(images/contentbg.png);
	 vertical-align: middle;
}



#left{
  width: 35%; 
  float: left;
  background-image: url(images/contentbg.png);
  overflow: hidden;
  text-align: center;
  padding-left:40px;
 
} 

#right { 
  width: 60%; 
  background-image: url(images/contentbg.png);
  overflow: hidden;
  text-align: center;
  font-family: "Century Gothic";
 
} 

#right1 { 
  width: 60%; 
  padding-left:5px;
  overflow: hidden;
  color:#cb8b4d;
  text-align: left;
  font-family: "Century Gothic";
 
} 

#seperator { 
	width: 952px; 
	height:27px;
	background-image: url(images/mainsep.png);
	padding:0px;
	overflow: hidden;
	position:absolute;
	left:18.3%;
}


#footer { 
	
	height:266px;
	background-image: url(images/footerbg.png);
	padding:0px;
	text-align: center;
	
}

#footerblack { 
	width: 700px; 
	height: 70px;
	background-color: #000000;
	padding:0px;
	overflow: hidden;
	text-align: center;
	color:#cf8e4d;
	font-family: "Century Gothic";
	margin: 0 auto; 
	
}



#footerc { 
	width: 900px; 
	height:150px;
	margin: 0 auto;
	background-color:#060303;
	padding:0px;
	text-align: center;
	
}

#footerred { 
	width: 700px; 
	height: 70px;
	background-color: #3a1515;
	padding:0px;
	overflow: hidden;
	text-align: center;
	color:#cf8e4d;
	font-family: "Century Gothic";
	margin: 0 auto; 
	
}