body {
	font-family: "Trebuchet MS";
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	text-align: center;
	
}

a:link {
	text-decoration: none;
	color: #003399;
}
.price {666666;
	font-size: 20px;
	font-weight: bold;
}
a:visited {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #0066FF;
	text-decoration: underline;
}
a:active {
	color: #666666;
}
#main {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #FFFFFF;
}

#wrapper {
	text-align:left;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	width: 900px;
}

#footer {
	font-size: 10px;
	text-align: center;
	height: 25px;
	color: #666666;
	line-height: 1;
}
#linkButtons {
}
ul {
	font-size: 15px;
	line-height: 1.5;
	list-style-image: url(images/arrow.gif);
	margin-bottom: 0px;
	color: #666666;
	font-weight: normal;
	margin-right: 20px;
}
table {
	border-collapse: collapse;
	border-color: #CCCCCC;	
}
#blackwrap {
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
#main h1 {
	font-size: 18px;
	color: #666666;
	text-transform: uppercase;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#main p {
	font-size: 15px;
	font-weight: lighter;
	margin-left: 10px;
	line-height: 19px;
	margin-bottom: -10px;
	margin-top: 0px;
}
p {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #666666;
	line-height: 1;
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
}
#box {
	border: thin solid #003399;
	width: 325px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.white {
	color: #FFFFFF;
}
