body, td, input, textarea 
{
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #373624;
	height: 101%; 
	body:100%;
	padding:0;
	margin: 0;
}

html {
height:100%;
body:100%;
}

html>body #container {
height:auto;
min-height:100%;
}

div.centercontent 
{
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/images/allover.jpg);
	background-repeat: repeat-y;
	text-align: center;
	padding-top: 150px;
	height:100%;
}

div.clothing 
{
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/images/allover.jpg);
	background-repeat: repeat-y;
	text-align: center;
	height:100%;
}

div.arrow_right 
{
	position: absolute;
	top: 466px;
	margin-left: 449px;
	left: 50%;
}

div.arrow_left 
{
	position: absolute;
	top: 466px;
	margin-left: -293px;
	left: 50%;
}

div.bar
{
	position: absolute;
	top: 443px;
	margin-left: -36px;
	left: 50%;
	width: 400px;
	height: 35px;
	background-color: #000000;
	text-align: left;
	line-height: 35px; 
	padding-left:15px;
	font-size: 15px;
}

div.title
{
	position: absolute;
	top: 443px;
	margin-left: -276px;
	left: 50%;
	width: 220px;
	height: 35px;
	text-align: left;
	line-height: 35px; 
	padding-left:15px;
	font-size: 15px;
}

td.content 
{
	padding-left: 15px;;
	vertical-align:top;
	text-align: left;
	padding-top: 55px;
}

td.content_text 
{
	padding-left: 15px;;
	vertical-align:top;
	text-align: left;
	padding-top: 0px;
}

a 
{
	text-decoration: none;
  	color: #373624;
}

a:hover 
{
	text-decoration: none;
	text-weight: bolder;
  	color: #373624;
}

b 
{
  color: #D63336;
}