@charset "UTF-8";
body  {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin-top: 0px;
	padding-top: 0px;
	font-family: "Lucida Grande","Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #555;
}
h4 {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	line-height: 1.5em;
	font-weight: bold;
	color: #333;
}
h3 {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	line-height: 1.7em;
	font-weight: bold;
	color: #333;
	margin-top: 10px;
	margin-bottom: 5px;
}
h2 {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 1.8em;
	line-height: 1.9em;
	font-weight: bold;
	color: #333;
}
h1 {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 2.2em;
	line-height: 2.1em;
	font-weight: bold;
	color: #333;
}
a:link {
	color: #F16E00;
	text-decoration: none;
}
a:visited {
	color: #F16E00;
	text-decoration: none;
}
a:hover {
	color: #F16E00;
	text-decoration: underline;
}

.latestHeadline {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	line-height: 1.5em;
	font-weight: bold;
	color: #333;
}

#container { 
	width: 875px; 
}
#sidebar_film {
	float: left;
	width: 350px;
	height: 525px;
	background-image: url(images/img_film.jpg);
	background-repeat: no-repeat;
	margin-top: 11px;
	padding: 0px;
}
#sidebar_home {
	float: left;
	width: 300px;
	height: 475px;
	background-image: url(images/img_home.gif);
	background-repeat: no-repeat;
	padding: 0px;
}
#sidebar_bio {
	float: left;
	width: 350px;
	height: 525px;
	background-image: url(images/img_bio.jpg);
	background-repeat: no-repeat;
	margin-top: 11px;
	padding: 0px;
}
#sidebar_photos {
	float: left;
	width: 350px;
	height: 525px;
	background-image: url(images/img_photos.jpg);
	background-repeat: no-repeat;
	margin-top: 11px;
	padding: 0px;
}
#sidebar_blog {
	float: left;
	width: 350px;
	height: 525px;
	background-image: url(images/img_blog.jpg);
	background-repeat: no-repeat;
	margin-top: 11px;
	padding: 0px;
}
#sidebar_contact {
	float: left;
	width: 350px;
	height: 525px;
	background-image: url(images/img_contact.jpg);
	background-repeat: no-repeat;
	padding: 0px;
}
#navigation {
	float: right;
	width: 510px;
	height: 45px;
}
#header {
	float: right;
	width: 510px;
	height: 50px;
	padding-bottom: 20px;
	clear: both;
}	
#splash {
	float: right;
	width: 550px;
	height: 390px;
	margin-top: 50px;
	background-image: url(images/splash.jpg);
	background-repeat: no-repeat;
}
#mainContent { 
	position: relative;
	float: right;
	width: 490px;
	margin-top: 50px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 10px;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#latest {
	width: 435px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 75px;
	
	
}
#home_gallery {
	position: relative;
	float: right;
	width: 330px;
	height: 190px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}


#footer
{
	height: 30px;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 75px;
	clear: both;
	
}


#footer a:link, a:visited{
	color:#555;
	text-decoration: none;
}

#footer a:hover, a:active{
	color:#333;
	text-decoration: underline;
}
