body {
	font-family: tahoma, helvetica, arial, sans-serif;
	text-align: center;
	color: #f5f5f5;
	background: #2E8B57;
	padding-bottom: 12px;
}

a {
	color: #f5f5f5;
}

a:hover {
	text-decoration: underline;
}

table {
    width: 100%;
    float: center;
}

table caption {
    font-size: 20px;
    font-weight: bold;
    padding-top: 50px;
    padding-bottom: 25px;
}

table td {
    font-size: 16px;
    text-align: center;
    padding-top: 6px;
}

#wrapper {
	margin: 16px auto;
    width: 650px;
	text-align: left;
}

#wrapper h1 {
    text-align: center;
}

#nav {
	width: 100%;
    height: 26px;
}

#nav ul {
    list-style-type: none;
}

#nav li {
    width: 80px;
    float: right;
}

#nav a {
	font-weight: bold;
	display: block;
	text-align: center;
    text-decoration: none;
    font-size: 14px;
    padding-right: -1px;
    padding-bottom: 2px;
}

#nav a:hover {
    text-decoration: underline;
}

#content_wrapper {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

#right {
    margin-left: 220px;
    margin-right: 10px;
    width: 430;
}

#right p.top {
    padding-top: 50px;
}

#left {
	width: 220px;
    float: left;
}

#left img {
    margin: 48px 8px 8px 8px;
    position: relative
}

#footer {
	text-align: center;
    font-weight: normal;
	font-size: 12px;
    float: bottom;
}

