*{
margin: 0;
padding: 0;
}

.float_left{
float:left;
}

.float_right{
float:right;
}

.clear{
clear:both;
}

.hide{
display:none;
}

ul li{
list-style-type:none;
}

body{
background: #FFF url(../images/bg.gif) repeat top left;
font: normal 100% "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#wrapper{
background: #FFF;
width:1000px;
margin:0 auto;
}

#login{
background: #FFF;
font-size: 70%;
font-weight:bold;
padding: 3px 8px;
}

#login_nav a{
text-decoration:none;
color:#333333;
}

#login_nav a:hover{
color:#999999;
}

#topnav{
background: #FFF url(../images/topnav.jpg) no-repeat top center;
height:60px;
}

#logo{
padding:0 0 0 55px;
}

#logo a{
background: url(../images/logo.jpg) no-repeat top right;
width:220px;
height:41px;
display:block;
text-decoration: none;
}

#heading{
background: url(../images/heading.jpg) no-repeat top left;
width:279px;
height:41px;
padding:0 55px 0 0;
}

#flash{
height:240px;
}

#left_content{
width: 720px;
padding: 15px;
font-size: 75%;
}

#right_content{
width: 220px;
padding: 15px;
font-size: 75%;
}

#footer{
background:#455966;
color:#FFF;
font-size: 85%;
height:200px;
border-top: 1px solid #8AC2E6;
}

#left_foot{
width:470px;
padding:15px;
}

#right_foot{
width:470px;
padding:15px;
}