body {
	background: #e5e5e5 url('../images/noise.jpg');
}

::selection {
	background: #1e1e1e;
	color: white;
}

::-moz-selection {
	background: #1e1e1e;
	color: white;
}

h1 {
	font-family: 'Arvo', serif;
	font-weight: 100;
	margin: 20px 0;
}

h2 {
	font-family: 'Marcellus SC', serif;
	margin: 20px 0;
}

p {
	font-family: 'Merriweather', sans-serifs-serif;
	line-height: 1.2;
	margin: 0;
}

hr {
	height: 1px;
	border: none;
	background: #dfdfdf;
}

ol, ul {
	font-family: 'Merriweather', sans-serif;
	line-height: 1.2;
	margin-right: 40px;
}

li {
	padding: 5px;
	color: #7f7f7f;
}

li:nth-child(odd) {
	background: #f1f1f1;
}

li:nth-child(even) {
	background: #dfdfdf;
}

blockquote {
	border-left: 5px solid #dfdfdf;
	background: #f1f1f1;
	padding: 20px;
	font-family: 'Merriweather', sans-serif;
	font-style: italic;
	line-height: 1.2;
	color: #7f7f7f;
}

#wrapper {
	width: 900px;
	margin: 20px auto;
	
}

.header {
	width: 860px;
	padding: 20px;
	background: #1e1e1e;
	color: white;
	text-align: center;
}

.footer {
	width: 609px; 
	height: 30px; 
	background: white; 
	float: left; 
	margin-top: 20px; 
	padding: 20px; 
}

.footer > p {
	font-family: 'Arvo', sans-serif;
	line-height: 2;
}

.content {
	padding: 20px;
	background: white;
	width: 860px;
	overflow: hidden;
	color: #1e1e1e;
}

#map {
	width: 900px; 
	height: 299px; 
	margin: -20px; 
	margin-bottom: 20px; 
	background: #f2f2f2 url('../images/map_2.jpg') center center; 
	border-bottom: 1px solid #dfdfdf;
}

#button_home {
	background: url('../images/btn_home_bg.png') no-repeat left top;
}

#button_home:hover {
	background-position: right top;
}

#button_end {
	background: url('../images/btn_end_bg.png') no-repeat right top;
}

#button_end:hover {
	background-position: left top;
}

.button_r, .button_l {
	margin: 20px 0;
	text-align: center;
	width: 250px;
	height: 50px;
	font-size: 1.5em;
	line-height: 2.2;
	padding: 10px 0;
	background: white;
	color: #1e1e1e;
	font-family: 'Arvo', sans-serif;
}

.button_r {
	float: right;
}

.button_l {
	float: left;
}

.button_r:hover, .button_l:hover {
	background: #1e1e1e;
	color: white;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background-position: center center;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}