* {
	margin: 0;
	padding: 0;
}

body {
	color: #333;
	background-color: #fff;
	font-family: georgia;
	font-size: 62.5%; /*10px*/
	text-align: left;
	padding: 0.4em; /*4px*/
}

#wrapper {
	padding: 1em; /*10px*/
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.6);
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: "Krungthep", Helvetica, Arial, sans-serif;
	font-size: 2em; /*20px*/
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-bottom: 0.75em; /*15px*/
}

h2 {
	font-size: 1.6em;
	line-height: 1.125em; /*18px*/
	font-family: "Krungthep", Helvetica, Arial, sans-serif;
}

ol {
	list-style: none;
	overflow: hidden;
}

nav {
	margin-bottom: 3.1em; /*31px*/

}

nav ol li a {
	display: inline-block;
	float: left;
	font-size: 1.2em; /*12px*/
	text-transform: uppercase;
	padding: 0.333em 0;
	margin: 0 1.333em 0 0;
	border-bottom: 1px solid #eee;
	color: #000;
}

nav ol li a:hover {
	text-decoration: none;
	border-bottom: 1px solid #000;
}

nav ol li.sel a {
	border-bottom: 1px solid #aaa;
}

p {
	font-size: 1.4em; /*14px*/
	line-height: 1.285em; /*18px*/
	margin-top: 1.285em; /*18px*/
	max-width: 42.86em;
}

img {
	width: 100%;
	max-width: 600px;
	padding-top: 1.4em; /*14px*/
}

article {
	border-bottom: 3px double #777;
	padding-bottom: 1em;
	margin-bottom: 6em;
	max-width: 60em;
}

footer {
	border-top: 1px solid #777;
	padding-top: 1em;
	font-style: italic;
}