html {
	margin: 0;
	padding: 0;
}
body {
	background: #CDC2B3 url(../images/bg.gif);
	text-align: center;
	color: #5F3E2F;
	font: 11px verdana, sans-serif;
	margin: 0px;
	padding: 20px 0px 20px 0px;
}
a {
	color:#0000CC;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #5F3E2F;
	text-decoration: none;
	font-weight:bold;
}
img {
	border: 0px;
}
#wrapper {
	width: 810px;
	margin: auto;
	text-align: left;
}
#header p {
	font-size:18px;
	font-style:italic;
	color:#211e1e;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#header {
	height: 285px;
	/*background: url(../images/head3.jpg) no-repeat;*/
}
#header div#c1 {
	padding: 170px 213px 0px 82px;
}
#header div#c2 {
	padding: 170px 113px 0px 82px;
}
#header p {
	margin: 0px;
	padding: 0px;
}

#footer {
	margin: 14px;
	text-align: center;
}

#footer a{
	color: #5F3E2F;
	text-decoration: none;
	font-weight:bold;
}

