/* CSS Document */

#topsection {
}
#topsection #leftcolumn {
	float: left;
	width: 408px;
}
#topsection #rightcolumn {
	float: left;
}
#topsection #rightcolumn #righttop {
}
#topsection #rightcolumn #rightbottom {
	background-image: url(images/home_glove.jpg);
	background-repeat: no-repeat;
	height: 134px;
	border: 1px solid #000000;
	width: 200px;
}
#topsection #rightcolumn #rightbottom p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000000;
	font-size: 1em;
	margin-top: 5px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#topsection #rightcolumn #rightbottom .small {
	font-size: .8em;
}
#topsection #rightcolumn #rightbottom form {
	margin: 0px;
	text-align: center;
	padding: 0px;
}
#topsection #rightcolumn #rightbottom input {
}

#bottomsection {
	padding-top: 5px;
	float: right;
}
#bottomsection h2 {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.3em;
	padding-bottom: 10px;
}

#bottomsection #leftcolumn {
	width: 300px;
	border: 1px solid #999999;
	height: 245px;
	float: left;
	margin-right: 4px;
}
#bottomsection #rightcolumn {
	width: 300px;
	border: 1px solid #999999;
	height: 245px;
	float: left;
}

