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

body {
	font: 100% "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, sans-serif;
	color: #604d50;
	padding: 0;
	font-size: 13px;
}

body * {
    line-height:1.22em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#604d50;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
}

h1 {
}

h2 {
    color: #c8c8c8;
		margin-top: -25px;
}

h3 {
}

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

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

ul, ol {
    margin-left 0;
}

ul ul {
    margin-bottom: 20px;
}

#wrap {
    color: #404040;
    /*margin: 0 12%;*/
    margin: 20px 40px;
}

a {
    color: #d46943;
}

a.nav {
	color: #d46943;
	text-decoration: none;	
}

a.nav:hover {
	color: #d46943;
	text-decoration: underline;
}

a.nav:active {
	color: #604d50;
	text-decoration: underline;
}

table {
	font-size: inherit;
}

td {
	background: #ffffff;
	padding: 0px;
	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;
}
