@charset "utf-8";
/* CSS Document */
body{
background-color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
color: #525252;
font-size:13px;
}

.container{
margin: 0 auto;
width:1024px;
heigh:800px;
}

.header_nav{
margin: 0 auto;
width:1024px;
text-align:right;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}

.header_nav ul {
list-style-type:none;
}

.header_nav li{
display:inline;
padding: 0px 2px 0px 2px;
}

.wrapper {
width:1024px;
height: auto;
background-image: url(../images/2010/background.jpg);
background-repeat: repeat-y;
border: #525252 1px solid;
float:left;
}

.top {
margin: 10px auto;
margin-left:100px;
width:825px;
height: 152px;
text-align:center;
border-bottom:#525252 1px solid;
float:left;
}

.nav_wrap{
margin-left:70px;
text-align:center;
width:825px;
height: 10px;
float:left;
}

.nav {
font-family:Arial, Helvetica, sans-serif;
color: #0071b7;
font-size:14px;
}

.nav ul {
list-style-type:none;
}

.nav li{
display:inline;
padding: 0px 2px 0px 2px;
}

.content {
margin:25px 0px 0px 100px;
width:825px;
height:auto;
float:left;
}

.center{
width:825px;
height: auto;
float:left;
}

.left {
width:400px;
height: auto;
float:left;
}

.right {
width: 425px;
height: auto;
float:left;
}


a:link {color: #0071b7; text-decoration:none;}     /* unvisited link */
a:visited {color: #0071b7; text-decoration:none;}  /* visited link */
a:hover {color: #74aa37; text-decoration:none;}   /* mouse over link */
a:active {color: #74aa37; text-decoration:none;}   /* selected link */