html, body {
height: 100%;
}
html, body, ul, li, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	list-style: none;
}
body {
	background: #28032e url(../img/back.jpg) repeat-x;
	color: #fbdbfb;
	font: 16px Verdana,sans-serif;
	
}
html>body {
	background-attachment: fixed;
}
body table {
	width: 100%; height: 100%;
}
h1 {
	 color: #28032e;
}
h2 {
	margin-top:-25px;
	margin-left: 25px;
	padding-bottom: 40px;
}
a { color:#c899cf; }
a:hover { color: #fff; }
.menu {
	width: 30%;
	vertical-align: top;
	text-align: right;
	padding-right: 50px;
	background: url(../img/back-left.jpg) top left no-repeat fixed;
}
.menu ul {
	padding-top: 160px;
}
.menu ul li {
	color: #28032e;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
}
.menu ul li a {
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	padding-left: -30px;
}
.content {
	vertical-align: top;
	padding-right: 10%;
	background: url(../img/back-right.jpg) top right no-repeat fixed;
}
.content table {
	width: auto; height: auto;
}
p {
	padding: 10px;
}
.field {
  vertical-align: top;
	width: 250px;
	border: 2px solid #28032e;
	font-style: italic;
	background: #fff url(../img/back-input.gif) repeat-x;
	padding: 3px 3px 3px 6px;
}
.right {
	width: 160px;
	text-align: right;
	vertical-align: top;
	padding: 6px 10px 8px;
}
textarea {
	width: 250px;
	border: 2px solid #28032e;
	font: 12px verdana,sans-serif;
	font-style: italic;
	background: #fff url(../img/back-input.gif) repeat-x;
	padding: 3px 3px 3px 6px;
}
.button {
	margin-top: 4px;
	padding: 5px 9px;
	background: #60006f;
	border-width: 4px;
	border-color: #fbdbfb;
	color: #fbdbfb;
	font-weight: bold;
	font-style: italic;
}
.footer {
	padding: 80px 10px;
	background: url(../img/hr.gif) 100px center no-repeat;
}