body{
	background-color: #261c14; 
}

* {
	margin: 0px;
	padding: 0px;
	color: #fff;
}

#wholeStuff {
	width: 1024px; 
	margin:10px auto 20px auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#header {
	width: 1024px;
	height: 97px;
}

#leftColumn {
	width: 180px; 
	float: left;
	background-color: #7a593e;
}

#mainColumn {
	width: 938px;
	margin-left: auto;
	margin-right: auto;
}

#rightColumn {
	width: 180px; 
	float: left;
}

img{
	border: none;
}

p{
	text-align: center;
}

.clearPadding{
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}

#bannerTop{
	width: 773px;
	height: 103px;
	border: 1px solid #E7E7E9;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

#menu{
	height: 30px;
}

#categories{
	text-align: left;
	width: 928px;
}

#categories a{
	padding: 1px;
	text-decoration: none;
	display: inline;
}

#categories a:hover{
	background: #cf996d
}

.category{
	text-align: left;
	width: 228px;
	margin: 2px;
	background-color: #7a593e;
}

.category .normal{
	background-color: #000;
}

.categoryHead{
	font-weight: bold;
	width: 228px;
	height: 20px;
	background: #7a5b41; 
	text-indent: 4px;
}

ul{
	margin: 0px;
}

li{
	width: 228px;
	list-style-type: none;
}

li a{
	display: block;
	text-decoration: none;
	text-indent: 2px;
	background: #cf996d;
	color:#261c14;
}

li a:hover{
	background: #261c14;
	color: #cf996d;
}

	.content{
	margin-top: 20px;
}

.otherText{
	font-weight: bold;
}


.footer{
	text-align: center;
}

form {
  margin: 0;
  padding: 0;
  font-size: 100%;
 
}

form fieldset {
  
  font-size: 100%;
  
  margin: 0 0 0 0;
 
}

input, select, textarea {
 
  font-size: 100%;
  color: #261C14;
}





