*
{
	margin: 0;
	padding: 0;
}

body
{
	color: #300;
	background-color: #8F0E0E;
	background-image: url(../img/background.png);
	background-repeat: repeat-y;
	background-position: center top;
	font-size: 14px;
	line-height: 140%;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
}

div#box
{
	margin: 0 auto;
	width: 650px;
}

div#box div#title
{
	color: #FFF;
	background-color: #8F0E0E;
	font-size: 1.5em;
	padding: 1em 25px;
}

div#box div.subtitle
{
	color: #FFF;
	background-color: #8F0E0E;
	font-size: 1.2em;
	padding: 0.5em 25px;
}

div#box div#header
{
	width: 650px;
	height: 180px;
	background-image: url(../img/header.jpg);
	border-color: #E0BDBD;
	border-width: 3px 0px 3px 0px;
	border-style: solid;
}

div#box div.divider
{
	color: inherit;
	background-color: #8F0E0E;
	width: 650px;
	height: 10px;
}

div#box div.text
{
	padding: 0 25px;
}

div#box div.text p
{
	margin: 1em 0;
}

div#box div.text div.image
{
	text-align: center;
}

div#box div.text p a
{
	color: #300;
	background-color: inherit;
	text-decoration: none;
	border-left: #300;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
}

div#box div.text p a:hover
{
	color: #C00;
	background-color: inherit;
	text-decoration: none;
	border-left: #C00;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
}

div#box div.text div.image img
{
	margin-bottom: 1em;
	text-align: center;
	border-color: #B86666;
	border-width: 1px;
	border-style: solid;
}

div#box div.text div.image a
{
	margin: 1em 0;
	padding: 0.5em;
	color: #8F0E0E;
	background-color: inherit;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}

div#box div.text div.image a:hover
{
	margin: 1em 0;
	padding: 0.25em 0.5em;
	color: #8F0E0E;
	background-color: #CC9292;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}

div#box div#copy
{
	color: #B86666;
	background-color: #8F0E0E;
	font-size: 0.8em;
	padding: 0.5em 25px;
	text-align: center;
}

/*Pop-up text boxes*/

div#insert
{
	position: absolute;
	display: block;
	visibility: hidden;
	left: -0;
	top: -1000px;
	padding: 0.3em 0.5em;
	color: #300;
	background-color: #F0DEDE;
	border-style: solid;
	border-color: #300;
	border-width: 1px 2px 2px 1px;
	font-size: 0.9em;
	line-height: 1.4em;
	text-align: left;
}

div#picture
{
	width: 300px;
	height: 225px;
	margin: 0.2em 0;
	border-color: #B86666;
	border-width: 1px;
	border-style: solid;
}

