html {
	margin: 0px;
	padding: 0px;
	height: 100%
}

body {
	margin: 0px;
	padding: 0px;
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #3e3d40;
	background-repeat: no-repeat;
	background-color: #3a0000;
	min-height: 101%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.theader {
	font-family: verdana;
	font-size: 9pt;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	text-indent: 0px;
	background-color: #F9F5F8;
	border-bottom: 1px #b90368 dotted;
}

.tablecontent {
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #3e3d40;
	text-align: justify;
	text-transform: capitalize;

}

h1 {
	font-size: 12px;
	font-weight: bold;
	color: #8c0a0d;
	text-transform: uppercase;
}

ul, ol, dl { 
	margin-top: 0px; 
	margin-bottom: 0px;
	list-style-type:square;
}

div#page {
	width: 830px;
	margin: auto;
	background-image: url("../images/content.tile.jpg");
	background-position: 0px 289px;
}

div#header {
}

div#header_row1 {
	height: 131px;
	background-image:  url("../images/header.01.jpg");
}

div#header_row2 {
}

div#header_row3 {
	height: 114px;
	background-image:  url("../images/header.03.jpg");
}

div#content {
	font-weight: bold;
	min-height: 300px;
	background-image: url("../images/blood.png");
	background-repeat: no-repeat;
	background-position: bottom;
}

div#content_main {
	font-weight: bold;
	width: 730px;
	margin: auto;
}

div#gal_content {
	width: 730px;
	height: 600px;
	margin: auto;
}

div#footer {
}

div#footer_row1 {
	height: 22px;
	background-image: url("../images/footer.01.jpg");
}

div#footer_row2 {
}

div#error{
	margin-bottom: 10px;
	color: #8c0a0d;
	font-weight: bold;
}

div#success{
	margin-bottom: 10px;
	font-weight: normal;
}

a {text-decoration:underline; border: 0px; color: #8c0a0d;}
a:focus {text-decoration:none; border: 0px; color: #8c0a0d;}
a:hover {text-decoration:none; border: 0px; color: #8c0a0d;}
a:active {text-decoration:none; border: 0px; color: #8c0a0d;}

form {
	margin: 0px;
}

input { 
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	border: 0px;
	border-bottom: 1px solid #8c0a0d;
	background-color: #f6ead3;
}

textarea { 
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	border: 0px;
	border-bottom: 1px solid #8c0a0d;
	background-color: #f6ead3;	
}

select { 
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
}

input.button {
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	cursor: pointer;
	border: 0px;
	border-bottom: 1px solid #8c0a0d;
	background-color: #f6ead3;	
}