html {
	background: #333333 url('../images/background.jpg') top center no-repeat;
}

#all {
	width:780px;
	margin:0 auto;
	/*font:normal normal normal 14px/20px "Times New Roman", "Times New Roman", "Times New Roman";*/
	
	font-family:arial, helvetica, sans-serif;
	color:#666666;
}

a:link, a:visited, a:hover, a:active{
	color:#aaa;
	text-decoration:none;
}
a:hover{
	text-decoration: underline;
}
.current a{
	text-decoration: none;
	color:#999;
	background:#444;
	
}

#header {
	height:120px;
	margin-bottom:0px;
}

#header h1 {
	margin-top:05px;
	display:block;
	width:880px;
	height:120px;
	text-indent:-9999px;
	overflow:hidden;
	background: url('../images/logo.jpg') center center no-repeat;
}

#header p {
	float:right;
	position:relative;
	top:-80px;
	font:italic normal normal 18px/20px "Times New Roman", "Times New Roman";
	color:#999999;
	text-align:right;
}

#menu{
	margin:10px 0 10px 0;
}
ul#menu li {
	padding:8px 8px 8px 8px;
	float:left;
}
ul#menu li a{
	padding:3px 3px 3px 3px;
	font-size:14px;
}


#works {
	padding:45px 45px 100px 45px;
	background:#ffffff;
	clear:both;
}

#showreel embed{
	margin:0 0 20px 23px;
	
}
#contact_info{
	margin:20px 0;
}
#contact_info strong{
	color:#333;
}

#works div h2 {
	font-size: 24px;
	margin:20px 0 20px 0;
}

#works div h3 {
	font-size: 24px;
	margin:20px 0 5px 0;
}
#works div p {
	font-size: 14px;
}


#links ul{
	margin:10px 0 10px 0;
}

#footer {
	display:block;
	width:780px;
	height:80px;
	font-size:11px;
	background:#333;
}

#footer p {
	padding:30px 0 0 30px;
	color:#666;
}
