
html, body   {
	font-family: times, serif;
	font-size: 17px;
	margin-top:0px;
	margin-left:5px;
	background:#F7C61E url(img/repeat.gif) repeat-y center top; 
	text-align: center;
}


#main {
	position:absolute;
	width:647px;
	margin-left: -327px;
	left: 50%;
	padding: 5px;
	z-index:1;
	font-family: times, serif;
	font-size: 0.9em;
}

h1 {
	font-family: times, serif;
	font-size: 21px;
	font-weight: bold;
}

img {
	border: 0px;
}

img.headshot {
	border: 5px #111111 solid;
	margin: 0px;
	padding: 0px;
}

a.production{ 
	display:block;
	width: 200px;
	border: 5px #F7C61E solid;
}
	
a.production:hover {
	border: 5px #111111 solid;
}

#main a {
	color: black;
	text-decoration: none; 
}

#main a:visited {
	color: black;
	font-style: none;
}

#main a:active {
	color: black;
	font-style: none;
}

#main a:hover {
	color: #F7C61E;
}

#navmenu {
	text-align:center;
	margin:0px;
	border:0px;
	padding:5px 0px 0px 0px;
	background:#F7C61E url(img/repeatmenu.gif) repeat-x center top;
	height: 25px;
}

#navmenu li {
	display: inline;
	overflow: hidden;
	list-style-type: none;
	margin:0px;
	border:0px;
	padding:5px 0px 0px 0px;	
}

#navmenu a {
	font-size: 16px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding:0px 22px 0px 22px;
	margin:0px;
	border:0px;
}

#navmenu a:visited {
	color: #FFFFFF;
}

#navmenu a:active {
	color: #F7C61E;
}

#navmenu a:hover {
	color: #F7C61E;
}

#thumbmenu {
	text-align:center;
	margin:0px; border:0px; padding:0px;
	height:105px;
	background: #F7C61E ;
}

#thumbmenu img {
	padding: 0px;
	margin:5px 3px 5px 2px;
	border: 0px #F7C61E solid;
}

#maincontent {
	margin: 0px 17px 0px 17px;
	text-align: left;
}

#latestproduction {
	text-align:left;
	padding: 15px;
}

.left-element {
   float: left;
   width: 35%;
   text-align: left;
}

.right-element {
   float: right;
   width: 65%;
}

.left-element-people {
   float: left;
   width: 30%;
   text-align: left;
}

.right-element-people {
   float: right;
   width: 70%;
}

