@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body{
	background-color:#FFFFFF;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:85%;
	}
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}
p.last{
	background:url(../assets/bottom.png) no-repeat left bottom;
	padding-bottom:1em;
}

#clear {
	clear: both;
	height: 3px;
 	}
#wrapper{
	position:relative;
	width:800px;
	margin:0 auto;
	text-align:left;
	background:url(../assets/wrapper_body.png) repeat-y;
	}
/*-----------Position Container element-------------*/
#header {
	position:relative;
	background:url(../assets/header.png) no-repeat;
	height:73px;
	list-style: none;
	}
#main {
	background: url(../assets/wrapper_body.jpg) repeat-y;
}
#main h1 {
	height: 23px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #333333;
	text-indent: 1em;
	line-height: 20px;
}
#main h2 {
	font-size: 1.1em;
	padding-left: 10px;
	text-indent: 1em;
}
#main p{
	padding-left: 2.5em;
	padding-right: 1.2em;
	line-height: 1.3em;
}
#footer p {
	color: #FFFFFF;
	text-align: right;
	margin-right: 10px;
}

#logo {
	height: 38px;
	width: 351px;
	margin-top: 20px;
	margin-left: 20px;
	float: left;
}
#home {
	height: 25px;
	width: 100px;
	vertical-align: bottom;
	float: left;
	margin-top: 42px;
	margin-left: 100px;
}
#support {
	height: 25px;
	width: 175px;
	vertical-align: bottom;
	float: right;
	margin-top: 42px;
	margin-right: 30px;
}

#footer {
	background: url(../assets/footer.jpg) no-repeat;
	height: 45px;
}
a:hover  {
	background: #98BADC;
	text-decoration: none;
}
