/* 
Created by Jason Shafer for Technology Logistics
September 2008
*/

/* 
Structure
*/

body {
	text-align: center;
	background-color: White;
}
		
div#main {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

div#header
{
    width: 960px;
    height: 100px;
}

div#left_header
{
    width: 350px;
    height: 100px;
    float: left;
    background-color: White;
}

div#logo_box
{
    width: 260px;
    height: 100px;
    background-color: #6666CC;
    float: left;
    background-color: White;
}

div#right_header
{
    width: 350px;
    height: 100px;
    float: left;
    text-align: right;
    background-color: White;
}

div#content
{
    width: 960px;
    font-family: Tahoma, Geneva, Arial, Sans-Serif;
}

div#left_column
{
    width: 560px;
    float: left;
    font-family: Tahoma, Geneva, Arial, Sans-Serif;
    font-size: .8em;
    font-weight: normal;
}

div#right_column
{
    width: 400px;
    background-color: White;
    float:left;
    text-align: justify;
    font-family: Tahoma, Geneva, Arial, Sans-Serif;
    font-size: .8em;
    font-weight: normal;
}

div#footer
{
    width: 960px;
    height: 35px;
	margin: 0;
	font-family: Tahoma, Geneva, Arial, Sans-Serif;
	text-align: center;
	font-size: smaller;
	line-height: 35px;
	vertical-align: middle;
}

/*
Rollover Button Code
*/

#button
{
    font-family: Tahoma, Geneva, Arial, Sans-Serif;
    font-size: 0.8em;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

#button li
{
    list-style: none;
    display: inline;
}

#button a
{
    color: Black;
    float: left;
    text-decoration: none;
    background-color: White;
    text-align: center;
	line-height: 25px;
	vertical-align: middle;
	padding: 0 10px 0 10px;
    
}

#button a:hover
{ 
    background-color: #FFCC00;
    color: #000000;
}

#button a:focus
{ 
    background-color: #FFCC00;
    color: #000000;
}
 
#button a:active
{
    background-color: #FFCC00;
    color: #000000;
}

/*
Header Code
*/

