body {
	background-color: #000000;
}

td{
	font-family: arial;
	color: #ffffff;
	font-size: 11px;
}


td.gal_bg{
	background-color: #7A0A1C;
	background-repeat: no-repeat;
}

div.model_description{
	padding: 66px 0px 0px 10px;
	width: 210px;
	height: 450px;
	font-family: arial;
	color: #ffffff;
	font-size: 11px;
	line-height: 12px;
}

td.gal_content{
	padding: 10px;
}

div.picture_frame{
	background-image: url(../img/frame_bg.jpg);
	background-repeat: no-repeat;
	width: 155px;
	height: 186px;
	padding-top: 9px;
}

.picture_frame img{
	margin: 0px;
}

div.picture_frame a{
	border: 1px solid #AE1332;
	display: block;
	width: 133px; 
	height: 164px;
}

div.picture_frame a:hover{
	border: 1px solid #F09300;
	display: block;
	width: 133px; 
	height: 164px;
}

div.bottomnavi{
	padding: 0px 0px 10px 0px;
	font-family: arial;
	color: #ffffff;
	font-size: 11px;
	line-height: 12px;
	text-align: center;
}

div.bottomnavi a:link, div.bottomnavi a:active, div.bottomnavi a:visited{
	color: #F09300;
	font-size: 11px;
	text-decoration: none;
}


div.bottomnavi a:hover{
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
}

