@charset "utf-8";

/*============================================================

	A.SMITH

============================================================*/


/*------------------------------------------------------------

	container

------------------------------------------------------------*/
body {
	padding: 0;
	background: #FFF;
	text-align: center;
}

div#container {
	position: relative;
	width: 860px;
	margin: 0 auto;
	text-align: left;
}


/*---------- default settings ---------*/
img {
	display: block;
}


/*------------------------------------------------------------

	header and footer

------------------------------------------------------------*/
div#header {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 860px;
	height: 70px;
	background: url(../images/header_bg.jpg) no-repeat;
}

div#footer {
	position: relative;
	left: 0;
	top: 0;
	width: 860px;
	height: 75px;
	background: url(../images/footer_bg.jpg) no-repeat;
}


/*---------- logo ---------*/
#identity {
	position: absolute;
	z-index: 3;
	left: 30px;
	top: 19px;
	width: 180px;
	height: 29px;
	margin: 0;
	padding: 0;
}

* html #identity {
	width: 820px;
	height: 80px;
}


/*---------- navigation ---------*/
div#header ul,
div#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#header li,
div#footer li {
	float: left;
	margin: 0 20px 0 0;
}

* html div#header li,
* html div#footer li {
	display: inline;
}

div#header ul {
	position: absolute;
	z-index: 3;
	left: 487px;
	top: 35px;
	height: 15px;
	overflow: hidden;
}

div#footer ul {
	position: absolute;
	z-index: 3;
	left: 554px;
	top: 7px;
	height: 15px;
	overflow: hidden;
}


/*---------- copyright ---------*/
address {
	position: absolute;
	right: 30px;
	bottom: 20px;
	line-height: 1.2;
	text-align: right;
	font: 75% Verdana, sans-serif;
	color: #FFF;
}


/*------------------------------------------------------------

	content

------------------------------------------------------------*/
div#content {
	position: relative;
	z-index: 1;
	width: 840px;
	margin: 0;
	padding: 70px 10px 20px;
	background: url(../images/content_bg.jpg) repeat-y;
}
div#content:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

* html div#content {
	width: 860px;
	height: 1%;
	/*\*//*/
	display: inline-table;
	/**/
}

*:first-child+html div#content {
	min-height: 1%;
}

