html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
* {margin:0; padding:0;}

/* */


body { 
	/*background-image: url('limetree.jpg'); 
	background-repeat: repeat; 
	background-position: top left;
	background-attachment: scroll; */
	margin:0 auto;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
h1 {
	font-size: 30px;
	letter-spacing: 4px;
}
h2 {
	font-size: 24px;
}
hr {	
	clear: both;
	margin: 0px;
}
p {
	clear: both;
	margin-bottom: 18px;
	margin-top: 18px;
	line-height: 24px;
	font-weight: normal;
	color: #333;
	font-family: Georgia, "Bitstream Charter", serif;
}
a:link {
	color: #0066cc;
}
a:visited {
	color: #743399;
}
a:active,
a:hover {
	color: #ff4b33;
}
.temp {
	font-family: Arial;
	font-style: italic;
	padding: 0 30px 0;
}

/* divs */

#wrapper {
	background: #fff;
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding: 0 20px;
	text-align: left;
	width:800px !important;	/*moz width*/
	width:840px; 		/*IE width*/
}

#header {
	padding: 30px 0 0 0;
}

#title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#description {
	clear: right;
	color: #777;
	float: right;
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	margin: 15px 0 18px 0;
	width: 200px;
}

#banner {
	clear: both;
	background: #ccc;
  	width: 504px ;
	height: 128px;
}
#banner img {
	border: 0;
/*	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	height: 200px;
	width: 900px;
*/
	display: block;
	float: left;
}

#navigation {
	font-size: 14px;
	background: #000;
	color: #555;
	clear: both;
	font-style: none;
	height: 34px;
}

#navigation ul {
	list-style: none;
	margin: 0;
}
#navigation li {
	float: left;
	padding: 10px;
}
#navigation li.current {
	color: #fff;
}
#navigation li:hover {
	color: #fff;
	background: #555;
}

#content {
	float: left;
	clear: left;
	width: 680px;
	padding: 40px 10px 10px;
}
#content2 {
	float: right;
	clear: right;
	width: 180px;
	padding: 30px 10px 10px;
}
#content li, 
#content2 li {
	margin-left: 10px;
}

#footer {
	clear: both;
	background: #fff;
	padding: 20px 0 40px 0;
	margin-bottom: 20px;
}

#copyright {
	clear: left;
	float: left;
	font-size: 14px;
	width: 700;
}
#contact {
	clear: right;
	color: #777;
	float: right;
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	width: 200px;
}
