@charset "UTF-8";

/* Base layout
--------------------------------------------------------------------------------
*/

div#container {
	width: 53.6em; /* 1em = 11px -> 590px */
	margin: 0 auto;
	text-align: left;
}

* html div#container {
	/* for IE6 */
	width: 590px;
}


/* Header area
--------------------------------------------------------------------------------
*/

h1#title {
	margin: 0px;
	margin-top: 70px;
	margin-bottom: 20px;
}


/* Main menu
--------------------------------------------------------------------------------
*/

ul.menu {
	list-style-type: none;
	clear: both;
	margin-top: 30px;
	margin-bottom: 85px;
}

ul.menu li {
	float: left;
	margin-right: 35px;
}

ul.menu li a:focus { outline: none; }


/* Content area
--------------------------------------------------------------------------------
*/

div.content {
	clear: both;
	padding: 0px 1px 10px;
}


/* Footer
--------------------------------------------------------------------------------
*/
 
div#footer {
	clear: both;
	margin-top: 60px;
	padding-bottom: 80px;
}


