/*Core Styles for Broken Sky Films*/
body {
background-color: #ffffff;
font-family: arial, helvetica, sans-serif;
color: #000000;
margin: 0;
padding: 0;
}

/*=====================================================SITE-WIDE SETTINGS*/

#tableContainer {
width: 100%;
height: 100%;
text-align: center;
padding: 0;
margin:0;
}

#tdContainer {
vertical-align: top;
text-align: center;
}

/*___________________________________settings for all IMAGES*/

img {
font-size: .8em;
}

/*___________________________________settings for all HEADERS*/

h1, h2, h3 {
font-size: 1em;
font-weight: bold;
}

/*___________________________________settings for all LINKS*/

a {
color: #999999;
border-width: 0;
text-decoration: none;
}

a:hover {
color: #6699cc;
}

/*=====================================================SETTINGS FOR THE HEADER*/

#header {
background-color: #ffffff;
height: 100px;
width: 670px;
margin: auto;
margin-bottom: 20px;
text-align: center;
}

/*___________________________________settings for LOGO*/

#headerLogo {
margin-top: 40px;
margin-bottom: 20px;
text-align: left;
}

#headerLogo img {
width: 235px;
height: 48px;
}

/*___________________________________settings for the NAVIGATION*/

#nav {
text-align: center;
font-size: .9em;
background-color: #ffffff;
border-bottom: 1px solid #333333;
border-top: 1px solid #6699cc;
padding: 2px 0;
}

#nav a {
color: #333333;
font-weight: bold;
text-decoration: none;
}

#nav a:hover {
color: #6699cc;
background-color: #ffffff;
border-top: 0px solid #666666;
border-bottom: 0px solid #666666;
}

/*=====================================================MAIN CONTENT SETTINGS*/
#content {
width: 670px;
height: 280px;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
margin-bottom: 10px;
text-align: center;
border: 0px solid #333;
}

/*___________________________________settings for the LEFT CONTENT*/

.contentLeft {
float: left;
width: 340px;
height: 200px;
}

.contentLeft img {
border: 1px solid #cccccc;
width: 330px;
height: 177px;
}

#caption {
text-align: left;
padding-right: 5px;
font-size: .9em;
color: #999999;
}

#caption a {
color: #999999;
text-decoration: none;
}

#caption a:hover {
color: #6699cc;
}

/*___________________________________settings for the RIGHT CONTENT*/

.contentRight {
float: left;
width: 290px;
margin-left: 30px;
text-align: left;
margin-bottom: 20px;
}

.contentRight h1 {
font-weight: normal;
}

.contentRight h2 {
margin-top: 0;
}

.contentRight h4 {
margin: 0;
}

/*___________________________________settings for the NEWS section*/

#news {
background-color: #ffffff;
font-size: 1em;
}

#news h3 {
font-size: .9em;
}

#news span {
font-size: .8em;
}

/*___________________________________settings for the FOOTER*/

#footer {
clear: both;
width: 670px;
margin: auto;
padding-top: 10px;
font-size: .9em;
color: #666666;
text-align: left;
border-top: 1px dotted #999999;
}

#footerText {
position: absolute;
text-align: center;
width: 450px;
margin-left: 90px;
}

#footer form {
margin: 0;
padding: 0;
margin-bottom: 4px;
}

.quicktime {
float: right;
text-align: right;
margin-right: 10px;
width: 100px;
height: 40px;
}
