html, body {
	margin: 0;
	padding: 0;
	background: #131C6D url(webpage-pictures/bg.gif) repeat-x fixed;
	text-align: center;
}

body {
	padding: 30px;	
}

.form {
	width: 225px;
	float: right;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px inset #000066;
	font-size: 14 px;
	color: #000066;
	font-variant: small-caps;
	text-align: center;
}

#subtext {
	font-size: 12px;
	font-variant: small-caps;
	font-style: italic;
	text-align: center;
}

#menu{
	font-family: Arial Rounded;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
}
#header {
	height: 32px;
	background: url(webpage-pictures/top.gif) no-repeat;
	width: 736px;
	margin: 0 auto;
	
}
#wrapper {
	background: url(webpage-pictures/middle.gif);
	font-family: Arial Rounded;
	font-size: 18px;
	line-height: 19px;
	width: 736px;
	margin: 0 auto;
	padding: 0 0;	
	padding-top: 1px;
    padding-bottom: 1px;
}

a{
	font-size: inherit;
	font-style: normal;
}

a:hover {
	color:#FF0000
}

#content {
	color: #006;	
	text-align: left;
	width: 700px;
	margin: 0 auto;
	padding: 0 0;
}

#content h1, #content h2, #content h3, #content h4 {
	text-align: left;
	margin: 1em 0;
	letter-spacing: -1px;
}

a:h1 {
	text-decoration: none;
}

#footer {
	background: url(webpage-pictures/bottom.gif) no-repeat;
	height: 34px;
	width: 736px;
	margin: 0 auto;
}
