body {
	background-color: #4D322E;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	background-position: center;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

#head {
	background-image: url(images/head.gif);
	width:770px;
	height:118px;
	margin: 0px auto;
	text-align:left;
}

#wrapper {
	width:735px;
	margin: 0px auto 0px auto;
	text-align:left;
}

#content	{
	float:left;
	width:460px;
	margin-left:7px;
	text-align:justify;
	margin-top:20px;
	margin-bottom:20px;
}

#content li{
	list-style-type: none;
}

#content a{ color:#D2E073; text-decoration:none;}

/*navigation properties*/

#navigation {
	float:right;
	width:200px;
}

#navigation ul { 
	margin:0px;
	padding: 12px 5px 2px 15px;	
}

#navigation li {
	list-style-type: none;
	margin:0px;
	padding-top :12px;
	padding-left: 30px;
	background: url(images/list.gif) no-repeat left 15px
}
	
#navigation a{ color:#ffffff; text-decoration:none;}

#navigation a:hover{ color:#D2E073;}

/* nav*/

#pictures {
	width: 400px;
	height:100px;
	position:absolute;
	top:30px;
	margin-left:35px
}

.border {
	border: 1px solid #C6BBBA;
	margin-right:3px;
}

/* headers*/

.hidden {
	visibility: hidden;
}

.reading {
	background-image: url(images/reading_list.gif);
	height: 30px;
	display: block;
	margin:0px;
	padding:0px;
	background-repeat: no-repeat;
}

.leaflets {
	background-image: url(images/leaflets.gif);
	height: 30px;
	display: block;
	margin:0px;
	padding:0px;
	background-repeat: no-repeat;
}

.links {
	background-image: url(images/links.gif);
	height: 30px;
	display: block;
	margin:0px;
	padding:0px;
	background-repeat: no-repeat;
}

.contact {
	background-image: url(images/contactus.gif);
	height: 30px;
	display: block;
	margin:0px;
	padding:0px;
	background-repeat: no-repeat;
}

.home {
	background-image: url(images/deba.gif);
	height: 30px;
	display: block;
	margin:0px;
	padding:0px;
	background-repeat: no-repeat;
}
.news {
	background-image: url(images/newsletter.gif);
	height: 30px;
	display: block;
	margin:0px;
	padding:0px;
	background-repeat: no-repeat;
}

.latestnews {
	background-image: url(images/latestnews.gif);
	height: 30px;
	display: block;
	margin:0px;
	padding:0px;
	background-repeat: no-repeat;
}

.faq {
	background-image: url(images/faq.gif);
	height: 30px;
	display: block;
	margin:0px;
	padding:0px;
	background-repeat: no-repeat;
}

.about {
	background-image: url(images/about.gif);
	height: 30px;
	display: block;
	margin:0px;
	padding:0px;
	background-repeat: no-repeat;
}

h3 { 
	color:#FFAE00;
	font-size:11px;
	font-weight:normal;
}

.green{color:#FFAE00;}

.faqpad{ padding-left:20px;}

/*form */

.buggerbox {
	width: 415px;
	padding:3px;
	border: 1px solid #A69997;
	background-color:#786562;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D2E073;
}

.sendbutton {
	padding:3px;border: 1px solid #A69997;
	background-color:#786562;
	padding:3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

.box {
	border: 1px solid #A69997;
	background-color:#786562;
	width: 200px;padding:3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D2E073;
}
	
.red{color:#C1210B;}

.newsletterlist{
	list-style-type: none;
	margin:0px;
	padding-top :12px;
	padding-left: 30px;
	background: url(images/list.gif) no-repeat left 15px;
	text-align:left;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
	font-weight: bold;
}
