BODY 
{
    COLOR: #ffffff;
	margin: 0px;
	padding: 0px;
	text-align:center;
	background-image:url("bg.gif");
}

A:link 
{
	COLOR: #CC0000; 
	TEXT-DECORATION: none;
}
A:visited 
{
	COLOR: #CC0000; 
	TEXT-DECORATION: none;
}
A:hover 
{
	COLOR: aqua; 
	TEXT-DECORATION: none;
}

h1
{
	font-size:14px;
	line-height: 1.5em; 
}

h2
{
	font-size:13px;
	line-height: 1.5em; 
}

.link td
{ 
	font-size:10px;
}

#out_side{
	width:800px;
	margin:0px auto;
}

#leyout{
	float:left;
	width:800px;
	margin:0px auto;
	background-color:#000000;
	
}

	#leyout img{
		border:0px;
	}

	.box_800{
		float:left;
		width:800px;
		margin:5px 0px;
		text-align:center;
	}
	
		.box_100{
			float:left;
			width:100px;
		}
		
		.box_700{
			float:left;
			width:700px;
		}
		
		.box_525{
			float:left;
			width:525px;
		}
		
			.box_500{
				float:left;
				width:500px;
				margin:10px 11px;
			}
			
				.data_title_box{
					float:left;
					width:100%;
					background-image:url(bar_site.gif);
					background-repeat:repeat-y;
					color:#FFFFFF;
					text-align:left;
				}
				
				.data_box{
					float:left;
					width:100%;
					margin:5px 0px;
				}
				
					.price_box{
						float:left;
						width:165px;
						border:solid;
						border-width:1px;
						border-color:#CC0000;
					}
					
					.comment_box{
						float:left;
						width:495px;
						border:solid;
						border-width:1px;
						border-color:#CC0000;
						text-align:left;
					}
					
				
			.box_200{
				float:left;
				width:200px;
				margin:5px 11px;
				text-align:left;
			}
		
		.box_275{
			float:left;
			width:275px;
			margin:10px 0px;
		}
