.fixfloat:after {
    content: ".";
    display: block;
    height: 0;
	clear: both;
	line-height: 0px;
    visibility: hidden;
}

.fixfloat {
    height: 0;
	clear: both;
}

* {
	margin:0;
	padding:0;
	
	font-family: Verdana;
	color: #000000;
	font-size: 12px;
}

body {
	background-color: #f5f5f5;
}

#header {
	width:100%;
	height:247px;
	background-image: url(../_gfx/header_bg.jpg) ;
	background-repeat: repeat-x ;
}

#header_content {
	margin-left: auto;
	margin-right: auto;
	width: 990px;
	height: 247px;
	background-image: url(../_gfx/header.jpg) ;
	background-repeat: no-repeat ;
	padding-top: 201px;
}

#content {
	height: 100%;
	width: 995px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../_gfx/content_bg.jpg);
	background-repeat: repeat-y;	
}

#bread {
	padding-top: 8px;
	padding-left: 24px;

	margin-left: auto;
	margin-right: auto;
	width: 962px; 
	wwidth: 986px;
	height: 24px; 
	hheight: 32px;
	background-image: url(../_gfx/bread_bg.jpg);
	background-repeat: repeat-x;	
	
	color: #000000;
}

#innercontent {
	margin-left: auto;
	margin-right: auto;
	width: 986px;
	background-color: #dfdede;
}

#subnavi_content {
	width: 247px;
	float: left;
}

#subnavi_content h3 {
	width: 247px;
	wwidth: 247px;
	height: 41px;
	hheight: 59px;
	background-image: url(../_gfx/subnavi_header.jpg);
	background-repeat: no-repeat;
	font-size: 18px;
	color: #7c94b0;
	padding-left: 24px;
	padding-top: 18px;
}

#main {
	padding: 8px;
	width: 723px; 
	wwidth: 739px;
	float:right;
}

#footer {
	width:100%;
	height:249px;
	background-image: url(../_gfx/footer_bg.jpg) ;
	background-repeat: repeat-x ;
	text-align: center;
}

#footer_content {
	margin:0;
	padding:0;

	margin-left: auto;
	margin-right: auto;
	
	padding-top: 59px;
	width:1000px;
	height: 249px;
	background-image: url(../_gfx/footer_content_bg.jpg) ;
	background-repeat: repeat-x ;
	
	font-size:12px;
	color: #ffffff;
}

#footer_content h3 {
	font-weight: bold;
	font-size:12px;	
	display: inline;
	color: #ffffff;
}	
