body {
text-align: center;
}

body,td { font-family: Arial, Times New Roman; }

#container {
background-image: url(images/bg.jpg);
background-repeat: repeat-y;
text-align: left;
width: 768px;
border: 1px solid;
margin: auto;
}

#header {
}
.center { text-align: center;
margin-bottom: 35px;}
#left {
width: 150px;
float: left;
}

#main {
float: left;
width: 615px;
}

ul.menu, ul.menu li {
list-style-type: none;
margin-left: 0px;
padding-left: 0px;
}

/* #menu-wrapper {
margin-left: 10px;
}*/

.big-green {
font-size: 1.2em;
color: #006f54;
}

#footer {
clear: both;
font-style: italic;
text-align: center;
}

