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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CCCCCC;
}

div#header{
	background-color: #FFFFFF;
	background-image: url(images/logo.jpg);
	height: 187px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

div#links{
	float: left;
	position: relative;
	width: 100%;
	background-color: #000000;
	height: 30px;
}

ul#nav{
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	color: #FFFFFF;
	list-style-type: none;
	position: relative;
	margin-top: 7px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 780px;
}

ul#nav li{
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
}

ul#nav a:link{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}

ul#nav a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
}

ul#nav a:visited{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;

}

ul#nav a:active{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
}


div#containter{
	width: 100%;
	position: relative;
	float: left;
	padding-top: 50px;
}

div#content{
	width: 780px;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 10px;
	height: 100%;
}

div#comrades-content{
	width: 780px;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 10px;
	height: 1200px;
}

div#comrades{
	width: 540px;
	position: relative;
	float:left;
}

div#events{
	width: 230px;
	position: relative;
	float: left;
	padding-left: 5px;
	border: 1px dotted #999999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

div#events h3{
	margin: 0px;
	padding: 0px;
}

div#content-artists{
	width: 780px;
	height: 1200px;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 10px;
}

div#contact{
 width: 140px;
 height: 520px;
 float: left;
}

div#map{
 width: 640px;
 height: 520px;
 float: left;
}

div#content-contact{
width: 780px;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 10px;
    height: 560px;
}

div.artist{
	float: left;
	height: 300px;
	width: 300px;
	position: relative;
	margin-left: 60px;
	padding: 0px;
	margin-bottom: 30px;
	border: 0px solid #000000;
}

img.right{
	float: right;
	border: 1px solid #999999;
	margin: 4px;
}

img.left{
	float: left;
	border: 1px solid #999999;
	margin: 4px;
}

img.piece{
	border: 1px solid #999999;
	margin: 4px;
}

.gone{
	display: none;
}

h2.artist-name{
	text-align: center;
	font-size: 36px;
	line-height: 60%;
	background-color: #999999;
	z-index: 100;
	text-transform: uppercase;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	
}

h2.artist-name a{
	color: #000000;
	text-decoration: none;		
}

div#vertical_container{	width: 700px;	margin-left: 20px;}

	.accordion_toggle {
	display: block;
	height: 30px;
	width: 700px;
	padding: 0 10px 0 10px;
	line-height: 30px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 16px;
	color: #000000;
	cursor: pointer;
	margin: 0 0 0 0;
	background-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
		}
		
		.accordion_toggle_active {
	color: #ffffff;
	background-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
		}
		
		.accordion_content {
	background-color: #ffffff;
	color: #333333;
	overflow: hidden;
		}
			
			.accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}
			
			.accordion_content p {
	padding-right: 10px;
	padding-left: 10px;
			}
