ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,div,p,blockquote,fieldset,input,dd,dt,img,q,table,thead,caption,th,tr,td, a {
	margin: 0;
	padding: 0
}

html {
	font-family: Trebuchet MS, "Lucida Sans Unicode", Arial, Lucida Sans, Tahoma, Sans-Serif;
	text-align: center;
}

body {
	font-size: 76%;
}

h1, h2, h3, h4, h5 {
	font-weight: bold;
	font-family: arial;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {font-size: 2em;}
h2 {font-size: 1.75em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.2em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}

h2, h3, h4 {
	padding: 5px;
}

p {
	margin: 5px;
}

img {
	border: none;
}

.img {
	margin: 5px;
	padding: 5px;
	border:1px solid #32B032;
}

.hidden {
	display: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

a {
	color: #648326
}

a:hover {
	color: #A0B335;
}

dd a {
	color: black;
}

ul {
	list-style: none;
}

#page {
	width: 600px;
	margin: 0 auto;
	text-align: left;
	background: white url(images/bg_page.png) repeat-y center center;
	
}

#head {
	height: 242px;
	background: white url(images/bg_header.png) no-repeat;
}

#left {
	padding-left: 30px;
	float: left;
}

#left a {
	color: #5F7D02;
	text-decoration: none;
	display: block;
}

#left a:hover {
	color: black;
}

#content {
	padding: 0 30px 0 150px;
}

#clear {
	clear: both;
}

#footer {
	height: 66px;
	padding: 20px 50px 0 50px;
	text-align: center;
	background: white url(images/bg_footer.png) no-repeat;
}

dt {
	font-weight: bold;
	padding-top: 10px;
}

dd {
	padding: 5px 0 0 15px;
}