body {
/*	background: url(../images/bodybg.jpg) no-repeat fixed right 30%; */
	margin-top: 32px;	
}
a {
	text-decoration: none;
}
img {
	border: none;
}
#container {
	background: url(../images/elbows.jpg) no-repeat right 25px;
	margin: auto;
	padding-right: 320px;
	width: 320px;
}
#content {
	font-family: Trebuchet MS, Trebuchet, Verdana, san-serif;
	font-size: 85%;
}
h1, h2, p {
	margin-bottom: 0.4em;
}
h2 {
	font-family: Times New Roman, Times, serif;
	font-size: 140%;
}
form {
	margin-top: 2em;
}
fieldset {
	background: url(../images/bodybg.jpg) no-repeat right top;
	border: 1px solid #bbb;
}
legend {
	color: #2d779d;
	font-family: Times News Roman, Times, serif;
	font-size: 120%;
	font-style: italic;
	margin-left: 6px;
	padding: 0 4px;
}
form div {
	padding: 12px;
}
form div.field input {
	font-family: Trebuchet MS, Trebuchet, Verdana, san-serif;
	border: 1px solid #2d779d;
	padding: 2px;
	width: 12em;
}
form div input:hover, form div input:focus, .iehover, .iefocus {
	background-color: #FFF1DD;
}
div#btn {
	padding-top: 0;
	text-align: center;
}
div#btn input {
	background-color: #2d779d;
	border: 1px solid #fff;
	color: #fff;
	padding: 2px;
}
p.error {
	color: #944516;
	font-family: Times News Roman, Times, serif;
	font-style: italic;
	margin: 0 8px;
	padding-top: 8px;
}
p.sig {
	font-family: Times News Roman, Times, serif;
	font-style: italic;
	font-weight: bold;
	margin-top: 1.2em;
}
#footer {
	color: #2d779d;
	font-family: Times, serif;
	font-style: italic;
	font-size: 80%;
	margin: 24px auto;
	padding-top: 12px;
	text-align: center;
	width: 640px;
}
#footer a {
	color: #2d779d;
	text-decoration: underline;
}