﻿/***********************************************/
/* CONTAINER FOR ENTIRE PAGE                   */
/***********************************************/
#container
{
	padding: 0px 0px 0px 0px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width: 1038px; /*998px;*/ /* 26px less than 1024 so we avoid the horizontal scroll bars */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: 1px solid #000000;
	vertical-align:top;
	background: #ffffff;
	overflow: hidden; /* REQUIRED for same height columns */
}


/***********************************************/
/* END CONTAINER                               */
/***********************************************/

/***********************/
/* #CONTAINER .topbox     */
/***********************/
#container #topbox
{
  float: right;
	height: 256px;
	width: 532px;
	display:block;
	background-color: #000000;
	background: #ffffff url(images/bg_topbox.gif) no-repeat left top; /*background-color: #c72027;*/
}

#topbox h3
{
  font-size: 1.2em;
  color: #000000;
}

#topbox #content
{
  padding-left: 6px;
}

#topbox #thumbs
{
	background-color: #000000;
  padding-top: 8px;
  height: 245px;
  width: 60px;
  float: left;
   text-align: center;
}

#thumbs a{
	text-decoration: none;
}
#thumbs a:link{
	text-decoration: none;
	border: 0 none;
}
#thumbs a:visited{
	text-decoration: none;
	border: 0 none;
}
#thumbs a:hover
{
  border-width: 3px;
  border-color: #FFFF00;
  padding: 1px 1px 1px 1px;
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: solid;
  border-left-style: solid;
}
#thumbs a img{
	border: 0 none;
}

#topbox #full
{
  width: 460px;
  height: 256px;
  float: right;
}

#container #videoad
{
  background-position: left top;
  float: right;
  height: 256px;
  width: 306px;
  text-align: right;
  vertical-align:top;
  padding-right: 3px;
  background: #990000 url(images/bg_videoad.gif) no-repeat left top; /*background-color: #c72027;*/
}
/***********************/
/* END #CONTAINER .topbox */
/***********************/


/***********************************************/
/* MID CONTENT                                 */
/***********************************************/
#container #colMid
{
  float: left;
  width: 660px;
  padding-top: 2px;
  padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 2px;
  font-size: 0.8em;
}

#colMid h1{
 font-size: 1.1em;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

#colMid a:link{
	color: #0080FF;
	text-decoration: none;
	border: 0 none;
}

#colMid a:visited{
	color: #0080FF;
	text-decoration: none;
	border: 0 none;
}

#colMid a:hover{
	color: #0080FF;
	text-decoration:none;
	font-weight: bold;
	border: 0 none;
}

/***********************************************/
/* END MID CONTENT                             */
/***********************************************/


/***********************************************/
/* LEFT CONTENT                                */
/***********************************************/
#container #colLeft
{
	padding-bottom: 32767px; /* REQUIRED for same height columns */
	margin-bottom: -32767px; /* REQUIRED for same height columns */
	padding-left:3px;
	float:left;
	width: 194px;
	color: #ffffff;
	background: #ffffff url(images/bg_black_sidebar.jpg) repeat-y left top; /*background-color: #c72027;*/
}
      
#colLeft .leftblock
{ 
	float:left;
	margin-bottom:3px;
	width: 167px;
	font-size: 0.6em;
}
/***********************************************/
/* END LEFT CONTENT                            */
/***********************************************/

/***********************************************/
/* RIGHT CONTENT - ADs                         */
/***********************************************/
#container #colRight
{
	padding-bottom: 32767px; /* REQUIRED for same height columns */
	margin-bottom: -32767px; /* REQUIRED for same height columns */
	float: left; 
	width: 172px; /* 131px;*/
	padding-right: 3px;
	text-align: right;
	background:  #990000 url(images/bg_red_sidebar.gif) repeat-y left top; /*background-color: #c72027;*/
}
/***********************************************/
/* END RIGHT CONTENT - ADs                     */
/***********************************************/

/***********************************************/
/* START FOOTER                                */
/***********************************************/
#container #footer
{
	clear: both; 
	font-size: 0.7em; 
	margin-left: 200px;
	background-image: url(images/footer_bar.jpg);
	width: 660px;
	background-repeat: no-repeat;
}

#footer a:link{
	color: #0080FF;
	text-decoration: none;
	border: 0 none;
}

#footer a:visited{
	color: #0080FF;
	text-decoration: none;
	border: 0 none;
}

#footer a:hover{
	color: #0080FF;
	text-decoration: underline;
	border: 0 none;
}
/***********************************************/
/* END FOOTER                                  */
/***********************************************/

/***********************************************/
/* START ADMIN CONTENT	                       */
/***********************************************/
#container #admin_content
{
	float: left;
	margin: 0 auto;
	width: 820px;
	padding: 6px;
	font-size: 0.8em;
}

#admin_content h1{
 font-size: 1.1em;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

#admin_content a:link{
	color: #0080FF;
	text-decoration: none;
	border: 0 none;
}

#admin_content a:visited{
	color: #0080FF;
	text-decoration: none;
	border: 0 none;
}

#admin_content a:hover{
	color: #0080FF;
	text-decoration:none;
	font-weight: bold;
	border: 0 none;
}
/***********************************************/
/* END   ADMIN CONTENT	                       */
/***********************************************/