@charset "utf-8";
/* HTML Tags */

html{ 
	height: 100%; 
	margin-bottom: 0.01em;
}

form{
	margin: 0px;
	padding: 0px;
}

body{
	background-image:url(../images/background.jpg);
	background-color:#c8c8c8;
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 20px;
	padding: 0px;
	text-align:center;
}

h1, h2, h3, h4, h5{
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}

a, a:visited{
	color: #000000;
	text-decoration:none;
}

a:hover{
	color: #721d96;
	text-decoration:none;
}

/* ID's */
#wrapper{
	text-align: center;
}

#contentWrapper{
	width: 880px; 
	margin-left: auto; 
	margin-right: auto;
	text-align: left;
	padding: 0px;
	height: 97%;
}

#links{
	width:880px; 
	height:30px;
	text-align: right;
	padding-right: 20px;
	margin-right:20px;
	color:#ffffff;
}

#header{
	width:880px;
	height:200px;
	background:url(../images/header.jpg) no-repeat center;
	background-color:#ffffff;
}

#middle{
	background-color:#FFFFFF;
	width:860px;
	text-align:left;
	padding:0px 10px 10px 10px;
}

#footer{
	width:880px;
	height:30px;
	text-align:center;
	color:#FFFFFF;
	background:url(../images/footer.jpg) no-repeat top;
	padding-top:7px;
}

