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

body {
	background: url(../assets/bg_body.jpg) repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
}

img {
	border: none;
}

ul {
	list-style: none;
}

fieldset {
	padding: 5px;
	background-color: #FFFBF3;
	border: 1px solid #B9B5AA;
}

.bullets {
	padding-left: 20px;
	list-style: disc inside;
}

a {
	text-decoration: none;
}

h2 {
	font-size: 2em;
	font-weight: normal;
}

table {
	background: #FFFBF3;
	border: 1px solid #B9B5AA;
	border-bottom: none;
}

th {
	background: #BCB4A9;
	color: #000000;
	padding: 2px 5px;
}

td {
	padding: 2px 5px;
	border-bottom: 1px solid #B9B5AA;
}

#container {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 700px;
}

#header {
	position: relative;
	background: url(../assets/header.jpg) no-repeat;
	text-indent: -10000px;
	width: 700px;
	height: 153px;
	min-height: 153px;
}

#bodyContent {
	position: relative;
	background: url(../assets/bg_bodyContent.jpg) repeat-y #f7eedd;
	min-height: 350px;
	padding: 5px 35px 90px 145px;
	margin: 0;
}

#bodyContent a {
	color: #770000;
	font-style: italic;
}

#mainMenu {
	position: absolute;
	top: 143px;
	left: 10px;
	width: 115px;
	height: 150px;
	min-height: 150px;
	background: #000000 url(../assets/mainMenu_corner.jpg) no-repeat bottom right;
	color: #fff;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

#mainMenu ul li {
	margin-bottom: 7px;
	margin-left: -15px;
}

#mainMenu a {
	color: #ffffff;
}

#mainMenu a:hover, .selected {
	color: #f7e2ba;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 700px;
	height: 90px;
	min-height: 90px;
	background: url(../assets/bg_footer.jpg) no-repeat;
	margin: 0;
	padding: 0;
}

#footer p {
	display: block;
	position: absolute;
	bottom: 16px;
	right: 17px;
	text-align: right;
	color: #777;
	padding: 0;
	margin: 0;
}

#sword {
	position: absolute;
	left: 10px;
	bottom: 11px;
	width: 130px;
	height: 180px;
	min-height: 180px;
}

#bodyHeader {
	position: relative;
	top: -5px;
	right: 55px;
	width: 600px;
	min-height: 60px;
	background: url(../assets/splatter_top.jpg) no-repeat top right;
	
}

#bodyHeader h2 {
	padding: 30px 0 0 55px;
	margin: 0;
}

/* About */

#liveRight {
	position: absolute;
	right: 20px;
	bottom: 50px;
	width: 210px;
	height: 100px;
	min-height: 100px;
}

/* Contact Form */

#contactForm {
	margin: 0;
	padding: 0;
}

#contactForm #submit {
	margin-right: 20px;
	float: right;
}

.contactField {
	width: 500px;
}

#filler {
	min-height: 100px;
	height: 100px;
}

.transparentTable, .transparentTable tr td {
	background: none;
	border: none;
}