* {
margin:0;
padding:0;
}

body {
background:#afbbcb url(../images/bg.jpg) 0% 100% repeat-x;
font-family:Verdana, Arial, Helvetica, sans-serif;
background-attachment:fixed;
}

p {
padding:15px;
line-height:1.8em;
font-size:14px;
}

ul {
margin-left:30px;
line-height:1.8em;
font-size:14px;
}

#content a {
color:#111;
text-decoration:underline;
line-height:1.7em;
}
#content a:hover{
color:#666666;
text-decoration:none;
line-height:1.7em;
}
#content a:visited{
color:#777;
text-decoration:underline;
font-style:italic;
line-height:1.7em;
}

h3 {
margin-left:15px;
margin-bottom:-15px;
padding-top:15px;
text-decoration:underline;
font-size:24px;
}

h3 span {
font-size:16px;
}

#wrapper {
width:900px;
margin:0 auto;
padding:0;
}

#header {
width:100%;
height:70px;
margin:25px 0 55px 0;
}
#header .logo {
background:url(../images/logo.jpg) no-repeat;
width:525px;
height:100px;
}


#content {
width:830px;
min-height:500px;
background:#fff;
margin:5px 0 10px 0;
opacity:.9;
filter: alpha(opacity=90);
padding:35px;
}

img.right {
float:right;
margin:10px;
border:2px solid #ccc;
padding:2px;
}

#footer {
width:100%;
height:auto;
padding:5px 0 5px 0;
background:#fff;
font-size:10px;
margin-bottom:10px;
opacity:.9;
filter: alpha(opacity=90);
text-align:center;
}
