@charset "utf-8";
/* CSS Document */
body{
	background-color: #CCCCCC; 
	font: Arial, Helvetica, sans-serif;
}

td.footer{
	font-weight: bold;
	font-size: 14px;
	background-image: url(/images/layout/footer.gif); 
	background-repeat: no-repeat; 
	height: 90px;
}

td.footer a{
	color: #000;
}

td.nav{
	background-image:url(/images/layout/nav_bg.gif); 
	background-repeat:repeat-y; 
	width: 206px;
}

td.content{
	background-image:url(/images/layout/body_bg.gif); 
	background-repeat:repeat-y; 
	width: 794px;
	padding-left: 8px;
	padding-right: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: left;
	font-weight: normal;
	font-size: 16px;
}

a {
	color: #000;
}

img.pg{
	border-width: 2px;
	border-style: solid;
	border-color: #000;
}

div.clothes{
	margin: 5px;	
	border-width: 2px;
	border-style: solid;
	border-color: #000;
	float: left;
}

div.pg_caption{
	font-size: 14px;
	font-weight: bold;
	margin-top: 3px; 
	margin-bottom: 30px;
}


