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

body {
	background: /*url(../Images/holderback.jpg) repeat */#EA6600;
	}

#PageWrap {
	margin: auto;
	Margin-top: 100px;
	padding: 060px;
	background-color: white;
	width: 600px;
	height: auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
	}
	
#Logo {
	width: auto;
	text-align: center;
	margin-top: 30px;
}
	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:28px;
	line-height: 16px;
	font-weight: bold;
	text-align: center;
	color:#666666;
	margin-bottom: 15px;	
	letter-spacing: 1px;
	}
	
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
	text-align: center;
	color:#666666;
	text-decoration: none;
	outline: none;

	}	
.orange {
	color:#E4873C;
	}
		
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
	color:#E4873C;
	text-decoration: none;
	outline: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
	color:#E4873C;
	text-decoration: underline;
	outline: none;
}