/*-------------------| GLOBAL |-------------------*/

* { margin: 0; padding: 0; }

img, img a { border: none; }

body {
	font-family: Arial, Helvetica, sans-serif;
	}

.clear { clear: both; }

.imageLeft {
	float: left;
	margin: 0 10px 10px 0;
	}
.imageRight {
	float: right;
	margin: 0 0 10px 10px;
	}

#container {
	margin: 0 auto;
	width: 960px;
	}

/*-------------------| HEADER |-------------------*/

#header {
	height: 200px;	
	}


/*-------------------| NAVIGATION |-------------------*/

#nav {
	background: #000;
	}
#nav ul {
	}
#nav ul li {
	display: inline;
	}
#nav ul li a {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	padding: 10px 15px;
	float: left;
	display: block;
	background: #000;
	}

#nav ul li a:hover {
	background: #b40000;
	color: #fff;
	text-decoration: none;
	}

/*-------------------| CONTENT |-------------------*/

#contentWrapper {
	background: url(../images/content_border.gif) 695px top repeat-y;
	}

#content {
	padding: 0 20px 20px 10px;
	width: 665px;
	float: left;
	}

#content h1 {
	font-size: 40px;
	font-weight: normal;
	margin: 20px 0 20px 0;
	color: #b40000;
	}
#content h2 {
	font-size: 14px;
	text-transform: uppercase;
	color: #b40000;
	margin: 0 0 10px;
	}
#content h3 {
	font-size: 11px;
	font-weight: bold;
	color: #aaa;
	margin: 0 0 10px;
	}
#content p {
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 15px 0;
	}
#content ul {
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 20px 20px;
	}
#content ul li {
	margin: 0 0 10px 0;
	}

#content a:link,
#content a:visited {
	color: #b40000;
	text-decoration: none;
	border-bottom: #b40000 dotted 1px;
	}
#content a:hover,
#content a:active {
	color: #b40000;
	text-decoration: none;
	border-bottom: #b40000 solid 1px;
	}
	

label {
	display: block;
	color: #333;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;
	}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	}
	
.movie {
	background: #ebebeb;
	padding: 10px;
	margin: 0 0 30px 0;
	border: #ccc solid 1px;
	}


/*-------------------| RIGHT COLUMN |-------------------*/

#rightColumn {
    float: right;
    width: 240px;
    margin: 0 10px 20px 15px;
    }
#rightColumn p {
    font-size: 11px;
    line-height: 16px;
	margin: 0 0 15px 0;
    }

#rightColumn a {
    display: block;
    padding: 10px;
    height: 4.5em;
	margin-bottom: -15px;
    }
#rightColumn a:link,
#rightColumn a:visited {
    color: #000;
    text-decoration: none;
    }
#rightColumn a:hover,
#rightColumn a:active {
    background: #b40000;
    color: #fff;
    text-decoration: none;
    }
#rightColumn h2 {
    font-size: 11px;
    text-transform: uppercase;
    color: #b40000;
    margin: 20px 0 10px 0;
    padding: 0 5px 3px 0;
    border-bottom: #ccc solid 1px;
    }
#rightColumn h3 {
    font-size: 12px;
    text-transform: uppercase;
    }

/*-------------------| FOOTER |-------------------*/
	
#footer {
	background: #000;
	height: 23px;
	padding: 10px 15px 0;
	}
#footer p {
	color: #fff;
	font-size: 11px;
	}
#footer a {
	color: #fff;
	text-decoration: none;
	margin: 0 5px;
	}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
	}
#footer #copyright {
	float: left;
	}
#footer #footerLinks {
	float: right;
	}
