body {
   background: #ffffff;
   background-attachment: fixed;
   margin: 0;
   padding: 0;
   text-align: center;

}

.clear {
	clear: both;
}

#container {
   margin: 0px auto;
   text-align: left;
   width: 750px;
}

h1 {
   text-indent: -9999px;
   width: 730px;
   height: 110px;
   background:  url(../img/logo2.gif) no-repeat;
   margin: 0;
   padding: 0 0 0 50px;   
   border-bottom: 1px solid #818080;
}


#left {
	width: 230px;
	float: left;
	padding: 20px 0 0px 0px;
}

#content {
	width: 479px;
	float: left;
	padding: 20px 0 10px 15px;
}

#content h2 {
	font: normal 18px Georgia, Times New Roman, Times, serif;
	color: #333333;
	width: 454px;
	padding: 0 0 0 30px;
}

#footer {	
	margin: 0px auto;
	position: relative;
	border-top: 1px solid #818080;
	width: 692px;
	padding: 5px 0;
	clear: both;
}

#footer h2 {
	maring: 0;
	text-align: center;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}

#footer h2 a:visited, #footer h2 a:link {
	color: #D3D8C4;
	text-decoration: none;
	border-bottom: 1px dotted #D3D8C4;
}

#footer h2 a:hover {
	color: #F7F7F6;
	text-decoration: none;
	border-bottom: none;
	background-color: #A5003B;
}


.showreel {
	background: #ffffff url(../img/Showreel2009.jpg) no-repeat;
    background-attachment: fixed;
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin-bottom: 10px;
}

.text {
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin-bottom: 10px;
}

.text a:link{
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: underline;
	margin-bottom: 10px;
}

.text a:hover{
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #bc0106;
	text-decoration: underline;
	margin-bottom: 10px;
}

.text a:visited{
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: underline;
	margin-bottom: 10px;
}

.imageright {
	float: right;
	padding: 7px;
	margin-left: 10px;
	background-color: #ffffff;
	border: 1px solid #bac1a3;
}

/* --- navigation --- */

#navcontainer {
	width: 210px;		
}

#navcontainer ul {
	margin: 0;
 	padding: 0;
 	list-style-type: none;
 	font: bold 12px/22px Georgia, Arial, Helvetica, sans-serif;
	text-indent: 40px;
	letter-spacing: 0px;
	border-top: 10px solid #fff;
}

#navcontainer a {
 	display: block;
 	width: 178px;
 	height: 22px;
}

#navcontainer a:link, #navcontainer a:visited {
	background:  url(../img/navbutton.gif);
 	color: #000000;
 	text-decoration: none;
}

#navcontainer a:hover {
	background:  url(../img/navbutton_over.gif);
	color: #bc0106;
	text-decoration: underline;
}

#navcontainer li a#current {
	background:  url(../img/navbutton_over.gif);
	color: #bc0106;
	text-decoration: none;
}

/* --- favorite links--- */

#favlinks {
	width: 163px;
	padding-left: 15px;
	margin-top: 10px;
	
}

#favlinks h2 {
	font: normal 16px Georgia, Times New Roman, Times, serif;
	color: #333333;	
	margin: 0 0 10px 0;
	padding: 0;
}

#favlinks ul {
	margin: 0;
 	padding: 0;
 	list-style-type: none;
	
}

ul.extlinks li {
    background:  url(../img/navbutton_fav.gif) no-repeat 0 3px;
	font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif;
	padding-left: 25px;
}

.extlinks a:link {
    color: #333333;
 	text-decoration: none;
 	border-bottom: 1px dotted #000000;
}

.extlinks a:visited {
 	color: #333333;
 	text-decoration: none;
 	border-bottom: 1px dotted #000000;
}

.extlinks a:hover {
    font: bold;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #000000;
}

