@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 0px;
}
#wrapper {
	text-align: left;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	height: 195px;
	width: 900px;
	position: relative;
	left: 0px;
	top: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-left-style: ridge;
	border-top-color: #000099;
	border-right-color: #000099;
	border-left-color: #000099;
}
#content {
	position: static;
	height: 478px;
	width: 900px;
	left: 0px;
	top: 0px;
	background-image: url(../images/Content_Back.png);
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: ridge;
	border-left-style: ridge;
	border-right-color: #000099;
	border-left-color: #000099;
}
#footer {
	position: relative;
	height: 20px;
	width: 900px;
	left: 0px;
	top: 0px;
	border-top-width: 1px;
	border-top-style: ridge;
	border-top-color: #000099;
}
#footer p {
	margin: 0px;
	font-size: 10px;
	color: #000099;
}
#content h1 {
	font-size: 24px;
}
#boxWrapper {
	position: relative;
	height: 331px;
	width: 900px;
	left: 0px;
	top: 0px;
}
#boxWrapper  p {
	margin: 0px;
	line-height: 125%;
}

#boxWrapperLeft {
	background-image: url(../images/Box_Left.png);
	background-repeat: no-repeat;
	float: left;
	height: 281px;
	width: 233px;
	margin-left: 35.25px;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#boxWrapperMiddle {
	background-image: url(../images/Box_Middle.png);
	background-repeat: no-repeat;
	float: left;
	height: 281px;
	width: 233px;
	margin-left: 35.25px;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#boxWrapperRight {
	background-image: url(../images/Box_Right.png);
	background-repeat: no-repeat;
	float: left;
	height: 281px;
	width: 233px;
	margin-left: 35.25px;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#boxWrapperLong {
	background-image: url(../images/Box_Long.png);
	background-repeat: no-repeat;
	padding: 20px;
	float: left;
	height: 262px;
	width: 800px;
	margin-left: 30px;
	margin-top: 29px;
}
#boxWrapperLong img {
	margin-right: 10px;
	margin-left: 10px;
}
#boxWrapperLong a {
	text-decoration: none;
}
