@charset "utf-8";

/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background-color: #401100;
	background-image: url(../images/body_background.png);
	background-repeat: repeat-x;
	text-align: center;
}

div#all {
	position: relative;
	text-align: left;
	background-color: #401100;
	background-image: url(../images/alldiv_background.png);
	background-repeat: repeat-y;
	width: 929px;
	margin: 0 auto 0 auto;
}

div#header {
	text-align: center;
}

div#content {
	margin: 0;
	padding: 0 180px 0 210px;
}

h1 {
	font-family: georgia, sans serif;
	color: #997040;
	font-size: 1.25em;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

h2 {
	font-family: georgia, sans serif;
	color: #997040;
	font-size: 1.1em;
	text-transform: uppercase;
}

h2 a {
	font-family: georgia, sans serif;
	color: #997040;
	font-size: 1.1em;
	text-transform: uppercase;
}

a {
	font-family: arial;
	color: #D0BFBA;
}

a:hover {
	color: #997040;
}

p,li {
	font-family: arial;
	color: #D0BFBA;
	font-size: 0.8em;
}

ul ul {
	font-size: 12pt;
}

ul,li {
	margin: 0 0 0 6px;
	padding: 0 0 0 3px;
}

img {
	border: 0px solid black;
}

#showit {
	width: 628px; /* swf width */
	height: 468px; /* swf height */ /*margin: 0 auto 0 auto;*/
	padding-left: 152px;
	_padding-left: 0px;
}

#showit h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: bold;
	font-style: italic;
	margin: 5px 0 0 0;
	text-align: center;
	color: #FFFFFF; /* title color */
}

#showit h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	margin: 5px;
	text-align: center;
	color: #ffffff; /* subtitle color */
}

.showit_error {
	margin: 20px;
	border: 2px solid #990000;
	padding: 20px;
	color: #990000;
	background-color: #cc7f7f;
	font-size: 12px;
	text-align: center;
}

.showit_error a:link,.showit_error a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

.showit_error a:hover,.showit_error a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #990000;
}