@charset "utf-8";
body {
	background-color: #663399;
	background-image: url(images/body-bg.png);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a {
	text-decoration: none;
	color:inherit;
}



#wrapper {
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 238px;
	width: 700px;
	overflow: hidden;
}
#header a {
	color: #FFF;
	text-decoration: none;
}

#headertxt {
	margin-top: 140px;
}
#menu {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center -238px;
	width: 700px;
	height: 30px;
	margin-bottom:10px;
}
#menu ul {
	background-color:#00cc00;
	width:500px;
	margin-top: 0px;
	color: #FFF;
	list-style-type: none;
	padding: 0px;
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menu a {
	color: #FFF;
	text-decoration: none;
}

#menu ul li {
	padding: 0px;
	display: block;
	float: left;
	padding-top:8px;
	padding-bottom:8px;
	padding-right:5px;
	padding-left:5px;
	margin-top:0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#menu ul li:hover {
background-color:#663399;
}


h1  {
	color: #FFF;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
h2 {
	color: #FFF;
	font-size: 14px;
	margin-top: 0px;
	text-align: center;
}
h3 {
	color: #663399;
	font-size: 18px;
}




#main  {
	background-color: #FFF;
	width: 700px;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#contact h4 {
	margin: 0px;
}


#content {
	float: left;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	width: 420px;
	font-size: 14px;
}
#slogan {
	font-size: 14px;
	text-align: center;
	color: #663399;
}

#content p {
	font-size: 14px;
	line-height: 20px;
}
#content img {
	border: 1px solid #CCC;
	padding: 5px;
	margin: 10px;
	vertical-align: top;
}

#content a {
	color:#090;	
}

#contact {
	float: right;
	width: 250px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	background-image: url(images/contact.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 177px;
	color: #FFF;
}
#contact div {
	color: #FFF;
	margin-top: 35px;
	margin-left: 20px;
}
#contact p {
	font-size: 12px;
	margin-bottom: 0px;
}
#contact a {
	color: #FFFFFF;
	text-decoration: none;
}
#contact a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#contact a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#contact a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#contact a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#contact-email {
	font-size: 10px;
	margin-right:auto;
	margin-left:auto;
	padding: 0px;
}




#sidebar {
	float: right;
	width: 250px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
}
#footer {
	font-size: 10px;
	color: #FFF;
	text-align: center;
	margin-top: 5px;
	height: 150px;
	text-decoration: none;
}
#footer a {
	font-size: 10px;
	color: #FFF;
	text-align: center;
	margin-top: 5px;
	height: 150px;
	text-decoration: none;
}
