@charset "utf-8";
/* CSS Document */

body
{
	background-color:#000000;
}

p {line-height: 1.8; letter-spacing:0.2px; color: #FFFFFF; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;}
p.tip { color: #ffdda7; font-style:italic;}
p.boxed { color: #f0b66b; font-style:italic; font-size:11px;}
p.footer-text {color:#ca4700; font-size: 9px; text-align:center;}
p.newsTopic {color:#e67e45; font-size:10px; font-weight:bold; display:inline;}
p.newsText {color:#FFFFCC; font-size:10px; line-height:15px;display:inline;}
p.newsTime {color:#f0b66b; font-size:10px; line-height:15px; display:inline;}
h1 {margin:100px 0 0 0; color: #f0b66b; font-size: 24px; font-family: Arial, Verdana, Helvetica, sans-serif; text-indent:25px; text-align:bottom;} 
h2 {margin:30px 0 0 0; color: #e67e45; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold;}
h3 {margin:20px 0 0 0; color:#f09d6b; font-size: 16px; font-family: Arial, Verdana, Helvetica, sans-serif; text-align:bottom;} 
h4 {line-height: 1; margin:0px 0 0 0; color:#FFFFFF; font-size: 14px; font-family: Arial, Verdana, Helvetica, sans-serif; text-align:bottom;} 

#side-title {opacity: 0.5; color:#200002; font-size:14px; display:inline; padding-right:10px; float:right;}

a:link { color: #cc7724; text-decoration: none;}
a:visited  { color: #cc7724; text-decoration: none;}
a:active  { color: #cc7724; text-decoration: none;}

#right-inline { 
	font-size:10px; 
	color:#FFFFCC;
	display:inline;
	padding-right:10px;
	float:right;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

img.gallery 
{ 
border:solid 1px black;
background:#FFFFFF;
padding:3px;
margin-top:5px;
margin-right:5px;
margin-bottom:5px;
}

#movie-border
{
	background-color:#000000;
	padding:8px;
	width:425px;
	border:solid;
	border-width:1px;
	border-color:#FFFFFF;
}

#boxed-content
{
	background-color:#2b0202;
	/*padding-left:15px;
	padding-right:15px;*/
	margin-right: auto; margin-left: auto; margin-top:30px; margin-bottom:30px;
	padding-left: 25px; padding-right: 25px; padding-top:10px; padding-bottom:10px;
	width:380px;
	/*width:435px;*/
	border:solid;
	border-width:1px;
	border-color:#89171e;
	
}

#centering
{
	width:1024px;
	margin-right: auto; margin-left: auto;
	padding: 0px;
}

#top-left-column
{
	width:253px;
	float: left;
}

#top-middle-column
{
	width:517px;
	height:152px;
	float:left;
	background-image:url(../images/topmiddle.png);
}


#top-right-column
{
	width:254px;
	float: left;
}


#content-framing
{
	width:1024px;
	float:left;
	background-image:url(../images/tile.png);
	background-repeat:repeat;
}


#top-background-holder
{
	width:1024px;
	min-height:341px;
	float:left;
	background-repeat:no-repeat;
	background-image:url(../images/middlemiddle.png);
}

#left-column
{
	width:253px;
	float:left;
}

#text-holder
{
	width:447px;
	padding-left:35px;
	padding-right:35px;
	padding-top:25px;
	padding-bottom::35px;
	float:left;
	overflow: hidden; /* Added since IE can't handle some expansions of boxes which italic text can cause */
}

#right-column
{
	width:244px;
	float: left;
}




#footer
{
	width:1024px;
	height:14px;
	float:left;
	background-image:url(../images/footer.png);
}


