@charset "utf-8";

/**
 * Body
 */
body{
	background-color:#ede3d7;
	padding:20px;
}

/**
 * Page
 */
.page_margins{
	width:701px;
	background:url(../images/layout/page-background.jpg) repeat-y;
	margin:0 auto;
}

/**
 * Header
 */
#header{
	min-height:13px;
	background:url(../images/layout/header-background.jpg) no-repeat top;
	z-index:2;
	padding:20px 35px 0 35px;
}
	/* Navigation */
	#header #nav{
		height:26px;
		padding:15px 0 0 0;
	}
	#header #nav li{
		float:left;
	}
	#header #nav li a{
		display:block;
		width:82px;
		height:26px;
		line-height:26px;
		text-align:center;
		background:url(../images/layout/nav-backgorund.gif);
		margin:0 8px 0 0;
	}
	/* Logo */
	#logo{
		float:left;
	}
	/* Box */
	#header .box{
		float:right;
		width:302px;
	}
	/* Locale */
	#header #locale{
		position:absolute;
		margin:73px 0px 0px 220px;
	}
	#header #locale li{
		padding-bottom:13px;
	}

/**
 * Main
 */
#main{
	z-index:1;
	padding:15px 35px 15px 35px;
}

/**
 * Footer
 */
#footer{
	background:url(../images/layout/footer-background.jpg) no-repeat bottom;
	height:53px;
	text-align:center;
	padding:0px 0px 0px 0px;
}