/* CSS Document */


* {
	margin: 0;
	padding: 0;
	}
	
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	}
	
h3 {
	color: #bc2026;
	text-align: center;
	margin-top: 10px;
	}
	
form {
	margin-top: 15px;
	margin-left: 15px;
	}	
	
input {
	position: absolute;
	left: 150px;
	top: auto;
	}

button {
	margin-top: 15px;
	}
	
.center {
	text-align: center; 
	margin-top: 10px;
	border-bottom: solid thin black;
	}	

#page-wrap {
	margin: 0 auto;
	width :587px;
	position: relative;
	top: 15px;
	border:  solid thin black;
	}
	
	
#dcHeader {
	border-bottom: solid medium black;
	}
	
#dcFooter {
	border-top: solid medium black;
	margin-top: 15px;
	}