body {
	background: #4a565b;
	margin-top: 10px;
	font-family: 'Trebuchet MS', verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
}

a {
	color: #ae2c03;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #ef9073;
	text-decoration: none;
	font-weight: bold;
}

blockquote {
	width: 500px;
	margin-left: 50px;
	font-family: 'Garamond MS', georgia, times new roman, serif;
	font-size: 12px;
	color: #38677c;	
}

#plate {
	width: 800px;
	margin: auto;
	background: #fff;
	text-align: left;
}

#header {
	width: 800px;
	height: 220px;
}

#container {
	width: 800px;
	background-color: #fff;
	text-align: left;
}

#text {
	width: 600px;
	float: right;
	margin-right: 10px;
}

#text h1 {
	font-family: 'Garamond MS', georgia, times new roman, serif;
	font-size: 15px;
	color: #38677c;	
}

#text h2 {
	font-family: 'Garamond MS', georgia, times new roman, serif;
	font-size: 13px;
	color: #45387c;	
	border-bottom: 1px solid #666;
}

#text h3 {
	font-family: 'Garamond MS', georgia, times new roman, serif;
	font-size: 11px;
	color: #666;	
	margin-top: -7px;
	font-style: italic;
}

#glossary h3 {
	margin-top: 17px;
	margin-bottom: -7px;
	font-family: 'Garamond MS', georgia, times new roman, serif;
	font-size: 11px;
	color: #ae2c03;	
	font-style: italic;
}

#side {
	width: 150px;
	float: left;
}

#side .box {
	width: 150px;
	text-align: center;
	background: #d7aea4;
	padding: 4px;
	border: 1px solid #af5841;
	font-size: 12px;
	color: #fff;
	font-style: italic;
}

#side .box h1 {
	font-family: 'Garamond MS', georgia, times new roman, serif;
	font-size: 13px;
	color: #45387c;	
}

#side .box a {
	font-family: 'Garamond MS', georgia, times new roman, serif;
	font-size: 13px;
	color: #45387c;	
	text-decoration: none;
}

#side .box a:hover {
	font-family: 'Garamond MS', georgia, times new roman, serif;
	font-size: 13px;
	color: #fff;	
	text-decoration: none;
}

#footer {
	clear: both;
	width: 800px;
	background: #38677c;
	font-size: 12px;
	color: #fff;
	padding: 5px 0 5px 0;
	text-align: center;
}

#footer a {
	color: #ef9073;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}