body {
	background: url('/images/bggradient.jpg') repeat-x;
	background-position: left 130px top 0px;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
a:link, a:visited{
	color: darkgrey;
}
	
/*==============================| LEFT NAVIGATION |==============================*/

#leftnav {
	float: left;
	width: 160px;
	height: 668px;
	position: relative;
	background-color: white;
}

#leftnav img{
	border: none;
}

#leftnav ul {
	list-style-type: none;
	width: 160px;
}

#leftnav ul li a:hover{
	border-right: 5px black;
   	color: black;
}
 
#leftnav ul li a:link,
#leftnav ul li a:visited {
	border: none;
}

#container {
	width: 900px;
}

#main { 
	float: left;
	width: 730px;
	min-height: 668px;
	padding-top: 65px;
	padding-left: 200px;
	text-align: center;
}

/*===================================| NEWS |===========================================*/

#left-content {
	float: left;
	width: 230px;
	padding-top: 30px;
	padding-left: 25px;
	text-align: left;
}

#right-image {
	float: right;
	padding-top: 25px;
}

#bottom-content { 
	float: left;
	padding-top: 25px;
	text-align: left;
}


/*====================================| ABOUT |===========================================*/

#about-image-left{
	float: left;
	width: 900px;
	height: 100%;
	background: url('/images/about/about-whoweare.gif') no-repeat;
	background-position: 0px 25px;
}

#about-whoweare{
	width: 400px;
	float: left;
	text-align: left;
	padding-top: 75px;
	padding-left: 400px;
}

#about-meetthestaff {
	padding-top: 25px;
	text-align: left;
	float: left;
	width: 900px;
}

#about-meettheboard {
	float: left;
	width: 900px;
	height: 400px;
	background: url('/images/about/about-meetboard1.png') no-repeat;
        background-position: 0px 25px;
	padding-top: 75px;
	padding-left: 25px;
	text-align: left;
}

#about-tacl { 
	padding-top: 25px;
	text-aling: left;
	float: left;
	width: 900px;
	text-align: left;
}

img.board { 
	padding: 25px;
}


/*====================================| DONATIONS |===========================================*/

#donation-left { 
	background: url('/images/donate/donations-side-photo.gif') no-repeat;
	min-height: 562px;
	text-align: left;
	float: left;
	width: 900px;
	padding-left: 450px;
}

#donation-text {
	width: 350px;
	padding-top: 50px;
}

#donation-paypal { 
	min-height: 500px;
	width: 150px;
	padding-top: 50px;
	float: left;
	text-align: left;
	
}

#donation-paypal-img {
	float: right;
	min-height: 500px;
	padding-top: 25px;
	padding-right: 50px;
}

/*====================================| CONTACT |===========================================*/
#contact-container {
	background: url('/images/contact/contact1.gif') no-repeat;
	background-position: 100px 25px;
	padding-top: 425px;
}

#contact-form {
	text-align: left;
	min-height: 300px;
	padding-top: 25px;
	padding-left: 50px;
}

#contact-name {
	background: url('/images/contact/contact-nameform.gif') no-repeat;
}

#contact-email {
	background: url('/images/contact/contact-emailform.gif') no-repeat;
}

#contact-subject { 
	background: url('/images/contact/contact-subjectform.gif') no-repeat;
}

#contact-message { 
	background: url('/images/contact/contact-messageform.gif') no-repeat;
}

.contact-input { 
	background-size: 100%;
	border: 0px;
	width: 500px;
	height: 20px;
	font-size: 100%;
	padding-left: 10px;
	margin: 10px;
}
.contact-textarea{
	background-size: 100%;
	border: 0px;
	width: 517px;
	height: 218px;
	font-size: 100%;
	padding-left: 10px;
	margin: 5px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

#contact-form button {
	border: 0px;
}	
