@charset "utf-8";

* {
    padding: 0;
    margin: 0;
}

body {
	font-weight: bold;
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000066;
	font-size: 11px;
	color: #2C3791;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000066;
	text-decoration: underline;
}
a:hover {
	color: #666666;
}
a:visited {
	color: #666666;
}




#container {
	position:absolute;
	width:750px;
	height:3109px;
	z-index:1;
	left: 102px;
	top: 0px;
	background-color: #FFFFFF;
	padding: 12px;
}
#flags {
	position:absolute;
	width:100px;
	height:201px;
	z-index:2;
	background-image: url(images/hurricaneflags.jpg);
	background-repeat: no-repeat;
	top: 5px;
	left: 40px;
}
#header {
	position:absolute;
	width:433px;
	height:148px;
	z-index:3;
	background-image: url(images/SHMusicLogo.JPG);
	background-repeat: no-repeat;
	left: 151px;
}

#contact {
	position:absolute;
	width:577px;
	height:502px;
	z-index:2;
	left: 152px;
	top: 176px;
	font-weight: bold;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #C6B071;
}
#container #contact p em {
	font-size: 9px;
	font-weight: normal;
}
