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

body{
	font-family:"Century Gothic";		
	background-image:url(../images/bg.gif);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#FFFFFF;

}
a{
	text-decoration:none;
	color:#000000;
	
}

#Awhite{
	text-decoration:none;
	color:#ec008c;
	
}
a:hover, #Awhite:hover{
	color:#00aeef;
}

h1 {
	font-size:38px;
}
#MainContentTxt p{
	font-size:16px;
	font-weight:normal;
}

#Blue{
	color:#0099ff;
	font-weight:bold;
}
.oneColFixCtr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../images/leaf2.png);
	background-repeat:no-repeat;
	background-position:top;
	
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#topHeader{
	height:20px;
	background-color:#FFFFFF;
	color:#000000;
	text-align:right;
	padding:5px 25px 5px 0 ;
}

#logo{
	padding-top:10px;
	width:100%;
	height:280px;
	
	/*background-color:#999999;*/
}

#Headings{
	float:right;
	position:relative;
	right:20px;
	padding-top:10px;
	font-family:"Century Gothic";
	font-weight:bold;
	line-height:30px;

}
#Headings h1{
	float:right;
	font-size:25px;
}

#MainContentTxt{
	width:650px;
	position:relative;
}

#MainContentTxt H5{
	font-size:16px;
	display:inline;
	margin:0;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	
	color:#ff0099;
}
#mySlider{
	
	width:300px;
	height:100px;
	position:relative;
	z-index:1000;
	top:-340px;
	left:680px;
	font-size:12px;
}

#mySlider h1 {
	font-size:12px;
	display:inline;
	margin:0;
	color:#0099ff;
}
#mySlider h5 {
	font-size:12px;
	display:inline;
	margin:0;
	color:#ff0099;
}

#mySlider h2{
	bottom: 2px;
}

#Zellow{
	color:#FFFF00;
	font-weight:bold;
}

