/* CSS Document */

/**
 *General HTML Body Styling
 *--------------------------
 */
body {
 	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top:0px auto;
	background-color: transparent;
	background-image:url('../assets/indexColor.gif');
	background-repeat:repeat;
	text-align: center;
}

p {
	line-height: 1.35em;
}

h1 {
	font-weight: bolder;
}

/**
 * Font Sizing 
 * -------------------------
 */

/* Enables all modern browsers to display em units */
body { font-size: 77%; } 		  /* Targets Internet Explorer - Windows  */ 
html>body { font-size: 11px; }	  /* Targets Other Browsers  */

#header	     { font-size: 1.0em}
#content 	 { font-size: 1.1em; } 
#footer      { font-size: 0.85em; }
#rightColumn h1 { font-size: 0.8em; }

/**
 * Basic Div Elements
 * ------------------------
 *
 */
 
#background {
	width:800px;
	height:1060px;
	margin: 0px auto;
	margin-top:0px;
	background-image: url('../assets/backgroundFLAT.gif');
	background-repeat: no-repeat;
}

#glowtext{
	width:800px;
	height:80px;
	margin: 0px auto;
	padding-top:30px;
	margin-left:0px;
	text-align:center;
}

#header {
	width:756px;
	margin: 0px auto;
	margin-top:60px;
	margin-left:45px;
	margin-right:55px;
	height: 130px;
	text-align:center;
	background-image: url('../assets/bannerFLAT.png');
	background-repeat:no-repeat;
}

#banner {
	width: 756px;
	margin: 0px auto;
	background-color:transparent;
}

#container {
	width: 660px;
	height:auto;
	margin: 0px auto;
	text-align: center;
	background-color:transparent;
}

#content {
	padding: 1em;
	margin: 0px auto;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	width:635px;
	min-height:500px;
	background-color: transparent;
}

#content h1 {
	margin: .5em 0 0em 0;
	padding-top: 5px;
	font-family: "Kunstler Script";
	font-size:42px;
	text-align:center;
	font-weight: bolder;
}

#content p {
	text-align:justify;
	font-size:18px;
}

#pageheading {
	text-align: left;
	padding-top: 20px;
	color: #999999;
}

#left {
	float : left;
	width : 125px;
	margin: 0px;
	margin-top: 0px;
	padding: 1em;
	height: 400px;
}

#rightColumn {
	float : right;
	width : 125px;
	margin: 0px;
	margin-top: 0px;
	padding: 1em;
	height: 400px;
}

#rightColumn p {
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 8px;
	border-left: 1px solid #94928C; 
	border-right: 1px solid #94928C; 
	border-bottom: 1px solid #94928C;
	text-align:left;
	font-size: 0.85em;

}

#rightColumn h1 {
	background-color: #FFB871; 
	color: #000000;
	text-transform : uppercase; 
	letter-spacing   : .15em;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 8px;
	margin: .5em 0 0em 0;
	border-top: 1px solid #94928C; 
	border-left: 1px solid #94928C; 
	border-right: 1px solid #94928C; 
	border-bottom: 1px solid #BA918F; 
	font-weight: bold; 
	height: 20px;
}

#footer {
	font-family: "Arial Black";
	font-weight: bolder;
	text-align: center;
	color:#000000;
	margin: 0px auto;
	margin-top:-75px;
	width: 600px;
	height: 10px;
	line-height: 1.0em;
}
