*{
	margin:0;
	padding:0;
}
body{
	margin:0;
	padding:0;
	font-family:Arial,sans-serif;
	background-color:#FFFFFF;
	font-size:10px;
	color:black;
}
a{
	color:black;
}
#container{
	text-align:center;	
}

#main_content{
	width:824px;
	margin: 20px auto 0 auto;
}
#menu{
	padding:0 0 20px 0;
}
#menu ul{
	list-style-type:none;
	padding:0;
	margin:0;	
}
#logo{
	float:left;
	font-family:Times New Roman;
	font-size:60px;
}
#menu li{
 float: left;
 margin: 0 0;
}

#menu li a
{
	background-color:#000;
	height: 2em;
	line-height: 2em;
	float: left;
	width:162px;
	display: block;
	border: 0.1em solid #dcdce9;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size:12px;
}
#menu li a:hover
{
	text-decoration: underline;
}
#content{
	width:824px;
	margin:0 auto 0 auto;

}

#bgtop{
	background:url(../img/bg_top.jpg) no-repeat 0 0;
	width:824px;
	height:60px;
}
#bgleft{
	float:left;
	background:url(../img/bg_left.jpg) no-repeat 0 0;
	height:440px;
	width:60px;
}
#bgcenter{
	float:left;
	background:url(../img/bg_main.jpg) no-repeat 0 0;
	height:440px;
	width:704px;
}
#bgright{
	float:left;
	background:url(../img/bg_right.jpg) no-repeat 0 0;
	height:440px;
	width:60px;
}
#bgbottom{
	background:url(../img/bg_bottom.jpg) no-repeat 0 0;
	height:60px;
	width:824px;
}
p.main{
	margin:40px;
	text-align:justify;
}
#footer{
	width:824px;
/*	font-size:11px;*/
	text-align:left;
margin-top:-8px;
}
#fleft{
	float:left;
	width:400px;
}
#fright{
	float:right;
}
span.bold{
	font-weight:bold;
}
#smenu{
	float:left;
}
#showroom{
	float:left;
	border-left: dotted black 1px;
	width:270px;
	height:210px;
}
#smenu{
	text-align:left;
	padding:10px 30px 0 170px;;
}
#smenu ul{
		padding-top:35px;
		list-style:none;
}
#smenu li{
		line-height:20px;
		cursor:pointer;
}

#showroom p{
	text-align:justify;
	padding:0 0 0 30px;
}
#scontainer{
	margin:120px auto 10px auto;
	
}
