* {
    padding: 0;
    margin: 0;
} 

#title {
	font-size: 10px;
	color: white;
	margin-top: -10px;
	margin-bottom: -5px;
	padding-left: 10px;
}

body {
background: #555555;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 18px;
color: #333333;;
}

img { border: none; }

a { color: red;  }

a:hover { text-decoration: underline; color : #555555; }

h1 {
	font-size: 24px;
	color: #cccccc;
}
#content h1 {
	margin-bottom:1.5em;
}
#home #content h1 {
	margin-bottom:0;
}

h2 {
	font-size: 18px;
	color: black;
}
#content li {
	margin-bottom:1em;
}
#wrap {
margin: 20px auto;
width: 700px;
}

#header { 
background: #333333 url(images/header.jpg) no-repeat;
height: 166px;
}


#content {
	background: #3333333;
	padding: 20px 20px;
	background-image: url(images/content.jpg);
	background-repeat: repeat-y;
}

.left {
width: 640px;
float: left;
text-align: justify;
padding-left: 10px;
}

.left p {
	padding-bottom: 12px;
}

.indent {
	padding-left: 50px;
}

.testimonials {
	width: 90%;
	font-style: italic;
	padding-left: 35px;
}

.grey {
	color: #999999;
}


.right a { text-decoration: none } 

.galleryimg {
	margin: 3px;
	border: solid #333333 1px;
	background-color: white;
}
#production-poster {
	float:right;
	width:280px;
}
#production-poster img {
	border: solid #333333 1px;
	margin:0 0 0 30px;

}
.gallery-row {
	clear:both;
	margin:0 0 1em 3px;
}
.gallery-row img {
	border:solid #333333 1px;
}
.gallery-left-image img {
	float:left;
	margin:0 8px 0 0;
}
.gallery-right-image img {
	
}
div.clearer {
	clear:both;
}
#top {
background: #555 url(images/top.jpg) no-repeat;
padding: 5px 0;
}

#bottom {
background: #555 url(images/bottom.jpg) no-repeat;
padding: 10px 0;
}

#footer {
text-align: center;
color: #eee;
font-size: 11px;
padding: 0 0 10px 0;
}

#footer a { color: #eee; }

#production-poster {
	float: right; 
	margin-left: 10px;
}

.testimonial-author {
	color: #999999;
	margin:0 0 2em 0;
}
#content ul {
	margin-left:4em;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.solidblockmenu{
margin: 0;
padding: 0;
padding-left: 9px;
font: bold 13px Arial;
width: 700px;
border-width: 1px 0;
height: 34px;
background:  url(images/menu.jpg) no-repeat;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current, body.home #nav-home, body.education #nav-education, body.productions #nav-productions, body.contact #nav-contact{
color: white;
background: black url(media/blockactive.gif) center center repeat-x;
background-color: red;
}