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

body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#703126;
	margin:0px;
	font-size:14px;
	color:#000;
}
a:link, a:visited, a:active {
	color:#703126;
	text-decoration:underline;
}
a:hover {
	color: #C00;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
}
#header {
	width:900px;
	height:414px;
	margin: 0px auto 0px auto;
	border-left:3px solid #2f2f2f;
	border-right:3px solid #2f2f2f;
	background-image:url(http://sirlancelot.biz/images/headerBG.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#FFF;
}
#nav {
	text-align:right;
	padding:340px 5px 0 0;
}
#nav a {
	margin:0 5px 0 5px;
	padding:5px 15px 1px 15px;
	text-align:right;
}
#nav a:hover {
	background-image:url(http://sirlancelot.biz/images/lance.gif);
	background-position:top;
	background-repeat:no-repeat;
}
#stage {
	width:900px;
	margin:0 auto 0 auto;
	padding:0px;
	background-color:#7e7e7e;
	min-height:315px;
	border-left:3px solid #2f2f2f;
	border-right:3px solid #2f2f2f;
	background-image:url(http://sirlancelot.biz/images/stageBG.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

#content {
	background-color:#FFF;
	border-left:2px solid #777;
	border-right:2px solid #777;
	margin: 0 29px 0 26px;
	min-height:315px;
	width:785px;
	padding:1px 30px 0 30px;
}
	
#col-left {
	width:530px;
	float:left;
	padding:10px;
	margin:0;
}
#col-right {
	width:210px;
	float:right;
	padding:10px;
	margin:0;
}
#listingsmenu {
	width:150px;
	float:left;
	padding:1px;
	margin:0;
}
#listings {
	width:590px;
	float:right;
	padding:1px;
	margin:0;
}


.clear {
	clear:both;
}
#footer {
	width:900px;
	margin:0 auto 0 auto;
	color:#DFDFDF;
	font-size:10px;
	text-align:center;
	letter-spacing:1px;
	background-color:#767676;
	border-left:3px solid #2f2f2f;
	border-right:3px solid #2f2f2f;
	border-bottom:3px solid #2f2f2f;
	background-image:url(http://sirlancelot.biz/images/footerBG.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding:50px 0 4px 0;
	}
#footer a, #footer a:active, #footer a:visited {
	color:#FFF;
	text-decoration:underline;
}
#footer a:hover {
	color:#900;
}


.inputbox {
	border:2px solid #703126;
	background-color:#EDEDED;
	font-size:14px;
	font-weight:bold;
	color:#444;
}

form {
	border:1px solid #999;
	padding:20px;
}
.payform {
	margin:0 0 20px 140px;
}
.payform label {
	margin-right:10px;
	font-weight:bold;
}
.paysubmit {
	margin:0 0 0 350px;
}