* {
	margin: 0;
	padding: 0;
}

#wrapper {
    position: absolute;
    top: 0;
    left: 0;
}

html>body, html>body #wrapper {
    height: auto;
} 

body, #wrapper {
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
    	min-height: 100%;
    	width: 100%;
    	height: 100%;
}

#search {
	float: right;
	width: 300px;
	padding-top: 90px;
}

p	{
	padding-left: 20px;
}

h1	{
	padding-left: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 300%;
}

h2 	{
	padding-left: 20px;	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 150%;
	height: 20px;
	background: url(images/img12.gif) no-repeat;
	padding-bottom: 1em;
}

a:link {
	color: #3490F8;
}

a:hover, a:active {
	text-decoration: none;
	color: #F89934;
}

a:visited {
	color: #666666;
}

#footer {
	height: 35px;
	width: 100%;
 	position: absolute;
    	bottom: 0 !important;
	bottom: -1px;
	background: url(images/img02.jpg) repeat-x;
	border-top: 1px solid #999999;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 85%;
}
