html{
	border:0px;
	margin:0px;
}
body{
	background-color:#271010;
	background-image:url("images/bg1600.jpg");
	background-position: top center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	margin:0px;
}

body,td{
	font-family: "Segoe UI", Tahoma, Verdana, Arial;
	font-size: 13px;
	color:#c0c0c0;
}
object:focus {outline: none} 

a,a:active{
	color:#ffffff;
}
a:hover{
	color:#f1f1f1;
	text-decoration:none;
}
a:visited{
	color:#f0f0f0;
}
a{
	font-weight:bold;
}

#maintable{
	background-image:url("images/texturebg.jpg");
	background-position:top center;
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-color:#000000;
}

#leftborder{
	background-image:url("images/side-border-left.png");
	background-position:top left;
	background-repeat:no-repeat;
	background-attachment:scroll;
}

#rightborder{
	background-image:url("images/side-border-right.png");
	background-position:top right;
	background-repeat:no-repeat;
	background-attachment:scroll;
}

#sidebar{
	background-image:url("images/sidebg.jpg");
	background-position:top right;
	background-repeat:no-repeat;
	background-attachment:scroll;
	border-left: 1px solid #505050;
}
#sidebarcontents{
	padding:16px;
	padding-top:23px;
}

div.mainmargin{
	margin:23px;
}
.bot20{
	margin-bottom:20px;
}

#sidebar.mainmargin{
	margin-left:13px;
	margin-right:13px;
}


.heading{
	font-size:18px;
	font-family:"Cambria", "Georgia", "Tahoma", "Verdana", "Arial";
	color:#ffffff;
}

.small{
	font-size:13px;
	line-height:16px;
}

.smaller{
	font-size:12px;
}
p.small{
	margin:0px;
}

.go a, .go a:visited, .go a:hover .go a:active{
	font-weight:bold;
	text-transform:uppercase;
	font-family: "Segoe UI", Tahoma, Verdana, Arial;
}