/* v1.0 | 20080212 */

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of reset styles */

@charset "utf-8";
body {
	background-color: #638b04;
	font-family: "Trebuchet MS", Arial;
}
#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#head {
	height: 631px;
	width: 418px;
	background-image: url(images/header.jpg);
	float: left;
}
h1 {
	text-indent: -9999px;
}
.left-img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.right-img {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

#main {
	float: right;
	width: 582px;
}
#nav {
	margin-top: 20px;
	width: 508px;
}

#nav li {
	font-size: 17px;
	margin-right: 20px;
	margin-bottom: 10px;
	float: left;
	background-image: url(images/link-paw.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 23px;
}
#nav a {
	color: #FFFFFF;
	text-decoration: none;
	background-repeat: no-repeat;
}
#content {
	background-image: url(images/content-top.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 508px;
	background-color: #F7F8F4;
	padding: 20px;
	margin-top: 20px;
	clear: both;
}
#content  h2   {
	font-size: 24px;
	color: #638b04;
	margin-bottom: 20px;
}
#content h3 {
	color: #638B04;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #638B04;
}
#content h4 {
	color: #354B01;
}

#content a {
	color: #668323;
}


#content p {
	font-size: 14px;
	color: #354b01;
	line-height: 22px;
	margin-bottom: 20px;
}
#content-bottom {
	background-image: url(images/content-bottom.gif);
	height: 20px;
	width: 548px;
}
#footer {
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #CCFF33;
	text-align: right;
	padding-right: 35px;
}
#footer img {
	float: left;
	margin-left: 20px;
}

#footer a{
	color:#FFCC00;
}
