body{
	background-color: rgb(255, 255, 255);
	margin: 0px;
	padding: 0px;
}
#container{
	width: 1000px;

	font-family: Verdana;
	color: #785a28;
	font-size: 11pt;
}
#header{
	height: 109px;
	background-image: url(../Images/title.jpg);
	background-repeat: no-repeat;
}

#content{
	background-image: url(../Images/menu.jpg);
	background-repeat: repeat-y;

	border-bottom: 1px solid black;
}

#content .menu{
	float: left;
	width: 128px;
}

#content .menu ul{
	list-style-type: none;
	margin: 0px;
	padding: 35px 10px 25px 10px;
}

#content .menu ul li{
	padding: 6px;

	font-size: 10pt;
}

#content .menu ul li a{
	display: block;
	color: #785a28;
	text-decoration: none;
}

#content .menu ul li ul{
	padding: 0px 0px 0px 5px;
}

#content .menu ul li ul li{
	font-size: 8pt;
}

#content .menu .cloth{

}

#content .menu a{
	text-decoration: none;
	color: #785a28;
}

#content .menu .cloth .logo a{
	display: block;
	height: 70px;
}
#content .menu .cloth .logo{
	background-image: url(../Images/cloth_logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;

	height: 70px;
	border: none;
}

#content .menu .cloth p{
	font-size: 10pt;
	padding-left: 25px;
}

#content .main{
	float: left;
	width: 720px;

	margin-left: 4px;
}

#content .clear{
	clear: both;
}

#footer{
	text-align: center;

	line-height: 50px;	
	height: 50px;
	color: black;
	font-size: 10pt;
}

div.pageItem{
	height: 50px;
	line-height: 50px;
}

div.pageItem a{
	display: block;
	color: #785a28;
	text-decoration: none;
	border-top: 1px solid white;
	border-bottom: 1px solid #808080;
}

div.pageItem a:hover{
	background-color: #ededed;
	border-top: 1px solid #808080;
}
