/*************************************
Main body of the site
**************************************/

body {
width:867px;
margin: 0 auto;
margin-top: 20px; 
background-color:#ffffff; 
height:100%;
text-align:left;
}

html {
	padding:0; 
	margin:0; 
	border:0;
	font-family:Trebuchet MS, Arial;
	font-size:10px;
        line-height:200%;
	color:#808080;
}

/*************************************
Styling of the columns
**************************************/
#controller{
	width:867px;
	height:100%;
	margin-bottom:-350px;
	min-height:1000px;
}

#c1
{
width:867px;
height:150px;
background-image:url(images/logo.jpg);
background-repeat:no-repeat;
}

#c2 {
padding-left:115px;
padding-top:150px;
width:867px;
height:300px;
background-image:url(images/mainbg.jpg);
background-repeat:no-repeat;
}


#c3
{
position: relative;
top: -385px;
right: -164px;
filter:alpha(opacity=90); 
-moz-opacity: 0.9; 
opacity: 0.9;
}


#top{
width:600px;
height:22px;
background-image:url(images/top_content.png);
background-repeat:no-repeat;
}

#container{
width:550px;
padding-left:25px;
padding-right:25px;
background-image:url(images/middle_content.png);
}

#bottom{
width:600px;
height:25px;
background-image:url(images/bottom_content.png);
background-repeat:no-repeat;
}

#links
{
color:#ff9b00;
Font-size: 12px;
position: relative;
top: 45px;
right: -105px;
}

#top_phone
{
color:#c6c6c6;
Font-size: 12px;
font-weight:bold;
position: relative;
top: 50px;
right: -540px;
}

#bottom_tab
{
position: relative;
top: 10px;
font-size:8pt;
}

#disc{
width:867px;
height:42px;
background-image:url(images/discback.jpg);
background-repeat:repeat-x;
}


/*************************************
Text and other layout of site
**************************************/



#links a:link, #links a:visited 
{
text-decoration:none;
color:#ff8800;
font-size:12pt;
}
#links a:hover           
{ 
color: #9999cc;
text-decoration:none;
}

a:link, a:visited 
{
color: #ff8800;
text-decoration:none;
position: relative;
}
a:hover           
{ 
color: #9999cc;
text-decoration:none;
}

td.orange{
color:orange;
}

td.gray{
color:#c6c6c6;
}
































