/* --- CSS For Surbrook's Studies HCC Project -- */
body
{
	font-family: Arial, sans-serif;
	color: #666666;
	background: gainsboro;
}

#document_wrapper {
	width: 75%;
	max-width: 1024px;
	margin: 0 auto;
}

h1
{
	font-family: Verdana;
	font-size: 250%;
	color: #666666;
	text-align: center;
	text-decoration: none;
}

h2
{
	font-family: Verdana;
	font-size: 150%;
	color: #666666;
	text-align: center;
	text-decoration: none;
}

#sidebar
{
	color: #666666;
	background: #E6E6FA;
	float: right;
	width: 325px;
	padding: 10px;
	border: 3px solid gray;
	margin: 5px;
}

#sidebar img
{
	margin-top: 10px;
	margin-left: 10px;
	margin-right: auto;
}

#fight
{
	color: #666666;
	background: #E6E6FA;
	float: right;
	width: 275px;
	padding: 10px;
	border: 3px solid gray;
	margin: 5px;
	text-align: center;
}

#sidebar h3
{
	font-family: Verdana;
	font-size: 150%;
	text-align: center;
	text-decoration: none;
}

#definition-wrapper dt
{
	font-family: Verdana;
	color: #F0E68C;
	background: #696969;
	width: 275px;
	margin-left: 15px;
	padding: 5px;
}

img.article
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.dice
{
	float: right;
	padding: 2px;
	margin-left: 3px;
}

img.australia
{
	float: left;
}

p
{
	margin-left: 25px;
	text-indent: 3%;
	text-align: justify;
}

.site_map {text-align: center;}

.bold {font-weight: bold;}

.column_clear { clear: both; }

.italic {font-style: italic;}

ul { list-style-type: none; }

a:link
{
	color: #666666;
	text-decoration: none;
}

a:visited { color: #008080 text-decoration: none; }

a:hover
{
	color: #B0C4DE;
	text-decoration: underline;
}

a:active { text-decoration: underline; }
