@charset "utf-8";
body {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
img {
	border: none;
}
a {
	color:#FFFFFF;
	text-decoration:none;
}
a:hover {
	color:#0070ba;
	text-decoration:underline;
}

/* general page styling */
#container #mainContent h1 {
	text-indent:-9000px;
	background-image: url(../images/main_images/sixpointfilms-logo-sm.jpg);
	background-repeat: no-repeat;
	height: 166px;
	width: 179px;
	float:left;
	margin:0;
	padding:0 0 25px 0;
}
/* main content styling */
#mainContent #twoCol {
	width:780px;
}
#mainContent #twoCol #leftCol {
	width:290px;
	float:left;
	margin-top:30px;
}
#mainContent #twoCol #rightCol {
	width:480px;
	float:left;
	padding-left:10px;
}
/* footer specific styling */
#footer {
	color: #666666;
	text-align: left;
	font-size: 11px;
}
#footer img {
	float:right;
}
#container #footer {
	margin-top:40px;
}
#home #container #footer {
	margin-top:100px;
}

/* homepage specific styles */
#home #container #mainContent {
	margin-top:10%
}
#home #container #mainContent h1 {
	text-indent:-9000px;
	background-image: url(../images/main_images/sixpointfilms-logo-lg.jpg);
	background-repeat: no-repeat;
	height: 255px;
	width: 730px;
	background-position: center;
	padding:0;
	margin:0 0 20px 0;
	float:none;
}
/*centers navigation on the homepage */
#home ul.MenuBarHorizontal
{
	padding-left:175px;
	float:none;
	margin-top:0;
}
#header {
	margin:40px 0;
}
