@charset "utf-8";
body {
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link {
	color: #B0B095;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #B0B095;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
}
.style1 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
.style3 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#top {
	color: #FFFFCC;
	height: 10px;
	background-image: url(images/top-bgr2.png);
	background-repeat: repeat-x;
}
#head {
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #81815F;
	font-size: 30px;
	font-weight: bold;
	color: #534213;
	text-align: center;
	font-family: "Trebuchet MS";
	padding-top: 70px;
	padding-bottom: 70px;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(images/header-bgr5.png);
}
#content {
	top: 20px;
	width: 990px;
	left: 100px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	background-color: #FFFFE1;
	padding: 5px;
}
#box1 {
	background-color: #DADACD;
	float: left;
	width: 370px;
	padding: 10px;
	margin-right: 10px;
}
#box2 {
	background-color: #81815F;
	color: #FFFFFF;
	padding: 10px;
}
#footer {
	background-color: #FFFFE1;
	float: left;
	height: 120px;
	width: 60%;
	padding-top: 50px;
	padding-bottom: 140px;
	color: #333333;
	text-align: center;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666666;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-right: 20%;
	padding-left: 20%;
	background-image: url(images/bottom3.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: fixed;
	z-index: 5;
}
#footer a {
	color: #BCBCA5;
	font-weight: bold;
	text-decoration: none;
}

#footer a:visited {
	text-decoration: none;
	color: #A4A484;
}
#footer a:hover {
	text-decoration: none;
	color: #999999;
}
#footer a:active {
	text-decoration: none;
}
.footer {
	padding: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #81815F;
	border-right-color: #81815F;
	border-bottom-color: #81815F;
	border-left-color: #81815F;
	height: 60px;
}

#menu {
	text-align: center;
	word-spacing: 20mm;
	display: block;
	background-color: #E8E8E0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	font-size: 14px;
	font-family: "Trebuchet MS";
	color: #333333;
	font-weight: bold;
}
#blog {
	background-color: #CCCCCC;
	width: 1000px;
	padding: 0px;
	margin-right: 10px;
	height: 800px;
}
.image {
	background-color: #ECFFFF;
	padding: 5px;
	border: 1px dashed #0099FF;
}
