* {
margin: 0;
padding: 0;
}

html, body {
height: 100%;
}

p, h1 {
padding-bottom: 10px;
}

#wrapper {
position: relative;
min-height: 100%;
background: #F1E94E;
}

#header
{
height:					90px;
line-height:			85px;
background:				#F1E94E;
font-size:				18px;
padding-left:			45px;
}

#header span
{
font-weight:			normal;
color:					#000;
}

ul#navigation
{
float:					left;
margin:					65px 0 0 30px;
width:    				200px;
list-style:      		none;
border-top:    		1px solid #333;
}
ul#navigation li
{
text-align:    		center;
}
ul#navigation li a
{
display:    			block;
height:    				27px;
width:    				200px;
line-height:			27px;
text-decoration:  	none;
color:    				#333;
border-bottom:			1px solid #333;
}
ul#navigation li a:hover
{
background:  			#bbb;
color:					#eaeaea;
}

#content {
padding: 1em 1em 2.5em 1em;

margin:					50px 0 30px 250px;
} 

#tt {
font-size:				20px;
text-decoration: 		underline;
font-weight:			bold;
}

#footer {
position: absolute;
bottom: 0;
width: 100%;
line-height: 1.5em;
text-align: center;
background: #F1E94E;
} 

#footer1 {

bottom: 0;
width: 100%;
line-height: 1.5em;
text-align: center;
background: #F1E94E;
}


* html #wrapper {
height: 100%;
} 