

body {
	background: #c5c5c5;
	font: .9em Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	}



#wrapper {
	width: 100%;
	text-align: center;
	}
	
#border  {
	margin: 0 auto;
	background: #fff;
	width: 1000px;
	height: auto;
	padding-top: 20px;
	}




#head  {
	background: #fff url('images/banner1.jpg') no-repeat;
	width: 804px;
	height: 250px;
	margin: 0 auto;
	text-align: center;
	}
	

#nav1  {
	background: #fff;
	width: 804px;
	height: 50px;
	position: relative;
	top: 199px;
	left: 0px;
	}
	
#nav1 ul {
	margin: 0 auto;
	list-style: none;
	padding: 20px 0px 0px 0px;
	
	}
	
#nav1 li {
	display: inline;
	padding: 10px 30px 10px 30px;
	font-size: 14px;
	}
	
#nav1 li A:link {
	text-decoration: none;
	color: #575757;
	}
#nav1 li A:visited {
	text-decoration: none;
	color: #575757;
	}
#nav1 li A:active {
	text-decoration: none;
	color: #575757;
	}
#nav1 li A:hover {
	text-decoration: none; 
	color: #f210d4;
	}
	
.home  {
	border-right: #c5c5c5 2px dotted;
	}
	
.about  {
	border-right: #c5c5c5 2px dotted;
	}
	
.promo  {
	border-right: #c5c5c5 2px dotted;
	}
	
.support  {
	border-right: #c5c5c5 2px dotted;
	}
	
#content1 {
	background: #fff;
	margin: 0 auto;
	width: 1000px;
	height: auto;
	padding: 100px 0px 0px 0px;
	float: left;
	}
	
#maincontent1 {
	background: url('images/front2.jpg') no-repeat top right;
	text-align: left;
	position: relative;
	float: left;
	width: 738px;
	padding: 10px 0px 0px 20px;
	height: 500px;
	}
	
#maincontent2 {
	background: #fff;
	background-position: 65px 0px;
	text-align: center;
	position: relative;
	float: left;
	width: 738px;
	padding: 10px 0px 0px 20px;
	min-height: 500px;
	}
	

	
#sidebar1  {
	position: relative;
	float: right;
	border-left: #c5c5c5 2px dotted;
	width: 200px;
	padding: 0px 10px 20px 10px;
	font-size: 12px;
	
	}
	
.sidebar  {
	border-bottom: #2e16e1 2px solid;
	padding-bottom: 20px;
	}
	
	
	
#linklist  {
	padding: 100px 0px 0px 0px;
	clear: both;
	min-height: 200px;
	width: 1000px;
	margin: 0 auto;
	}
	
#footer  {
	background: url('images/bottomgradient.jpg') repeat-x top right;
	clear:both;
	position: relative;
	bottom: 0px;
	left: 0px;
	width: 1000px;
	height: 80px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	border-top: #c5c5c5 2px solid;
	}
	
#footer ul {
	margin: 0;
	padding: 10px 0px 0px 0px;
	list-style: none;
  }
#footer ul li {
	display:inline;
	margin: 0;
	padding: 0;
	font-weight: normal;
	line-height: 0;
	background-repeat: no-repeat;
	background-position: 0;
  }

 #footer ul li a{
	padding: 0px 0px 0px 20px;
	text-decoration: none;
	color: #000;
  }
	
