/* Default site layout */

html, body, a, img, p, h1, h2, h3 {
	margin: 0;
	padding: 0;
}
	
body {
	background: #FFFFFF;
	color: #222;
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;}

a:link, a:visited {
	text-decoration: none;
	color: #A9242E;
}

a:hover, a:active {
	text-decoration: underline;
}

img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

p {
	padding: 10px;
}

h1 {
	font-size: 4em;
	padding: 10px;
}

h2 {
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
	padding: 10px;
}

#root {
	margin: auto;
	width: 800px;
	position: relative;
	background-color: #D2D2D2;
	border-radius:8px;
}

#title {
	background: #FFFFFF;
	color: #A9242E;
	text-align:center;
}

#subtitle {
	background: #A9242E;
	color: #D2D2D2;
	text-align:center;
	border-radius:8px;
	margin-top:-8px;
}

#text {
	height:100%;
}