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

html {overflow-y: scroll;}

{ line-height: 0; }

body {
	background-image: url(../images/stripe.png);
	margin-top: 20px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
}

p {
	margin-bottom: 0px;
	-margin-top: 0px;
}

#wrapper {
	width: 900px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -450px;
}

#banner {
	background-image: url(../images/banner.png);
	width: 900px;
	height: 200px;
}

#menubar {
	background-image: url(../images/MenuV2.png);
	width: 900px;
	height: 50px;
	background-repeat: no-repeat;
}

#mainbodytop {
	background-image: url(../images/MainBodyTop.png);
	width: 900px;
	height: 8px;
}

#mainbodymiddle {
	background-image: url(../images/MainBodyMiddle.png);
	background-repeat: repeat-y;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 3px;
	text-align: justify;
	--margin-bottom: 0px;
	--border-bottom: #F00 1px solid;
}

#mainbodybottom {
	background-image: url(../images/MainBodyBottom.png);
	background-repeat: no-repeat;
	height: 43px;
}#wrapper #mainbodymiddle {
	--font-family: "Comic Sans MS", cursive;
	font-size: 16px;
}

