body {
	margin: 20px 0;
	padding: 0;
	text-align: center;
	background: #000000;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

a img, a:link img, a:visited img, a:active img, a:hover img {
	border: 0;
}
	
#layout_container {
	position: relative;
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#page_container {
	border-left: 1px solid #1A1A1A;
	border-right: 1px solid #1A1A1A;
	background: #0A0A0A;
	padding: 30px;
	color: #CCCCCC;
	font-family: Verdana;
	font-size: 12px;
	letter-spacing: 1px;
}

#page_container h1 {
	font-size: 18px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #CC9900;
	font-weight: normal;
	text-align: left;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	letter-spacing: 1px;

	/*
	padding-left: 10;
	margin-left: -20;
	border-left: 10px solid #330066;
	*/
}

#page_container p {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	letter-spacing: 1px;
	font-size: 12px;
}

#page_container img {
	padding: 2px;
	background: #996600;
	border-top: 4px solid #CC9900;
	border-left: 4px solid #CC9900;
	border-bottom: 4px solid #996600;
	border-right: 4px solid #996600;
}

#page_container img.borderless {
	border: 0;
	background: none;
}

a:link, a:active, a:visited {
	color: #663399;
	text-decoration: underline;
}

a:hover {
	color: #9966CC;
	text-decoration: none;
}

#nav_container {
	clear: none;
	position: relative;
	height: 50px;
	margin: 4px 0 0 0;
	background-image: url(images/gradients/nav_bar.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	text-align: right;
}

#nav_container .menu_collapsed, #nav_container .menu_expanded {
	display: block;
	float: right;
	clear: none;
	/*width: 150px;*/
	height: 100%;
	position: relative;
	padding: 0;
	margin: 0;
}

	#nav_container .menu_collapsed a, #nav_container .menu_expanded a {
		display: block;
		padding: 0;
		margin: 15px 15px 15px 0;
		font-family: 'Trebuchet MS', Verdana, Geneva, serif;
		text-transform: uppercase;
		text-decoration: none;
		font-size: 17px;
		line-height: 20px;
		font-weight: bold;
		text-align: center;
		color: #330066;
	}

	#nav_container .menu_expanded a {
		color: #CC9900;
	}

	#nav_container .menu_collapsed ul {
		display: none;
	}

	#nav_container .menu_expanded ul {
		display: block;
		position: absolute;
		z-index: 10000;

		right: 0;
		top: 100%;
		width: 150px;
		margin: 0;
		padding: 0;

		list-style: none;
		background: #330066;
	}

		#nav_container .menu_collapsed ul li {
			position: relative;
			display: block;
			float: none;

			padding: 0;
			margin: 0;

			text-align: right;
		}

			#nav_container .menu_collapsed ul li a {
				display: block;
				float: none;
				margin: 0;
				padding: 0;


				width: 138px;

				text-align: right;

				font-size: 14px;
				line-height: 17px;
				font-family: 'Trebuchet MS', Verdana, Geneva, serif;
				font-weight: normal;
				text-align: right;
			}

			#nav_container .menu_collapsed ul li a:link, #nav_container .menu_collapsed ul li a:visited {
				color: #CCCCCC;
				text-decoration: none;
			}

			#nav_container .menu_collapsed ul li a:hover {
				color: #CC9900;
				text-decoration: none;
			}

#footer_container {
	position: relative;
	margin: 0;
	height: 26px;

	background-image: url(images/gradients/footer.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}

#footer_container #footer {
	position: relative;
	margin: 0;
	padding: 7px 4px;

	color: #CCCCCC;
	font-size: 10px;
	line-height: 12px;
	font-family: Verdana;
	text-align: center;
}

#footer_container #footer a:link, #footer_container #footer a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}

#footer_container #footer a:hover, #footer_container #footer a:active {
	color: #CCCCCC;
	text-decoration: none;
}

a.redirect {
	font-size: 18px;
	font-family: Tahoma, Geneva, sans-serif;
}

a.redirect:link {
	color: #330066;
	text-decoration: underline;
}

a.redirect:hover {
	color: #330066;
	text-decoration: none;
}

a.redirect:active {
	color: #330066;
	text-decoration: none;
}