﻿/*
	HTML styles
*/

*
{
	margin: 2;
	padding: 0;
}

body
{    
    font-family: "Lucida Sans Console" , Sans-Serif;
    text-align: center;
    background-color: #E6551E;
    background-image: url('img/bg.gif');
    background-repeat: repeat-x;       
}



/*
	Layout elements
*/

div#container
{    
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 900px;
    border: solid 0px #FDEA17;
}

.navbox
{   
    position: relative;
    height: 195px;
    width: 900px;         
    margin: 0 auto;     
    background-image: url('img/header.gif');
    background-position: left top;
    background-repeat: no-repeat;
    border: solid 0px red;
}

div#header
{
    float:left;
    padding-top: 15px; 
    margin-left: 0px;    
    border: solid 0px blue;
}

div#header H1 SPAN
{
	display: none;
}

div#header H2
{
	color: #333333;
	float: right;	
	padding-top: 2px;
	margin-left: 50px;
	font-size: 20pt;
	font-style: italic;
	font-variant: small-caps;	
	text-align: right;
}

div#contents
{
  margin-top: 0px;
  padding: 0px;
}

div#homepage
{
  position:relative;
  width: 900px;
  height: 228px;  
}
/* footer */
.footerbox
{
    position:relative;
    width: 900px;
    height: 205px;    
    margin: 0 auto;  
    background-image: url('img/footer.gif');
    background-repeat: no-repeat;
    background-position: center bottom;
    border: solid 0px magenta;
}

div#footer
{
	clear: both;
	width: 900px;
	color: #FFCC00;
	padding-bottom: 0px;
	font-size: 8pt;
	text-align: right;
	font-weight: bold;
	border: solid 0px blue;
	background-color: #62B535;
}
div#footer a {
  color: #FFCC00;
  text-decoration: none;
}

div#footer a:hover {
  color: #FFCC00;
  text-decoration: none;
}

div#footer a:visited {
  color: #FFCC00;
  text-decoration: none;
}

div#news_wrapper
{
    float: left;
    width: 250px;
    height: 205px;
    background-image: url('img/news_bg.gif');
    background-repeat: no-repeat;
    background-position: center bottom;
    border: solid 0px blue;
}

div#banner_wrapper
{
    float: left;
    width: 645px;
    height: 205px;    
    border: solid 0px green;
}
.ColFirst
{
    float: left;
	width: 400px;
	height: 40px;
	margin-top: 35px;
	margin-left: 150px;	
	border: solid 0px green;
}
.ColSimple
{
    float: left;
	width: 80%;
	margin-top: 10px;
	margin-bottom: 3px;	
	border: solid 0px gray;
}
.ColLast
{
    float: left;
	width: 20%;
	margin-top: 10px;
	margin-bottom: 3px;	
	border: solid 0px cyan;
}
.Col1
{
    float: left;
	width: 30%;	
	margin-top: 20px;
	border: solid 0px maroon;
}
.Col2
{
    float: left;
	width: 30%;	
	border: solid 0px black;
}
.Col3
{
    float: left;
	width: 60%;	
	border: solid 0px fucsia;
}
/*styles*/
.category_banner
{
    float: left;
    width: 150px;	
	margin-left:7px;
    border: solid 0px black;
}
