body {
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #444;
}

img {
	border: 0;
}

a {
	color: #891e54;
}

.address {
	color: #891e54;
	text-align: left;
	padding-left: 5px;
	font-size: 80%;
}

h1, h2, h3 {
	margin: 0;
	padding: 0 30px 0 10px;
	font-weight: normal;
	color: #891e54;
	font-family: Helvetica, Arial, "Trebuchet MS", sans-serif;
}

h1 {
	margin-bottom: 50px;
}
#container {
	width: 1001px;
	margin: 0 auto;
	text-align: left;
	margin-top: 20px;
}

#header {
	position: relative;
	background: url(../images/header.png) top left no-repeat;
	width: 1001px;
	height: 99px;
}

#home_link {
	position: absolute;
	left: 400px;
	right: 400px;
	top: 30px;
	height: 60px;
}

#menu {
	background: url(../images/menu.png) top left no-repeat;
	width: 1001px;
	height: 36px;
}

#inner_menu {
	padding: 6px 0 0 60px;
	text-align: center;
}

#menu a, #menu a:visited, #footer a {
	color: #fff;
	text-decoration: none;
}

#menu a:hover, #menu a.active {
	text-decoration: underline;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu ul li {
	float: left;
	padding: 0 38px 0 0;
}

#sub_menu {
	float: left;
	width: 140px;
	margin-right: 20px;
}

#sub_menu ul {
	margin: 40px 0 0 0;
	padding: 4px 8px;
	list-style-type: none;
	background: #fbf0ec;
	height: 200px;
}

#sub_menu a {
	color: #891e54;
	text-decoration: none;
	line-height: 150%;
}

#logo {
	text-align: center;
	margin-top: 20px;
	padding-top: 10px;
	background: #fbf0ec;
	height: 172px;
}

#main {
	padding: 20px 60px;
	background: url(../images/bg.png) top left repeat-y;
	min-height: 350px;
	text-align: justify;
}

* body html #main {
	height: 350px;
}

#main_content {
/*	float: right;*/
}

#main_content p {
/*	border-left: 1px solid #891e54;
	border-right: 1px solid #891e54;*/
}

#left_text {
	min-height: 325px;
}

* body html #left_text {
	height: 325px;
}

#left_content img {
	float: left;
}

#left_content {
	margin-top: 30px;
	float: left;
	width: 400px;
}

#left_content p {
	padding: 0 30px 0 10px;
	clear: left;
}

#right_content {
	margin-top: 30px;
	width: 285px;
	float: left;
	background: url(../images/right_top_r.png) top right no-repeat #891e54;
}

#right_content h1 {
	margin: 0;
	padding: 12px;
	color: #fff;
	background: url(../images/right_top_l.png) top left no-repeat;
	font-size: 120%;
	min-height: 17px;
}

#right_content p {
	background: #891e54;
	color: #fff;
	margin: 0;
	padding: 12px;
	border-bottom: 1px solid #fff;
	clear: both;
	min-height: 150px;
}

#right_content h2 {
	color: #fff;
	background: #891e54;
	padding: 12px 12px 0px 12px;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
}

#right_content strong {
	display: block;
}

#right_content img {
	margin-bottom: 1em;
}
#big_image_container {
	border: 2px solid #3e2722;
	background: #fff;
	width: 285px;
	height: 480px;
}

#big_image {
}

.right_image {
	float: right;
	padding: 0 0 0 10px;
}

.left_image {
	float: left;
	padding: 0 10px 0 0;
}

#footer {
	padding: 20px 0 0 0;
	background: url(../images/footer.png) top left no-repeat;
	text-align: center;
	color: #fff;
	font-size: 80%;
	width: 1001px;
	height: 43px;
}

#footer p {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

#left_text table {
	padding: 7px;
}