body {
margin:0 auto;
padding:0;
font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
background-color:rgb(182,224,150);
color:#333333;
}

a {
text-decoration:none;
color:rgb(139,206,89);
}

a:hover {
text-decoration:underline;
color:rgb(84,141,41);
}

a img {
border:0;
}

#content {
background-color:#ffffff;
color:#333333;
margin:0 auto;
padding:1px 5px;
width:750px;
border: 1px solid rgb(139,206,89);
}

#top {
margin:5px;
color:#000;
text-align:right;
font-size:16px;
}

#header {
color:#ffffff;
background:#ffffff url(images/head.jpg) bottom left no-repeat;
height:150px;
}

#header h1 {
float:left;
font-size:32px;
margin-left:10px;
}

#header em{
font-size:18px;
font-style:normal;
}

#left {
margin-top:15px;
margin-left:5px;
margin-right:5px;
margin-bottom:5px;
height:100%;
float:left;
}

#page {
margin-top:5px;
margin-left:170px;
margin-right:0px;
margin-bottom:5px;
text-align:left;
min-height: 100%;
height: auto !important;
height: 100%;
}

#page h2{
font-size:20px;
}

#foot{
clear:both;
margin:0 auto;
padding:8px 0;
border-top:1px solid rgb(139,206,89);
width:750px;
text-align:center;
color:#555555;
background-color:#ffffff;
font-size:12px;
}