@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #d0dfff;
	}
	
a  {
	text-decoration: none;
	color: #146597;
	font-weight: bolder;
	}
	
p {
	color: #22204b;
	font: 12px  Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.1em;
	margin: 10px;
}

.headline {
	font-size: 14px;
	font-weight: bold;
	}

.style1 {color: #FF0000}
.style2 {
	color: #663399;
	font-weight: bold;
	font-size: 16px;
}
.style3 {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.style4 {font-size: 10px}
.style5 {font-size: 10}
.style6 {font-size: 16px}
.style7 {color: #663399}
.style9 {
	font-size: 14;
	color: #666666;
	font-weight: bold;
}

.downloads {
margin: auto;
padding: 0;
width: 500px;
}

.login {
    font: 9px Verdana, Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-weight: bold;
	letter-spacing: normal;
}

.phone {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-weight: bolder;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

img {
    border: none;
} 

#nav {
	width: 225px;
	margin: 10px;
	border-style: solid solid none solid;
	border-color: #D8D5D1;
	border-size: 1px;
	border-width: 1px;
	}
	
#nav li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#nav li a:link, #nav li a:visited {
	color: #0024ff;
	display: block;
	background:  url(images/menu2.gif);
	padding: 8px 0 0 30px;
	}
	
#nav li a:hover {
	color: #ff00ff;
	background:  url(images/menu2.gif) 0 -32px;
	padding: 8px 0 0 32px;
	}

#header-container {
	position: relative;
	width: 960px;
	height: 50px;
	padding-top: 15px;
	margin:auto;
	background: #000;
	color:#FFFFFF;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	}
	
#paid-out {
	position: absolute;
	top: 78px;
	left: 455px;
	width: 475px;
	height: 73px;
	z-index: 500;
}

#main-container  {
	position: relative;
	width: 960px;
	padding: 0;
	margin: auto;
	background: #fff;
	}
	
#content {
	position:relative;
	margin: 10px;
	padding-bottom: 15px;
	padding-top: 200px;
	width: 960px;
	margin: auto;
	background: #FFF url(images/gold.jpg) top no-repeat;
	overflow:visible;
	}
	
#bottom-container {
	position: relative;
	margin: 0;
	padding: 0;
	width: 960px;
	height: 150px;
	background: #fff url(images/bottom.jpg) bottom no-repeat;
	color: #000;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.1em;
	letter-spacing: .1em;
	font-variant:small-caps;
	}
