/* CSS Document */

html
{
	margin: 0; 
	padding: 0;  	
}

body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	color: #000;
	/* background: #fff url(bg.jpg) repeat-y center; */
  	text-align: justify;
	margin: 0px;
	padding: 0px;
	border: 0px solid red;
	background-color: #000000;
}

#container 
{
	/* background: url(bigstar.gif) no-repeat 200px 300px; */
	padding: 0px;
	margin: auto;
	width: 805px;
	background-color: #FFFFFF;
}

/*------------------------------------------------------------*
**  Main Navigation and Header
**------------------------------------------------------------*/

#heading
{
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 150px; 
	background: #fff url(http://www.16minsoffame.com/images/banner.png) repeat-x 0px 0px;
	/* border-left: 1px solid #9a9a9a; */
	border-right: 0px solid #9a9a9a;
}


#menu-top {
	margin: 0 0 0px 15px;
	padding: 0 0 0 0;	
	height: 50px;
	width: 700px;
	border: 0px solid #000;
}

#menu-top ul {
	position: relative;
	margin: 0px;
	padding: 0 0 0 0;
	list-style: none;
	font-size: 100%;	
}

#menu-top li 
{
	display: inline;
	float: left;
	border: 0px solid #000;
}

#menu-top a 
{
	float: left;
	background:url(http://www.16minsoffame.com/images/menuleft.png) no-repeat left top;
	margin:0;
	padding:0 0 0 11px;
	text-decoration:none;
	line-height: 2.5em;
}

#menu-top a span 
{
	background: transparent url(http://www.16minsoffame.com/images/menuright.png) no-repeat right top;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 18px;
	letter-spacing: 2px;
	padding:0px 10px 4px 0px;
	color:#000;
	display: block;
	float: left;
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
}

#menu-top a:hover, 
#menu-top a.active 
{ 
	background:url(http://www.16minsoffame.com/images/menulefton.png) no-repeat left top; 
}
 
#menu-top a:hover span, 
#menu-top a.active span 
{	
	background: transparent url(http://www.16minsoffame.com/images/menurighton.png) no-repeat right top;
	color:#fff;
}

#gad
{
	text-align: center
}

/*------------------------------------------------------------*
**  Left and Right Columns
**------------------------------------------------------------*/

#main
{
	float: left;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left:5px;
	margin-right: 0px;
	width: 500px;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #BF0000;
}

#right-main
{
	margin-top: 30px;
	margin-left: 530px;
	margin-right: 10px;
	padding: 0px 17px 0px 20px;
	text-decoration:none;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-bottom-color: #fff;
	border-left-color: #BF0000;
}

/*------------------------------------------------------------*
**  News Section
**------------------------------------------------------------*/

#news-date
{
	font-size: 9px;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px 0px 0px 0px;
	text-decoration:none;
}

#news-title
{
	border-bottom-style: dashed;
	border-bottom-color: #BF0000;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px 0px 0px 0px;
	text-decoration:none;
	border-bottom-width: thin;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

#news-story
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	text-decoration:none;
}

#news-date-nav
{
	font-size: 9px;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-decoration:none;
}
#size10{
	font-size: 10px;
}

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/

#footer_top
{
	float: left;
	width: 805px;
	height:128px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	top: 0px;
	left: 0px;
	position: relative;
	background-color: #fff;
	background-image: url(http://www.16minsoffame.com/images/footer_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	right: 0px;
	bottom: 0px;
	/* border-right: 1px solid #999; */
}

#footer
{
	position:relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 5px 5px;
	text-align:right;
	clear: both;
	background-color: #BF0000;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
