@charset "utf-8";
/* Insanitek Styles */
body
{
	background-color:#1e2037;
	font-family:"Myriad Pro", Arial, sans-serif;
	font-size:12px;
	margin:0;
}

h1
{
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
	margin:0 0 10px 0;
}

a
{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

/* Layout */
#container
{
	margin:0 auto;
	text-align:center;
	width:990px;
}

#header
{
	background:url(images/bg_01.jpg) top center no-repeat;
	color:#999999;
	height:211px;
	text-align:left;
}

	#header-text
	{
		float:right;
		padding:20px 30px;
		width:573px;
	}
	
	.right-link
	{
		margin:10px 0 0 0;
		text-align:right;
	}

/* Footer */
#footer
{
	background-color:#330000;
	font-weight:bold;
	margin:0;
	padding:8px 0;
}

	#footer-top
	{
		color:#FFFFFF;
		margin:0 0 5px 0;
	}
	
	#footer-bot
	{
		color:#e3a143;
	}
	
		#footer-bot a
		{
			color:#e3a143;
			text-decoration:none;
		}