/* ------------- 1. General ----------------------*/
html, body
{
margin:0;
padding:0;
}

body{
background: url(../images/bg.jpg) top center repeat #80407c;
font-family: Arial, Verdana, Tahoma,  Helvetica, sans-serif;
font-size: 11px;
}


a:link, a:visited, a:active {
color: #616161;
text-decoration: none;
}

a:hover {
color: #404040;
text-decoration: underline;
}

#clear { 
clear: both; 
line-height: 0px;
height: 0;
font-size: 0;
}

img, div { 
behavior: url(stylesheets/iepngfix.htc);
}

/* ------------- 2. DIV Containers --------------------*/

#container
{
width:980px;
display:block;
margin:15px auto 0px auto;
background: url(../images/bg.png) top center no-repeat;
height:565px;
}

#logo
{
width:930;
float:left;
display:block;
margin:5px 0px 15px 5px;
padding:0px;
}

#tab_panel
{
float:left;
display:block;
width: 230px;
margin:0px;
padding:0px 0px 0px 5px;

}

#map
{
float:left;
display:block;
width: 740px;
margin:0px;
padding:0px 0px 0px 0px;

}


.box a {
color: #ffffff;
text-decoration:none;
display:block;
font-weight:bold;
text-align:center;
width:120px;
float:left;
margin-left:10px;
padding-top:4px;
height:20px;
background-color: #533173;
}


.box a:hover {
text-decoration:none;
color: #fff;
background: #42ae02;
display:block;

}
