/******************************************************************************/

/* duca-graphic http://duca-graphic.com */

/******************************************************************************/

/* Reset */
* {
    margin: 0;
    padding: 0;
}
form {
    margin: 0;
}



/* Layout */
body {
    font-size:94%;
	line-height: 160% ;
    color: #434343;
    text-align: left;
				background-color:#FFFFFF;
}

h1 {display: inline;
    font-size:94%;}

h2 {display: inline;
    font-size:94%;
    font-weight: normal;
}


div#Container {
    margin: 0 auto;
    padding: 0;
    width: 100%;
	height:4646px;
    text-align: left;
				background-color:#b98f62;
}

div#n1 {
    width:100%;
	height:700px;
	background-repeat:no-repeat;
	background-position:center;
	background-color:#FFFFFF;
	}


#i_box {
    width:600px;
    margin:0 auto;
	padding-top:20px;
	text-align:center;
	}

.cr {
    font-size:60%;
	font-weight:normal;
	}


#footer {
    margin: 0 auto;
    width:300px;
	height:85px;
	color:#2b1d0e;
	padding-top:15px;
	padding-left:500px;
	}


/******************************************************************************/

/* clearfix http://www.positioniseverything.net/ */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/******************************************************************************/