@charset "UTF-8";

/* Interface */

html {
margin:0;
padding:0;
}
body {
background-color:#eeeeee;
color:#333333;
font-family: "lucida sans unicode","lucida grande",sans-serif;
margin:0;
padding:0;
}
P {
font-size:15px;
margin:0 0 10px 0;
padding:0;
}
a {
color:#333333;
outline-width:0;
text-decoration:none;
}
a:hover {
color:#333333;
text-decoration:underline;
}
img {
border:0;
color:eeeeee;
font-size:10px;
margin:0;
padding:0;
}
.spacer {
width:15px;
}

/* Flash content */

#site {
background-color:#eeeeee;
background-image:url(../images/interface/bg.jpg);
background-repeat:repeat-x;
height:725px;
width:100%;
}
#site img {
display:block;
}

/* Footer */

#footer {
margin-top:20px;
position:absolute;
top:725px;
width:100%;
}
#footer_logos {
padding-bottom:10px;
}
#footer_logos img{
display:block;
}
#footer_nav {
font-size:9px;
font-weight:bold;
}
#footer_copyright {
color:#666666;
font-size:9px;
font-weight:normal;
}
