@charset "utf-8";

/* --- Normalize --- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { margin : 0; padding : 0; }
h1,h2,h3,h4,h5,h6 { font-size : 100%; }
ul { list-style : none; }
address, caption, cite, code, dfn, em, strong, th, var { font-style : normal; font-weight : normal; }
table { border-collapse : collapse; border-spacing : 0; }
fieldset,img { border : 0; }
caption,th { text-align : left; }
q:before, q:after { content :''; }
* { padding:0; margin:0; border:0;}

/* --- Layout --- */

html {
	text-align: center; }
	
body {
	position: relative;
	width: 936px;
	margin: 0 auto;
	text-align: left; }

/* --- Header --- */

div#header {
	position: relative;
	width: 936px;
	height : 482px; }

div#branding {
	position : absolute;
	top: 0;
	left: 0;
	width: 136px;
	height: 76px; }

div#newsletter {
	position: absolute;
	top: 24px;
	right: 80px; }

div#nav_tools {
	position: absolute;
	top: 25px;
	right: 0; }

div#nav_main {
	position: absolute;
	top: 76px;
	width: 936px;
	height: 32px;
	background-color: #a7a39c; }

div#nav_supp {
	position: absolute;
	left :-19px;
	top: 160px;
	width: 19px;
	height: 167px;
	background-color: #000; }

div#visual {
	position: absolute;
	top: 108px;
	left: 0;
	width: 936px;
	height: 374px;
	background-color: #dcdbd8; }

/* --- Content ---*/

div#content {
	position: relative;
	padding-top: 36px;
	width: 936px; }

div#content.home {
	padding-top: 20px; }

/* --- Footer --- */

div#site_info {
	padding: 115px 0 50px 0;
	width: 936px;
	height: 47px; }

div#granting {
	position: absolute;
	width: 700px;
	height: 47px; }

div#credits {
	position: absolute;
	right:0;
	width: 133px;
	height: 47px; }