* {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#Wrapper {
	width: 997px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: thin;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
#Wrapper #Header {
	background-image: url(../images/Title_bg.jpg);
	background-repeat: no-repeat;
	height: 159px;
	width: 997px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;
	background-position: center;
	border-top-color: #09F;
	border-right-color: #09F;
	border-bottom-color: #09F;
	border-left-color: #09F;
}
#Wrapper #Footer {
	background-image: url(../images/Footer_bg_plain.jpg);
	height: 190px;
	width: 997px;
}
#Wrapper #Body {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #09F;
}

