html, body {
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

body {
    font: 100.01% "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, sans-serif;
    color: #666;
    padding: 0;
	margin: 0;
	
}

body * {
    line-height:1.22em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Georgia, "Times New Roman", Times, serif;
    color:#584E57;
    clear: both;
}

h1 {
	margin:20px 0 20px 100px;
}

h2 {
    color: #CfCfCf;
	margin-top: -25px;
	font-size: medium;
}

h3 {
}

h4 {
    color: #333;
    margin-bottom: -10px;
}

p {
    margin: 10px 0;
    clear: both;
}

ul, ol {
    margin-left 0;
}

ul ul {
    margin-bottom: 20px;
}

body, #head, #foot {
	background-color: #f5f5f5;
}
#content {
		background-color: #fff;
}
#wrap {
    color: #404040;
    margin:0 auto;
    width:640px;
    height: 450px;
}

#foot {
	height: 200px;
}
#menu, #sections{
	float:right;
	list-style-image:none;
	list-style-type:none;
}

#menu {
	position:absolute;
	right:100px;
	top:10px;
}
#menu li, #sections li{
	float: left;
}
#menu li {
	margin: 0 20px;
}
#menu a, #sections a{
	color:#747474;
	text-decoration: none;
}
#menu a {
	font-size:xx-large;
	display: block;
}
#sections li a{
	font-weight:bold;
}
#sections {
	float:none;
	margin:20px auto;
	padding:0;
	width:260px;
	
}
#sections li{
	margin:0 10px;
}

#copyright {
	padding-top:100px;
	text-align:center;
}
a {
    color: #4088b8;
}

table {
    font-size: inherit;
    border: 1px solid #c8c8c8;
}

th {
    background: #d8d8d8;
    text-align: left;
    padding: 5px;
    white-space: nowrap;
}

td {
    background: #f8f8f8;
    text-align: left;
    padding: 5px;
    vertical-align: top;
}

select, input, textarea {
    font: 99% "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, sans-serif;
}

pre, code, tt, dt {
    font: 100% monospace;
    margin: 20px 0;
}

pre, blockquote {
    padding: 15px;
    background-color: #f0f0f0;
    margin: 20px 0;
    -moz-border-radius: 10px;
}

td pre {
    font: 85% monospace;
    padding: 5px;
    margin: 5px 0;
}

#wrapper {
	width: 450px;
	text-align:center;
	margin: 10px auto;
	padding: 10px;
}
