@charset "utf-8";
/* CSS Document */

body {
margin: 0px;
background-image: url(images/greenmarble.gif);
}

a:link {
text-decoration: none;
}

a:visited {
text-decoration: none;
}

a:hover {
text-decoration: none;
}

a:active {
text-decoration: none;
}

/* In container to center the page I set margin-left: auto; margin-right: auto; */

#container {
width: 950px;
border: #ffffff solid 2px;
background-image: url(images/header_bg.jpg);
margin-left: auto;
margin-right: auto;
padding-top: 10px;
}

#header {
}

#navbar {
background-image: url(images/navbars.gif);
background-position: bottom;
background-repeat: repeat-x;
}

#content {
margin-top: 10px;
margin-left: 30px;
margin-right: 30px;
margin-bottom: 10px;
padding: 10px;
padding-left: 30px;
padding-right: 30px;
background-color: #CCCC99;
border: #FFFFFF solid 3px;
text-decoration: none;
}

#footer {
font-size: 0.7em;
}

.floatright { 
float: right;
}

.floatleft { 
float: left;
}

.style2 {
font-size: 2.0em;
}

.style21 {
font-size: 0.9em;
line-height: 1.5em;
}