@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #C62A2B;
	background-image: url(images/backgroundTop.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: 0 -135px;
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 120%;	
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 110%;	
}

#container {
	width: 57em;
	background-color: #C62A2B;
	margin: 0 auto;
	position: relative;

}


#header {
	background-color: #C62A2B;
	height: 380px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;

} 



#header #navibar {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 90%;
	background-color: #000;
	position: fixed;
	height: 35px;
	text-align: left;
	vertical-align: middle;
	width: 100%;
	padding-left: 20px;
	z-index: 2;
}

#header #navibar a:link,  a:visited {
	color:#fff;
	text-decoration:none;
	border-bottom-style: none;
}

#header #navibar a:hover, a:focus, a:active {
	color:#000;
	text-decoration:none;
	background-color: #fff;
}

#social {
	top: 5px;
	position: fixed;
	width: 60px;
	align: right;
	vertical-align: middle;
	z-index: 1;
	right: 220px;
}



#header #logo {
	text-align: center;
	overflow: hidden;
	position: relative;
	top: 100px;
	left: 0px;
}

#main {
	width: 95%;
	padding: 0 20px;
	background-color: #C62A2B;
	text-align: left;


}

#main #membership {
	padding: 20px 30px;
	text-align: left;
	color: #fff;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-bottom: 20px;
}

#main #insideoutside {
	padding: 20px 30px;
	text-align: left;
	color: #fff;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;	
}

#main #insideoutsidepage {
	padding: 20px 30px;
	background: #000;
	text-align: left;
	color: #fff;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;	
}

#footer {
	background-color: #C62A2B;
	text-align: center;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
} 

#footer p {
	margin: 0;
	padding: 10px 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
}

.col {
	-webkit-column-count: 2;
	-webkit-column-width: 26em;
	-webkit-column-gap: 2em;
	-webkit-column-rule: 1px dotted;
}

a:link,  a:visited {
	color:#fff;
	text-decoration:none;
	border-bottom: 1px dotted #fff;
}

a:hover, a:focus, a:active {
	border-bottom-style:solid;
}

.picBorder {
	border:1px solid #FFF;
	margin-left: 10px;
	}

.artist {
	float: left;
	clear: right;	
	}
	
.artistphoto {
	display: block;
	float: left;
	padding-right: 20px;
}

