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

#topwrapper {
	width: 820px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-image: url('images/topbg.jpg');
}

#wrapper {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('images/midbg.jpg');
}

#bottomwrapper {
	width: 820px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	background-image: url('images/bottombg.jpg');
}

#header {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}

	#logo {
		width: 780px;
		height: 100px;
		background-image: url('images/logo.jpg');
		text-align: right;
	}
	
		#logo a {
			font-family: tahoma;
			font-size: 11px;
			font-weight: normal;
			color: #000;
		}
	
	#nav {
		width: 780px;
		border-bottom-color: #333;
		border-bottom-style: solid;
		border-bottom-width: 2px;
		text-align: left;
	}
		
		#nav ul li {
			display: inline;
		}
		
		#nav ul li a {
			font-family: tahoma;
			font-size: 15px;
			font-weight: bold;
			color: #660000;
			margin-left: 10px;
			margin-right: 10px;
		}
	
#middle {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

	#headline {
		width: 780px;
		text-align: center;
	}
	
		#headline p {
			font-family; tahoma;
			font-size: 12px;
			font-weight: normal;
			text-align: left;
			width: 470px;
			background-color: #FF0;
		}
		
		#headline h1 {
			font-family: tahoma;
			font-size: 25px;
			font-weight: bold;
			color: #660000;
		}
		
		#headline h2 {
			font-family: tahoma;
			font-size: 16px;
			font-weight: bold;
			color: #000;
		}
	
	#content {
		width: 590px;
		float: left;
	}
	
	#contentindex {
		width: 500px;
		float: left;
	}
	
	#contentsales {
		width: 600px;
		margin-left: auto;
		margin-right: auto;
	}
	
		#contentsales ul li {
			margin-bottom: 15px;
		}
	
		.testbox {
			width: 490px;
			margin-left: auto;
			margin-right: auto;
			background-color: #FFC;
			border-color: #009;
			border-width: 5px;
			border-style: dashed;
			padding: 10px;
		}
		
		.offerbox {
			width: 490px;
			margin-left: auto;
			margin-right: auto;
			border-color: #009;
			border-width: 5px;
			border-style: dashed;
			padding: 10px;
		}
	
		#content h2 {
			font-family: tahoma;
			font-size: 16px;
			font-weight: bold;
			color: #660000;
		}
		
		#content h3 {
			font-family: tahoma;
			font-size: 16px;
			font-weight: bold;
			text-decoration: underline;
			text-align: center;
		}
		
		#content p {
			font-family: tahoma;
			font-size: 12px;
			font-weight: normal;
			text-align: lef;
		}
		
		#content ul li {
			font-family: tahoma;
			font-size: 12px;
			font-weight: bold;
			margin-bottom: 12px;
		}
		
		
		
		#contentindex h2 {
			font-family: tahoma;
			font-size: 16px;
			font-weight: bold;
			color: #660000;
		}
		
		#contentindex h3 {
			font-family: tahoma;
			font-size: 16px;
			font-weight: bold;
			text-decoration: underline;
			text-align: center;
		}
		
		#contentindex p {
			font-family: tahoma;
			font-size: 12px;
			font-weight: normal;
			text-align: lef;
		}
		
		#contentindex ul li {
			font-family: tahoma;
			font-size: 12px;
			font-weight: bold;
			margin-bottom: 12px;
		}
	
	#right {
		width: 151px;
		float: right;
	}
	
	#optin {
		width: 250px;
		float: right;
		text-align: center;
		padding: 5px;
		border-left-style: solid;
		border-left-width: 1px;
		border-left-color: #333;
	}

#footer {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	border-top-color: #333;
	border-top-style: solid;
	border-top-width: 2px;
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000;
}

	#footer a {
		color: #660000;
		text-decoration: underline;
	}
	
	#foottop {
		width: 780px;
		text-align: center;
		margin-top: 15px;
		clear: both;
	}
	
	#footbleft {
		width: 380px;
		float: left;
		text-align: center;
	}
	
	#footbright {
		width: 380px;
		float: right;
		text-align: center;
	}
	#footbottom {
		width: 780px;
		text-align: center;
		clear: both;
	}
	
#assoclogos {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 20px;
}