* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: black;
}

#wrapper {
	width: 952px;
	margin: 0 auto;
}

#content {
	background: white;
}
#header {width: 952px;

}

#left {
	width: 183px;
	float: left;
	min-height: 354px;
	background: url('../images/leftBG.jpg');
	padding-top: 50px;
}

#thongs a {
	background: url('../images/thongBtn.jpg') no-repeat bottom center;
	width: 73px;
	height: 29px;
	display: block;
	margin-left: 40px;
}

#thongs a:hover {
	background: url('../images/thongBtnH.jpg') no-repeat bottom center;
}

#shorts a {
	background: url('../images/shortsBtn.jpg') no-repeat bottom center;
	width: 75px;
	height: 28px;
	display: block;
	margin-left: 40px;
	margin-top: 10px;
}

#shorts a:hover {
	background: url('../images/shortsBtnH.jpg') no-repeat bottom center;
}

#contact a {
	background: url('../images/contactBtn.jpg') no-repeat bottom center;
	width: 89px;
	height: 25px;
	display: block;
	margin-left: 40px;
	margin-top: 20px;
}

#contact a:hover {
	background: url('../images/contactBtnH.jpg') no-repeat bottom center;
}

#about a {
	background: url('../images/aboutBtn.jpg') no-repeat bottom center;
	width: 69px;
	height: 26px;
	display: block;
	margin-left: 40px;
	margin-top: 20px;
}

#about a:hover {
	background: url('../images/aboutBtnH.jpg') no-repeat bottom center;
}

#right {
	width: 700px;
	margin-top: 30px;
	margin-left: 30px;
	float: left;
	text-align: center;
	color: red;
}

#rightR {
	float: left;
	margin-left: 15px;
	width: 370px;
	
}

#rightL {
	width: 312px;
	float: left;
}

#info {font-weight: bold;
text-align: left;
margin-top: 15px;
}

#bullets {font-weight: bold;
text-align: left;
margin-top: 15px;
margin-left: 10px
}

#about_info {font-weight: bold;
font-size: 120%;
margin-top: 30px;
}

.sizeBtn a{
	background: url('../images/sizeBtn.jpg');
	width: 89px;
	height: 24px;
	display: block;
	float: left;
	padding-top: 7px;
	color: white;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
}

#paypalForms {
padding-top: 20px;
}

#footer {
	width: 300px;
	float: right;
	}

/*----- misc ------ */
.hide {
	display: none;
}

.clear {
	clear: both;
}

.paypal {
	float: left;
	margin-left:30px;
}

form .paypalBtn{
	margin-left: 50px;
	float: left;
}

form {
	margin-top: 10px;
}

