body {
	margin: 0;
	padding: 0;
	background: #231F20;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	letter-spacing: 15px;
	font-size: 45px;
	text-align: right;
}

h2 {
	letter-spacing: 5px;
	font-size: 23px;
	text-align: right;
}

h3 {
	font-size: 14px;
	letter-spacing: 8px;
	text-align: center;
	text-transform: lowercase;

}

}

#container {
	width: 950px;
	height: 950px;
	margin: auto;
}

/* Logo */

#logo {
	border-bottom-width: thick;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	padding-top: 5px;
}

#logo h1, #logo h2 {
	text-align: right;
	text-transform: lowercase;
	color: #FFFFFF;
}

/* Menu */

#menu {
	background: #231F20;
	height: auto;
	width:auto;
	padding-top: 10px;
}

/* Page */

#page {
	text-align:center;
	background: #231F20;
	height: auto;
	padding-top: 15 px;
	width:auto;
}


/* Footer */	
#footer p {
	width:900px;
	margin-left: auto;
    margin-right: auto;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 8px;
	color:#FFFFFF;
	text-spacing:3px;
	padding-bottom: 15px;
	padding-top: 15px;
	
}
/* CSS Document */

