/* GLOBAL STYLING */
body {
background: #FFFFFF url('images/bg.png') repeat-x;
font-family: Arial;
font-size: 12px;
color: #333333;
padding: 0px;
margin: 0px;
}
a { font-family: Tahoma;color: #333333; }
a:hover { color: #006699; }
a img { border: 0px; }

#main {
width: 750px;
margin: 0px auto;
}
#content {
width: 710px;
height: 75px;
background: url('images/main_bg.png') no-repeat;
padding: 20px;
margin-top: 50px;
}
#logo { margin-bottom: 20px;float: left; }
#navigation { width: 400px;margin-top: 10px;margin-right: -30px;float: right; }
#navigation a { font-weight: bold;text-decoration: none;margin-right: 20px; }
#footer { text-align: center;margin-top: 20px;padding-bottom: 20px; }
#footer a { font-weight: bold;text-decoration: none; }
#footer .divider { font-weight: bold;margin-left: 15px;margin-right: 15px; }

.clear {
width: 0px;
height: 0px;
font-size: 0px;
line-height: 0px;
clear: both;
}
.float_right {
width: 280px;
margin-left: 20px;
float: right;
}

.header {
font-size: 14px;
font-weight: bold;
color: #FF6600;
}