@charset "utf-8";
/* CSS Document */
body{
	background-color:#CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;	
}
#Container {
	background-color:#FFF;

	height: 1300px;
	width: 1000px;

	float:none;
	margin: 0px auto;
}

#Container h2{
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	text-align: left;
	
}

a {
	text-decoration: none;
	color: #333;
	padding-right: 6px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: uppercase;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666;

}
a:hover{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	
}

#Logo {
	width: 1000px;

	height: 100px;
	float:left;
	background-image:url(rapid_fire_controller_images/rapid_fire_controller.jpg);
	background-repeat: no-repeat;

}



#Content{
	width:680px;
	height:auto;
	float:left;
	text-align: center;

	
}



#Right{

	width:300px;
	height:1200px;
	float:right;
	
	
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-align: center;
		color: #666;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #666;
}
#Content h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #666;
}


#Nav{
	clear:left;
	width:680px;
	height:30px;
	text-align: center;
}



.navi{
	width:134px;
	height:30px;
	background-color:#83A00E;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#666;
	float:left;
	text-align: center;
	vertical-align: middle;
}

.navi a:link{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;


}
.navi a:hover{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}

.sale{
	width:300px;
	height:auto;
	text-align: center;
	


}
#Container #Content table {
	text-align: center;
}
#Container table tr td {
	text-align: left;
}
#Container #Right .sale form table tr td {
	text-align: center;
}
#Container #Right .sale form table {
	text-align: center;
}
#Container #Right .sale form table {
	text-align: center;
}
