body
{
	color: #000;
	font-size: 14px;
	line-height: 140%;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	margin: 1em 1em 0.3em;
	background-image: url(../images/background.png);
	background-attachment: fixed;
}

div#box
{
	width: 720px;
	margin: 0 auto;
	text-align: left;
	background-color: #693;
	padding: 0;
	border-color: #360;
	border-width: 1px 2px;
	border-style: solid;
}

div#box div#outerLine, div#box div#middleLine, div#box div#innerLine
{
	border-width: 0 2px 0 2px;
	border-style: solid;
	margin: 0;
	padding: 0;
}

div#box div#outerLine
{
	border-color: #3D700A;
}

div#box div#middleLine
{
	border-color: #4C7F19;
}

div#box div#innerLine
{
	border-color: #5C8F29;
	padding: 0.5em 1em;
}

div#innerLine div, div#button
{
	margin: 0.5em 0;
	padding: 0.5em 1em;
	background-color: #CF9;
}

div#innerLine div img.imgLeft, div#innerLine div img.imgRight
{
	margin: 0;
	border: 1px none #000;
}

div#innerLine div img.imgLeft
{
	float: left;
	margin-right: 0.5em;
}

div#innerLine div img.imgRight
{
	float: right;
	margin-left: 0.5em;
}

div#innerLine div a, div#innerLine div a:link, div#innerLine div a:active, div#innerLine div a:visited 
{
	color: #030;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

div#innerLine div a:hover
{
	text-decoration: underline;
}

div#button
{
	text-align: center;
}

div#button img#home
{
	border-style: none;
}

div#copy
{
	width: 100%;
	margin: 0 auto;
	margin-top: 5px;
	color: #030;
	font-size: 9px;
	line-height: 9px;
	text-align: center;
}
