/* CSS Document */
@charset "iso-8859-1";

/*** DEFAULTS ***/
*
{
	margin: 0px;
	border: none;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #CBBF9E;
	text-align: left;
}

body
{
	background-color: rgb(60,41,6);
	background-image:  url(images/backgroundTile.gif);
	background-repeat: repeat;
	margin-left: 25px;
	text-align: left;
}

table
{  
	border-collapse: collapse;
	empty-cells: show;
	width: 710px;
	max-width: 710px;
	
}

table.Elich
{  
	border-collapse: collapse;
	empty-cells: show;
	width: 400px;
	max-width: 400px;
}

td
{}

table.first
{
	border-spacing: 0px;
	width:auto;
	height:auto
	
}

table.layout
{
	border-right: 3px solid rgb(60,41,6);
	border-left: 3px solid rgb(60,41,6);
	background-color: rgb(60,41,6);
	
	height: 100%;
	min-height: 100%;

}

table.AfterForm 
{
	text-align: middle;
	background-color: rgb(60,41,6);
	margin-left: 0px;
	
}
td
{
}


td.header
{
	background-color: black;
	height: 215px;
}

td.content
{
/*	background-color: rgb(60,41,6);*/
	background-color: black;
	background-image:  url(images/pageHeader.jpg);
	background-repeat: no-repeat;
	padding-top: 35px;
	padding-left: 25px;
	padding-right: 25px;
	vertical-align: top;
}

td.firstContent{
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;

}

td.Links{
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-align:center;

}

td.footer
{
	background-image:  url(images/pageFooter.jpg);
	background-repeat: no-repeat;
	height: 51px;
	
	vertical-align: bottom;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
	
	font-size: .8em;
}

h1
{
	color: #CBBF9E;
	font-size: 2em;
	
	padding-bottom: 10px;
}

h2
{
	color: #CBBF9E;
	font-size: 1.5em;
	
	padding-bottom: 3px;
}

h3
{
	color: #CBBF9E;
	font-size: 1em;
	
	padding-bottom: 3px;
}

h4
{
	color: #CBBF9E;
	font-size: 2em;
	padding-bottom: 3px;
	text-align: right;
}

div
{
/*	background-color: #E0DAC9;*/
	color: #ECE8DE;
	
	padding: 3px;
}

div.major
{
	background-color: transparent;
	
	padding: 3px;
	margin-bottom: 10px;
	margin-left: 10px;
	
	max-width: 710px;
}
div.Links
{
	
}

a,
a:visited,
a:link
{
	color: #F8CA57;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border: 2px solid #ECE8DE;
	margin: 3px;
}

img.giveaway
{
	border: none;
	margin: 3px;
}

.giveaway { 
border-color: #000000;
border: none;
} 



div.intro
{
	margin-bottom: 50px;
	
	text-align: center;
}

div.links
{	
	text-align: center;
}

div.intro div
{
	display: block;
	border: 2px solid #ece8de;
	
	width: 584px;
	height: 290px;
}
button
{
	background:RED;
}

