/*@charset "utf-8";
 CSS Document */

.clearfloat {clear:both; height:0px;}

#container_top {
	width: 912px;
	height: 30px;
	margin: 0 auto;
	background-image: url(../img/back-top.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color:transparent;
}

#container {
	width: 912px;
	margin: 0 auto;
	background-image: url(../img/back-middle.png);
	background-repeat: repeat-y;
	background-position: center;
	background-color: transparent;
}

#container_bottom {
	width: 912px;
	height: 30px;
	margin: 0 auto;
	background-image: url(../img/back-bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color:transparent;
}

#container > div {
	width: 870px;
	margin: 0 auto;	
}

#container_top > div, #container_bottom > div  {
	width: 870px;
	height: 10px;
	margin: 0 auto;	
}

#container > div,
#container_top > div, 
#container_bottom > div  {
	background-color:#fcfcfc; /* PAGE-COLOR */
}

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

#header {
	margin:0;
	padding:0;
}

div#logo {
	float:left;
	width:220px;
	margin-left:10px;
}

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

div.hr{
	clear: both;
	width:100%;
	margin:0 auto;
}

div.hr > hr {
	height:2px;
	width:100%;
	background-color:#999;
}

#main {	
	clear:both; 
/*	padding-top:2.5em;*/
	margin: 1em 0;
}

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

#footer { 
	clear:both; 
	padding-top:1em;
	margin: 0 ;
}

#footer-content {
	float:left;
	width:660px;
	font-size: x-small;
	margin-left:10px;
}

#footer-content p {
	padding:0;
	margin:0;
}

#footer-content p span{
	margin-left: 10px;
	position:relative;
	top: -16px;
}


#footer-valid {
	float:left;
	width:200px;
	margin:0 auto;
}

#footer-valid div {
	width:90px;
	margin: 0 auto;
}
