a:link, a:visited{
text-decoration: none;
color: #0082c9;
}

a:hover{
text-decoration: underline;
color: #0082c9;
}

body{
margin: 0px;
padding: 0px;
background-color: #fff;
font-family: georgia;
font-size: 12px;
color: #5c5c5c;
}

img
{ border-width: 0px;
}

.wrapper{
margin: auto;
padding: 0px;
width: 970px;
}

.header{
margin: auto;
padding: 0px;
width: 970px;
height: 119px;
}

.logo{
margin: 0px;
padding: 0px;
float: left;
width: 213px;
height: 119px;
}

#menu{
margin-top: 80px;
padding: 0px;
float: right;
width: 500px;
}

#menu span{
float: left;
font-size: 18px;
display: block;
}

#menu span.spacer{
color: #ccc;
}

#menu span.menu{
color: #333;
}

#menu span.menu a{
color: #ccc;
display: block;
padding: 0 15px;
}

#menu span.menu a.selected{
color: #333;
}

#menu span.menu a:hover{
color: #333;
text-decoration: none;
}

.top{
margin: 0px;
padding: 0px;
margin-bottom: 30px;
float: left;
width: 970px;
height: 300px;
background: url(/images/layout/header.png) no-repeat top right;
position: relative;
}

.top a{
color:black;
font-size:25px;
padding:10px 60px;
position:absolute;
right:50px;
top:223px;
}

.top a:hover{
  text-decoration: none;
}

.top img{
width: 650px;
height:300px;
}

.content{
margin: 0px;
padding: 0px;
float: left;
width: 970px;
text-align: left;
}

.footer{
margin: 0px;
padding: 0px;
float: left;
margin-top: 30px;
padding-top: 25px;
height: 40px;
width: 970px;
border: 1px solid #ededed;
background: #f7f7f7;
text-align: center;
}

.footer a:link, .footer a:visited{
text-decoration: none;
}

.footer a:hover{
text-decoration: underline;
}

#author{
float:right;
overflow:hidden;
text-indent:-9999px;
width:150px;
}
