@charset "utf-8";
body {
	background-color: #55392e;
	font-family: Arial, Helvetica, sans-serif;
}
#body {
	width: 962px;
	margin: 30px auto 0px;
}
#menu {
	float: left;
	width: 146px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	height: 573px;
}
#content {
	float: right;
	width: 794px;
	border: 1px solid #000000;
	height: 571px;
}
.pad {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 20px;
	margin-right: 20px;
}
#content h1 {
	color: #ca5126;
	font-weight: normal;
	border-bottom-width: 5px;
	border-bottom-style: dotted;
	border-bottom-color: #CA5126;
}
#content p {
	font-size: 12px;
	color: #978781;
}
#content h3 {
	color: #CA5126;
}
#content a {
	color: #CA5126;
}
#menu ul {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin: 10px;
}
#menu ul li a {
	color: #55392E;
	font-size: 12px;
	font-weight: bold;
}
#menu ul li {
	margin-bottom: 10px;
}
#home {
	width: 600px;
    margin: 0px auto 0px;
}
#home h1 {
	color: #C35730;
	font-size: 18px;
	font-weight: normal;
}
#home h2 {
	font-size: 14px;
	color: #C35730;
}
#home p {
	font-size: 12px;
	text-align: justify;
}
#home a {
	color: #C35730;
}
#content h4 {
	height: 30px;
	text-align: center;
	background-color: #CA5126;
	line-height: 30px;
}
#content h4 a {
	color: #55392E;
}
.home {
	background-color: #FCB15E;
	margin: 0px;
}
