body {
	background-image: url(../images/head_bg.png);
	background-position: left top;
	background-repeat: repeat-x;	
	padding: 0;
	margin: 0;
	font-family: corbel, arial;
	font-size: 16pt;
}

h2 {
	font-size: 22pt;
	margin-top: 0px;
}

.fadeLeft {
	width: 119px;
	background-image: url(../images/body_fade_left.png);
	background-repeat: repeat-y;
	position: fixed;
	left: 0px;
	top: 0px;
	bottom: 0px;
} 

.fadeRight {
	width: 119px;
	background-image: url(../images/body_fade_right.png);
	background-repeat: repeat-y;
	position: fixed;
	right: 0px;
	top: 0px;
	bottom: 0px;
} 

.header {
	position: relative;
	width: 960px;
	height: 120px;
	margin: 0 auto 0 auto;
}

.logo {
	position: absolute;
	/*background-image: url(../images/logo.png);*/
	background: url(../images/header-logo.png) no-repeat center;
	background-size: contain;
	width: 230px;
	height: 80px;
	margin: 20px 0px 0px -70px;
	z-index: 10;
	float: left;
}

.menu {
	float: right;	
	margin: 40px 20px 0 0;
}

.index {
	width: 62px;
	background-image: url(../images/menu_item_home.png);
}

.artists {
	width: 61px;
	background-image: url(../images/menu_item_artists.png);
}

.about {
	width: 65px;
	background-image: url(../images/menu_item_about.png);
}

.contact {
	width: 87px;
	background-image: url(../images/menu_item_contact.png);
}

.menu_sep {
	width: 5px;
	height: 45px;
	background-image: url(../images/menu_item_divider.png);
	margin-left: 14px;
	margin-right: 8px;
	float: left;
}

#mi {
	height: 16px;	
	float: left;
	display: block;
	margin: 10px 10px 0 5px;
}

#mi:hover {
	background-position: 0 16px;
}

.content {
	width: 960px;
	margin: 0px auto 0px auto;

}

.missionStatement {
	margin-top: 30px;
	padding: 20px;
	background-color: #ececec;
	border-radius: 10px;
}

.home_col {
	width: 300px;
	height: 400px;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #ececec;
	border-radius: 10px;
	float: left;
}

.artistProfile {
	width: 1024px;
	height: 200px;
	background-image: url(../images/MS_back.png);
	position: relative;
	margin:0 0 0 -30px ;
}

.aboutContent {
	background-color: #fff;
	position: relative;
	height: 230px;
	width: 960px;
	margin-top: 50px;
	border-radius: 10px;
}

.aboutRaffel {
	background-color: #fff;
	height: 700px;	
	width: 960px;
	position: relative;
	margin-top: 50px;
	border-radius: 10px;
}

.footer {
	width: 100%;
	height: 184px;
	background-image: url(../images/footer_tile.png);
	clear: both;
}

.contactBody {
	width: 960px;
	height: 650px;
	margin: 0 auto 0 auto;
	position: relative;	
}

.msg {
	margin: 0px 0 0 -10px;
	width: 242px;
	height: 483px;
	background-image: url(../images/msg-back.png);
	position: absolute;
	right: 10px;
	top: 35px;
}

.msgForm {
	margin: 75px 0 0 31px;
}

.msgfield {
	font-family: arial;
	width:174px; 
	height: 23px; 
	border: 1px solid #b2b2b2; 
	border-radius: 5px;
	padding: 10px;
	font-size: 12pt;
	color: #999; 
	margin: 5px;
}

.msgSend {
	height:44px;
	width: 116px;
	background-image: url(../images/msg-send.png);
	background-position: left top;
	background-color: transparent;
	margin: 5px 0 0 85px;
	border: none;
}

#map_canvas {
	float: right;
	width: 700px;
	height: 500px;
	border: 1px solid gray;
}