@charset "utf-8";
/* CSS Document */

body {
}

.melanoma #wrapper {
	width: 780px;
	margin: auto;
	height: auto;
}

.melanoma  #header {
	width: 780px;
	height: 100px;
}

.melanoma  #search {
	width: 760px;
	height: auto;
}

.melanoma #sidebar_left {
	float: left;
	clear: both;
	height: 400px;
	width: 190px;
	border-top-style: inset;
	border-left-style: inset;
	text-align: center;
}

.melanoma #sidebar_right {
	float: right;
	width: 150px;
	height: 400px;
	border-right-style: outset;
	border-left-style: outset;
}

.melanoma #content {
	padding-left: 200px;
	width: auto;
	height: auto;
}

.melanoma #content .left {
	text-align: left;
}

.melanoma #content .right {
	text-align: right;
}

.melanoma #content .sub-title{
	padding-left: 180px;
	width: auto;
	height: auto;
	font-size: x-large;
	font-style: normal;
}

.melanoma #content .address{
	width: auto;
	height: auto;
	font-size: 16px;
	font-style: normal;
	text-align: left;
	display: block;
	padding-left: 150px;
}

.melanoma #content .regform{
	width: auto;
	height: auto;
	font-size: 16px;
	font-style: normal;
	text-align: left;
	display: block;
	padding-left: 50px;
}

.melanoma #news {
	float: left;
	background-color: #FF9933;
	width: 240px;
	position: relative;
	left: 150px;
}

.melanoma #events {
	float: right;
	width: 240px;
	position: relative;
}

.melanoma #footer {
	clear: both;
	font-size: 14px
}

.melanoma a {
	color: #000000;
	text-decoration: none;
	background-color: transparent;
} 
 
.melanoma a:link {
	text-decoration: none;
	background-color: transparent;
	color: #000000;
}

.melanoma a:visited {
	color: #000000;
	text-decoration: none;
	background-color: transparent;
}

.melanoma a:hover {
	color: #000000;
	text-decoration: underline;
	background-color: transparent;
}

.melanoma a:active {
	color: #000000;
	text-decoration: none;
	background-color: transparent;
}

