/*
lilac c669ff
dark pink 6c0a2e
pink b93965
brown 977a4b
beige b9b29b
*/

body {
	background-color: #60575A;
	background-image: url('../images/drop_shadow_border.png');
	background-position: 950px 0px;
	background-repeat: repeat-y;
}

div#left_section {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 1200px;
	background-color: #b9b29b;
}

div#right_section {
	position: absolute;
	top: 0px;
	left: 320px;
	width: 640px;
	height: 1200px;
	background-color: white;
}

div#header {
	top: 0px;
	height: 240px;
	background-color: #b93c61;
}

div#header h1 {
	color: #bbbbbb;
	position: relative;
	margin-top: 0px;
	left: 20px;
}

div#header h1 img {
	position: relative;
	left: -12px;
	top: 35px;
}

div#header h1 {
	top: 60px;
}

div#body {
	top: 240px;
	padding-left: 16px;
	padding-top: 16px;
	padding-right: 16px;
	font-family: Georgia;
	font-size: 13px;
	line-height: 20px;
}

div#body {
	font-family: sans-serif;
	color: #60575A;
}

div#body h2 {
	font-family: Georgia, serif;
	color: #60575A;
}

div#body h3 {
	font-family: Georgia, serif;
	color: #60575A;
}

div#body a {
	color: #c669ff;
}

img#service_area {
	border: none;
	position: absolute;
	top: 602px;
	left: 360px;
	height: 155px;
}

ul#contents_menu {
	list-style-type: none;
	font-family: Georgia;
	font-size: 28px;
	color: #667a61;
	line-height: 80px;
	position: relative;
	top: -20px;
	left: -10px;
}

p#copyright {
	font-size: 10px;
}

p#copyright a {
	color: inherit;
}

ul#contents_menu li a {
	text-decoration: none;
	color: #667a61;
}