body {
	background-color: #fff;
	font-family: arial, sans-serif;
	font-size: 10pt;
}

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
}

a:link, a:active, a:visited {
	color: #59102d;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


.noborder {
	border: 0px;
}

#head {
	margin: 0px auto;
	width: 762px;
	height: 96px;
	background-image: url('images/title.jpg');
}

#head_menu {
	margin-left: 150px;
	padding-top: 67px;
}

#container {
	margin: 0px auto;
	width: 762px;
	height: 355px;
}

#left_side {
	float: left;
	width: 508px;
	height: 355px;
	background-image: url('images/left_side.jpg');
}

#right_side {
	float: right;
	width: 249px;
	height: 355px;
}

#content {
	margin-top: 6px;
	clear: both;
	width: 762px;
	min-height: 239px;
	background-image: url('images/bg_content.jpg');
	background-repeat: no-repeat;
}

#content_full {
	margin-top: 6px;
	clear: both;
	width: 722px;
	min-height: 199px;
	background-image: url('images/bg_content.jpg');
	background-repeat: no-repeat;
	padding: 20px;
}

#left_content {
	float: left;
	width: 468px;
	padding: 20px;
}

#right_content {
	float: right;
	width: 209px;
	padding: 20px;
}

#foot {
	width: 762px;
	height: 120px;
	padding-top: 80px;
	background-image: url('images/bg_foot.jpg');
	background-repeat: no-repeat;
	color: #59102d;
}

#foot_left {
	float: left;
	width: 40%;
}

#foot_right {
	float: right;
	width: 40%;
	text-align: right;
}

.menu a:link, .menu a:active, .menu a:visited {
	float: left;
	margin-right: 40px;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}

.menu a:hover {
	text-decoration: underline;
}

h1 {
	font-family: arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #59102d;
}

