/* CSS Document */

HTML {
	overflow-x:auto; /* Required for Internet Explorer */
}

BODY {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../img/mainbg.jpg);
	background-repeat:repeat-y;
	background-position:center;
	color:#111;
	margin:0 auto 0 auto;
	width:780px;
	text-align:left;/* Required for Internet Explorer */
	padding:0px; /* Required for Opera */
}

TABLE {
	border:none;
	width:100%;
}

IMG {
	border:0px;
}

a:link, a:active, a:visited {
	color:#BB734B;
	font-weight:bold;
}

a:hover {
	color:#A00F3F;
}

.menu {
	background-image:url(../img/menubg.jpg);
	background-repeat:no-repeat;
	text-align:center;
	font:bold 13px Arial, Helvetica, sans-serif;
	padding:12px 0 22px 0;
}

.menu a:link, .menu a:visited, .menu a:active {
	color:#111;
	text-decoration:none;
}

.menu a:hover {
	text-decoration:underline;
}

.left {
	width:210px !important;
}

.leftside {
	padding:4px 0 4px 15px;
	line-height:15px;
}

.right {
	width:160px !important;
	background-color:#EDEDED;
}

.tablebg {
	background-image:url(../img/background.jpg);
	background-repeat:repeat-y;
}

.content {
	padding:4px;
	line-height:15px;
}

.spacer {
	height:15px;
	background-color:#111;
}

.footer {
	text-align:center;
	padding:5px 0 5px 0;
	background-color:#CCC;
}

.footer a:link, .footer a:visited, .footer a:active {
	color:#111;
	text-decoration:none;
	font-weight:normal;
}

.footer a:hover {
	text-decoration:underline;
}
