/*Text Formatting Etc*/

* {
margin: 0;
padding: 0;
}

body {
background: #666 url("images/headerbg.jpg") repeat-x;
text-align: center;
font: normal 11px/18px arial;
color: #333;
padding-top: 0px;
margin: 0px;
}




h1 {
width: 140px;
height: 30px;
background-color: #333;
margin: 1px 1px 1px 0;
float: left;
font: arial, verdana, tahoma, sans-serif;
font-size: 8px
padding-left: 10px;
color: #fff;
cursor: default;
}


h2 {
font: normal 14px/18px arial, tahoma, sans-serif;
color: #333;
margin-bottom: 1px;
border-bottom: 1px dashed;
background-image: url("images/strip.jpg");
background-position:bottom right;
background-repeat:no-repeat;
}



h3 {
color: #fff;
font: 11px/18px arial, tahoma, sans-serif;
text-transform: uppercase;
}

h4 {
margin: 0px;
font: normal 11px/18px arial, tahoma, sans-serif;
text-align: center;

}


h5 {
font: normal 12px/18px arial, tahoma, sans-serif;
color: #333;
margin-bottom: 1px;
border-bottom: 1px dashed;
padding-left: 3px;
background-image: url("images/strip.jpg");
background-position:bottom right;
background-repeat:no-repeat;
}


h6 {
font: normal 12px/18px arial, tahoma, sans-serif;
color: #fff;
margin: 0;
}

.formInput {
	font-family: arial, tahoma, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border: 2px solid #AA1916;
}

.formButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #000;
	border: 2px solid #AA1916;
}


.feature {

padding: 10px;
background-color: #fff;
border: 1px solid #AA1916;
}

.topfeature {

padding: 10px;
border: 1px solid #AA1916;
background: #fff url("images/small_clipboard.png") no-repeat;
background-position:top right;
background-repeat:no-repeat;
}



.fullbox	{ 
border:1px solid #B90911; 
padding-bottom: 3px;
}

.box	{ 
border-bottom:1px solid #B90911; 
padding-bottom: 3px;
background-color: #333;


}


.box2	{ 
background-color: #fff;
padding-bottom: 3px;
margin-bottom: 2px;
border:1px solid #AA1916;
text-align:left;
padding-left:5px;

}

.adBanner {
width:760px;
text-align:center;
}


p {
margin-bottom: 10px;
}

/*Layout*/

#wrapper {
width: 800px;
background-position: 0 0;
margin: 0 auto;
text-align: left;
}

#header {
width: 800px;
height: 100px;
}


#sidebar {
width: 125px;
height: 225px;
float: left;
position: relative;
left: 20px;
margin-left: -20px;
font: normal 10px/18px arial, tahoma, sans-serif;
padding-bottom: 0px;
margin-top: 5px;
}

#sidebar-b {
width: 160px;
float: right;
margin-top: 5px;
margin-right: 0px;
margin-left: 0px;
}

.newsItem	{

padding:5px 5px 5px 10px;  
border: 5px solid #AA1916; 
font-size:11px; 
width:135px;
margin-bottom:5px;
background: #fff url("images/film.png");
background-position:bottom right;
background-repeat:no-repeat;
}

#content {
float: left;
width: 465px;
text-align: justify;
padding: 10px;
margin-left: 30px;
margin-top: 5px;
border: 5px solid #AA1916;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
background: #fff url("images/film.png");
background-position:bottom right;
background-repeat:no-repeat;
}

#footer {
text-align: center;
color: #fff;
margin-top: 5px;
clear: both;
height: 75px;
width: 800px;
background: #AA1916 url("images/footerbg.jpg");
border-top: 4px solid #AA1916;
}



#hleft {
width:400px;
float: left;
text-align:left;
font: normal 10px/18px arial, tahoma, sans-serif;
color: #fff;
}

#hright {
width:400px;
float: right;
text-align:right;
font: normal 12px/18px arial, tahoma, sans-serif;
color: #fff;
}

#search {
text-align:center;
font: normal 12px/18px arial, tahoma, sans-serif;
color: #fff;
}

.rightButton {
width:400px;
float: right;
text-align:right;
font: normal 12px/18px arial, tahoma, sans-serif;
color: #fff;
}



.adverts	{
float:right;
padding:5px 5px 5px 10px;  
border: 5px solid #AA1916; 
font-size:11px; 
width:140px;
margin-bottom:5px;
background: #fff url("images/film.png");
background-position:bottom right;
background-repeat:no-repeat;
text-align:center;
}

/*navigation*/

#nav {
list-style: none;
z-index: 2;
width: 115px;
border: 5px solid #AA1916;
}

#nav li a {
color: #000;
font: normal 11px/24px arial, tahoma, sans-serif;
display: block;

height: 24px;
background-color: #fff;
border-bottom: 1px solid #000;
padding-left: 10px;
text-decoration: none;
}

#nav li a:hover {
background-color: #000;
color: #fff;
}

/*Other Links And Images*/

a {
	color: #fff;
	text-decoration: underline;
}
a:hover {
	color: #AA1916;
	text-decoration: underline;
}

#content a {
	color: #AA1916;
	text-decoration: underline;
}

#content a:hover {
	color: #000;
	text-decoration: underline;
}


#sidebar-b a {
	color: #AA1916;
	text-decoration: underline;
}


#sidebar-b a:hover {
	color: #000;
	text-decoration: underline;
}

#textright a:hover {
color: #000;
text-decoration: underline;
}

a img { 
border: 1px solid #000; 
margin: 3px; 
padding: 3px; 
}

a:hover img { 
border-color: #AA1916; 
}



#sidebar-b img {
	border: 0px;
}

#sidebar img {
	border: 0px;
}

#Largebanner img {
	border: 0px;
}


#hright img {
	border: 0px;
}

#search img {
	border: 0px;
}

.rightButton img {
	border: 0px;
}

.left {
margin: 2px 10px 5px 0;
float: left;
}

.left2 {
margin: 0px 10px 5px 0;
float: left;
}

.boxLeft {
float: left;
width: 212px;
text-align: left;
border:1px solid #B90911; 
margin-bottom:10px;
margin-right: 10px;
padding-bottom: 5px;

}

.boxRight {

width: 213px;
text-align: left;
border:1px solid #B90911; 
margin-bottom:10px;
padding-bottom: 5px;

}

.releases	{ 
padding-top: 2px;
padding-bottom: 0px;
padding-left:10px;
margin-bottom: 2px;
}

#textleft {
width:395px;
float: left;
text-align:left;
padding-left:5px;
font: normal 10px/18px arial, tahoma, sans-serif;
color: #fff;
}

#textright {
width:385px;
float: right;
text-align:right;
padding-right:15px;
font: normal 10px/18px arial, tahoma, sans-serif;
color: #fff;
}


#banner {
width: 793px;
height: 60px;
text-indent:145px;
}

#Largebanner {
width: 100%;
height: 90px;
text-indent:40px;
}


.centeredImage
    {
    
    display:block;
	margin-left: auto;
    margin-right: auto;
    }
