body{
	background: url("../images/background.gif");
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
html br {
 display: none;
} 

h1.cl1{
	font-size: 16px;
	color: #d5d5d5;
}

h2.cl2{
	font-size: 10px;
	font-weight: normal;
	color: #303030;
	padding-bottom: 15px;
	margin-top: 0px;
}


h1.h1_main{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0px;
	text-align: center;
}

h2.h2_main{
	font-size: 10px;
	font-weight: normal;
	color: #303030;
	padding-bottom: 15px;
	margin-top: 0px;
	text-align: center;
}

div.srch{
	background: url("../images/search.gif") no-repeat center center;
	width: 190px;
	height: 30px;
	margin-bottom: 10px;
	margin-top: 40px;
}

input#mod_search_searchword{
	width: 160px;
	border: 1px #3d3d3d solid;
}

a{
	color: #f5ce82;
	text-decoration: none;
	padding-bottom: 1px;
}

div.body{
	background: url("../images/background.png") repeat-x left top;
	width: 100%;
	display: table;
}

div.content{
	width: 1120px;
	height: 300px;
	margin: 0px auto;
	padding-top: 10px;
	display: block;
}

div.left{
	width: 190px;
	height: 200px;
	float: left;
	display: table;
}

div.center{
	width: 700px;
	float: left;
	padding-bottom: 20px;
	margin: 0px 20px 0px 20px;
	display: block;
}

div.right{
	width: 190px;
	height: 200px;
	float: left;
	display: table;
}

div.right #header{
	background: url("../images/logo.gif") no-repeat center bottom;
	width: 190px;
	height: 165px;
	display: table;
}

div.header{
	width: 700px;
	height: 240px;
	margin-bottom: 30px;
}

#slideshow img{
	width: 650px;
	height: 202px;
	padding-left: 17px;
	padding-top: 28px;
	position: absolute;
	z-index: 0;
	background: none;
}

#slideshow img.iactive{
	z-index: 10;
}

#slideshow img.lastiactive{
	z-index: 9;
}

div.iborder{
	background: url("../images/header.png") no-repeat center center;
	width: 700px;
	height: 261px;
	position: absolute;
	z-index: 20;
}

div.left #logo{
	background: url("../images/logo.png") no-repeat center bottom;
	width: 190px;
	height: 180px;
}

div.left #menu{
	width: 190px;
	display: table;
}

div.bottom{
	float: left;
	margin: 0px auto;
	width: 100%;
}

div.bottom_content{
	padding-top: 25px;
	margin: 0px auto;
	width: 700px;
	background: url("../images/bottom.gif") no-repeat center top;
	display: table;
	margin-top: 75px;
}

img.post{
	border: none;
	background: none;
	margin: 0px;
	padding: 0px;
}

a.post{
	border: none;
}

div.post{
	width: 190px;
	text-align: center;
}
body br{
display: block;
}