* {
	margin:0px;
	padding:0px;
}
img {
	border:0px;
}
body {
	background-image:url('img/bg.gif');
	background-position:top center;
	font:12px georgia;
}
#container {
	width:760px;
	margin:0px auto 0px auto;
	background-color:rgb(255,255,255);
	text-align:center;
}
#head {
	width:760px;
	padding:10px 0px 0px 0px;
	text-align:center;
}
.body {
	width:740px;
	margin:0px 10px 0px 10px;
	text-align:left;
}
#footer {
	width:740px;
	margin:0px 10px 0px 10px;
	text-align:left;
	font:8px verdana;
}
.title {
	width:740px;
	text-align:center;
	font:bold 18px verdana;
	color:rgb(0, 100, 200);
}
.big {
	font:bold 14px verdana;
	color:rgb(0, 0, 0);
	margin-top:10px;
}
.small {
	font-size:10px;
}
.left {
	float:left;
	width:365px;
	margin-right:5px;
}
.right {
	float:right;
	width:365px;
	margin-left:5px;
}
.farright {
	float:right;
	width:365px;
	margin-left:5px;
	text-align:right;
}
.center {
	text-align:center;
	height:75px;
	width:740px;
}
.floatRight {
	float:right;
}
.floatLeft {
	float:left;
	width:500px;
}
.terms {
	font:10px verdana;
}
.select {
	width:130px;
}
.item {
	visibility:hidden;
	width:40px;
	height:20px;
}
#contact {
	width:740px;
	text-align:center;
}
#itemContain {
	width:740px;
	font:12px georgia;
}
a:link,a:visited,a:active {
	color:rgb(0, 100, 200);
	text-decoration:none;
}
a:hover {
	color:rgb(0, 100, 200);
	text-decoration:underline;
}