* {
	margin: 0;
}

body {
	background: #F6F6F6
	font-size: 14px;
	color: #303030;
}

h1, h2, h3, h4 {
	margin: 0;
}

h2, h3 {
	border-bottom: 1px solid #FFCC00;
	font-weight: normal;
}

h2 {
	margin: 20px;
	padding-left: 10px;
	font-size: 20px;
	font-weight: bold;
	border-left: 10px solid #FFCC00;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: .5em;
	line-height: 170%;
	text-align: justify;
}

ul, ol {
	margin-left: 3em;
}

li {
	font-weight: bold;
}

blockquote {
	margin: 1em 3em 1em 3em;
}

a {
	color: #FF5A00;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 20px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 20px;
}

/* Wrapper */

#wrapper {
	width: 700px;
	margin: 0 auto;
}


/* Header */

#header {
	height: 180px;
}

#header h4 {
	color: #FFFFFF;
	font-size: 13px;
	margin: 0 42px 0 0;
}

/* Menu */

#menu {
	float: right;
	margin: 0 auto;
	padding-top: 5px;
}

#menu ul {
	list-style: none;
	line-height: normal;
	margin: 0 42px 0 0;
}

#menu li {
	display: inline;
	margin-left: 1em;
	font-weight: bold;
	font-size: 14px;
}

#menu a {
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

/* Page */

#page {
}

#primarycontent
{
	position: relative;
	padding: 10px 33px 10px 33px;
	width: 600px;
	float: left;
	margin:0 auto;
}

#primarycontent h3
{
	position: relative;
	margin: 20px;
	padding: 3px 20px 3px 20px;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: -1px;
}

#primarycontent .content
{
	padding: 10px 30px 10px 30px;
	text-indent: 1em;
}


#primarycontent ul
{
	list-style-image: url(images/img09.gif);
}

#primarycontent .pic {
	padding: 5px;
	border: 1px solid #C0C0C0;
	background: #F8F8F8;
}

/* Footer */

#footer {
	color: #40c040;
	background: #F8F8F8;
	padding: 10px;
	margin: 10px;
	font-size: 12px;
}

#footer p {
	margin: 0;
}

#footer a {
	color: #666666;
}

