* {margin: 0; padding: 0; border: none; text-decoration: none;}
html {
	background: #009A5A left top;
	text-align: center;
	font: small "Georgia", "Palatino Linotype", "Times New Roman", serif;
	color: #200;
}
#wholepage {
	width: 90%;
	min-width: 750px;
	margin: 20px auto;
	border-style:solid;
	border-width:3px;
	border-color: #070;
        background: #f5fffa left top;
	text-align: left;
	padding: 5px;
}
#sidemenu {
	width: 200px;
	float: left;
}
#title {
	height: 95px;
	margin: 0px 0px 0px 202px;
	padding: 5px;
}
#topmenu {
	height: 60px;
	margin: 0px 0px 0px 202px;
	padding: 5px;
}
#content {
	position: relative;
	border-style: solid;
	border-width: 1px;
	border-color: #009A5A;
	padding: 5px;
	margin: 0px 0px 0px 202px;
}
#footer {
	position: relative;
	padding: 5px;
}
.button {
    padding: 5px 10px;
    display: inline;
    background: #777 url(images/button.png) repeat-x bottom;
    border: none;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-shadow: 1px 1px #666;
    }
.button:hover {
    background-position: 0 -48px;
    }
.button:active {
    background-position: 0 top;
    position: relative;
    top: 1px;
    padding: 6px 10px 4px;
    }
.button.red { background-color: #e50000; }
.button.green { background-color: #009A5A; }
.button.orange { background-color: #ff9c00; }
.button.blue { background-color: #2c6da0; }
.button.black { background-color: #333; }
.button.white { background-color: #fff; color: #000; text-shadow: 1px 1px #fff; }
.button.small { font-size: 75%; padding: 3px 7px; }
.button.small:hover { background-position: 0 -50px; }
.button.small:active { padding: 4px 7px 2px; background-position: 0 top; }
.button.large { font-size: 125%; padding: 7px 12px; }
.button.large:hover { background-position: 0 -35px; }
.button.large:active { padding: 8px 12px 6px; background-position: 0 top; }