@charset "utf-8";

/* ================================================================

CSS Information

 File name:      layout.css
 Summary:        for layout
 Last update:    2010-07-23

bgcolor: #EBE9E1
color1: #DBD9CC
color2: #A19E8E
border: #BCB9A7
================================================================ */

/* @group layout */

body {
	background:url(../../img/bg.png) repeat-x 0 0;
}

#header {
	height: 85px;
	overflow: hidden;
	background:url(../../img/bg_header.png) no-repeat center top;
}
	#header .Wrap {
		position: relative;
		margin: 0 auto;
		width: 900px;
	}
#nav {
	position: relative;
	margin: 0 auto;
	width: 900px;
	height: 61px;
	overflow: hidden;
}
#navBreadCrumbs {
	width: 900px;
	margin: 0 auto 25px auto;
}

#contents,
#footer {
	font-size:116%;
}

#contents {
	position: relative;
	margin: 0 auto;
	width: 900px;
	font-size:116%;
}
	#contents .WrapContents {
		position: relative;
		padding: 0;
	}
	#contents .WrapContents:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	* html #contents .WrapContents             { zoom: 1; } /* IE6 */
	*:first-child+html #contents .WrapContents { zoom: 1; } /* IE7 */
	
		.WrapContents .CategoryTitle {
			margin: 0 0 10px 0;
		}
		#main {
			float: left;
			display: inline;
			width: 660px;
		}
		
		#side {
			float: right;
			display: inline;
			width: 190px;
			overflow: hidden;
		}

#footer {
	clear: both;
}
	#footer .Wrap{
		position: relative;
		margin: 0 auto;
		width: 900px;
	}

/* @end */

/* @group .MainTextCategory */

.MainTextCategory {
	margin: 0;
	height: 70px;
	overflow: hidden;
	background: url(../../img/cat_n.png) no-repeat left top;
}
.MainTextCategory strong {
	display: block;
	padding: 20px 0 0 90px;
	color: #000;
	font-size: 22pt;
	font-weight: normal;
}

/* @end */



