/* CSS Document */

body {
	margin:0 auto;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	background-color:#000;
	background-position:top;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
}


/*******************************************************************/

a { color:#CACACA; text-decoration:none; }
a:link { text-decoration:none; }
a:visited { text-decoration:none; }
a:hover { color:#999; text-decoration:none; }


.links { color:#B3A25D; font-size:13px; font-weight:bold; }
.links a{ color:#B3A25D; font-size:13px; font-weight:bold; }
.links a:link{ color:#B3A25D; font-size:13px; font-weight:bold; }
.links a:visited{ color:#B3A25D; font-size:13px; font-weight:bold; }
.links a:hover{ color:#CC9900; font-size:13px; font-weight:bold; }


.linksmain { color:#fff; font-size:16px; text-decoration:none; }
.linksmain a{ color:#fff; font-size:16px; text-decoration:none; }
.linksmain a:link{ color:#fff; font-size:16px; text-decoration:none; }
.linksmain a:visited{ color:#fff; font-size:16px; text-decoration:none; }
.linksmain a:hover{ color:#B3A25D; font-size:16px; text-decoration:none; }
.active {
	background-image:url(../images/linkactive.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}


/********************************************************************/
.header_gold {
	color: #B2A15E;
	font-size: 24px;
}
.header_white {color: #FFFFFF}

.left_bg {
	background-image:url(../images/leftbg.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}

.right_bg {
	background-image:url(../images/rightbg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

.sitetop {
	background-image:url(../images/sitetopbg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#000;
}

.sitebody {
	padding:35px;
}

.welcome {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#CACACA;
	font-weight:bold;
	padding-right:17px;
	line-height:20px;
}

.button1 {
	background-color:#B3A25D; color:#000; font-size:13px;
}

.button2 {
	background-color:#282828; color:#CACACA; font-size:13px;
}

