@charset "utf-8";
/* CSS Document */

/* ===== global styles ===== */

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #000000 url(images/background.jpg);
	background-attachment: fixed;
	margin: 0;

}

a:link {
	text-decoration: none;
	
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
}
img {
	border: none;
}

/* ===== Cultivation 2010 Logo ===== */

#topBanner {
	margin: 0 auto;
	width: 800px;
	height: 513px;
	background: 000000 url(images/awakening.jpg) no-repeat;
}

/* ===== Main Menu ===== */

#mainMenu {
	height: 24px;
	background-color:#000000;
	text-align: center;
	width: 800px;
	margin: 0 auto;
}

#mainMenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	padding: 0.50em;
}

/* ===== Main Content ===== */

#mainContent {
	width: 800px;
	height: 792px;
	background: #946132;
	margin: 0 auto;
}

#mainBody {
	width: 780px;
	height: 772px;
	background: 000000 url(images/background2.gif) repeat-y ;
	float: right;
	margin: 10px 10px 0 0;
}


/* ===== Footer Menu ===== */

#footerMenu {
	height: 24px;
	background-color:#000000;
	text-align: center;
	width: 800px;
	margin: 0 auto;
}

#footerMenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	padding: 0.50em;
}

#copyRight {
	background: 000000 url(images/background3.gif) repeat-y;
	width: 800px;
	height: 130px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
}

#heart {
	float: left;
	margin: 15px 0 0 60px;
}

#map {
	margin: 15px 0 0 80px;
	float: left;
}

#sponsor {
	float: left;
	margin: 20px 0 0 25px;
}

#copyRighted {
	font-size: 9px;
	color: #fff;
	text-decoration: none;
	float: left;
	margin: 10px 0 0 150px;

}



