body {
 	background-image: url(images/background.gif); 
	margin: 0px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	background-color: #1a1a1a;
}

.page {
	width: 600px;
	margin:auto;
}

.container {
	margin: 0 auto;
	background-image: url(images/header_update.jpg);
	background-repeat: no-repeat;
	border-color: #4c4c4c;
	border-right-width: 0px;
	border-style: solid;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-top-width: 0px;
	padding-top: 0;
	width: 600px;
	
	
	background-color: #606060;	
	
	float: left;
	display: block;
	

	-webkit-box-shadow: #000 0px 0px 200px;
	-moz-box-shadow: #000 0px 0px 200px;

}


.header{
	height: 100px;
}

.contact {
	margin-top: 8px;
	font-size: 11px;
	width: 400px;
	
	color: #999999;
	text-align: right;
	
	display: inline;
	position: relative;
	float: left;
}

.name {
	color: #666;
	text-shadow: 0px 2px 2px #000;
	font-size: 24px;

	
}

.phone {
	color: #666;
	text-shadow: 0px 2px 2px #000;
	font-size: 16px;
	line-height: 20px;
}



.email a{

	font-size: 18px;
	color: #666;
	text-decoration: underline;
	cursor: pointer;
	font-weight: bold;
	text-shadow: 0px 1px 2px #222;
}

.email a:hover{
	color: #888;
}



.gallery {
	border-color: #757575;
	border-style: solid;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-top-width: 0px;
	width: 600px;
	
	float: left;
	display: inline;

}








.section {
	background-color: #222;
	width: 600px;
	
	float: left;
	position: relative;
	display: inline;
	padding-bottom: 32px;
	
}

.sectionContent {
	margin-top: 28px;
	margin-left: 24px;
	margin-right: 24px;
}





.event {
	margin-top: 8px;
}

.date {
	text-shadow: 0px 2px 2px #000;
	font-weight: bold;
	font-size: 14px; 
	color: #666; 
	margin-bottom: 5px;
	margin-right: 16px;
}

.location {
	margin-top: 5px;
	font-size: 16px;
	color: #999;
	text-shadow: 0px 2px 2px #111;
}

.studio {
	text-shadow: 0px 2px 2px #000;
	font-size: 16px;
	color: #666;
}

.studioSubText {
	font-size: 14px;
	color: #666;
}

.highres {
	font-size: 14px;
	color: #ddd;
}






.footer {
	width: 600px;
	
	display: inline;
	position: relative;
	float: left;
}

.copyright {
	padding-bottom: 25px;
	padding-top: 25px;
	text-align: center;

	color: #575857;
	font-size: 10px;
}

h2 {
	letter-spacing: -2px;
	text-shadow: 0px -1px 1px #000;
	margin-bottom: 0px;
	font-size: 32px;
	color: #333;
	margin-top: 0px;
	text-transform: uppercase;

}



h3 {
	letter-spacing: -2px;
	text-shadow: 0px -1px 1px #000;
	font-size: 26px;
	color: #333;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: uppercase;
	
}





a {
	font-size: 12px;
	color: white;
	text-decoration: none;
}

a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #d2d2d2;
	text-decoration: underline;
}
a:active {
	color: #CCCCCC;
	text-decoration: none;
}



hr {
	margin-bottom: 12px;
	margin-top: 2px;
	border-color: #333;
	color: #111;
}

#map_canvas {
	height: 200px;
	width: 556px;
}
