
/* CSS Document */

body {
	background-color:#4a1d57;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px 10px;
}

h1 {
	color:#d2a127;
	font-size:16px;
}

h2 {
	font-size:16px;
}

a {
	color:#d2a127;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

strong {
	color:#d2a127;
}

#animation-580 {
	position:absolute;
	right:0px;
	top:-9px;
	z-index:20;
}


#wrapper {
	border-right:2px solid #333;
	margin:0 auto;
	position:relative;
	width:750px;
}

#goldbar {
	background-image:url('/images/css-images/gold-bar.png');
	bottom:-3px;
	height:53px;
	position:absolute;
	width:750px;
	z-index:5;
}

#content {
	background-image:url('/images/css-images/content.png');
	background-position:right;
	background-repeat:repeat-y;
	height:100%;
	margin:0 0 0 170px;
	min-height:440px;
	padding:15px 10px 30px 10px;
}

.indent {
	width:300px;
}

#copyright {
	float:left;
	padding:5px;
	width:350px;
}

#footer {
	background-color:#460970;
	font-size:10px;
	height:25px;
	width:750px;
}

#header {
	background-image:url(../images/css-images/header.jpg);
	background-repeat:no-repeat;
	height:145px;
	position:relative;
	width:750px;
}

span.imgtxt { display:none; }

#logo {
	background-image:url('/images/css-images/logo.png');
	height:191px;
	left:5px;
	position:absolute;
	top:10px;
	width:161px;
	z-index:10;
}

.nobullet {
	margin:0;
	padding:0;
	position:relative;
}

.nobullet li {
	list-style-type:none;
	margin:5px 0;
	text-align:center;
}

#poweredby {
	float:right;
	padding:5px;
	text-align:right;
	width:350px;
}

#seal {
	background-image:url('/images/css-images/seal.png');
	height:301px;
	position:absolute;
	right:10px;
	top:200px;
	width:261px;
}

#sidebar {
	background-image:url(../images/css-images/sidebar.jpg);
	background-repeat:no-repeat;
	float:left;
	width:140px;
}

#sitemap {
	padding-top:50px;
}


#sitemap ul {
	margin:0 0 0 10px;
	padding:0;
}

#sitemap li {
	display:block;
	list-style-type:none;
	text-align:center;
}

#sitemap li a {
	background-image:url('/images/css-images/button-1.png');
	color:#000;
	cursor:hand;
	display:block;
	font-weight:bold;
	height:39px;
	line-height:28px;
	margin:4px 0;
	text-decoration:none;
	text-indent:10px;
	width:150px;
}

#sitemap li a:hover {
	background-image:url('/images/css-images/button-2.png');
	color:#000;
	display:block;
	font-weight:bold;
	height:29px;
	margin:4px 0;
	padding-top:10px;
	text-decoration:none;
	text-indent:0px;
	width:150px;
}
