@charset "utf-8";
/* CSS Document */


body {background-color: #0099CC;
color:#990066;
padding: 20px;
}


#wrapper { 
margin: 0 auto;
width: 925px;
}

#header {
font-family:"Times New Roman", Times, serif;
height: 125px;
background-image: url(head.png);
background-repeat: no-repeat;
}

#links {
padding: 10px;
}

#content {
}


#navigation {
}

#footer {
clear: both;
}