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

body {
margin: 0px;
background: url(/images/background.gif) center;
}


#container {
width: 900px;
margin-left: auto;
margin-right: auto;
}

#header {
height: 86px;
background: url(/images/header.gif);
}

#slideshow {

height: 602px;
}

#footer {

height: 43px;
background: url(/images/footer.gif);
}

#content {

}


#content p {
color: white;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
margin: 20px;
}
