/* CSS Document */

body {
	border:0px solid blue;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding:0px 0px 0px 0px;
	height:100%;
	min-height:600px;
	background: #2d1900;
	font-family:Trebuchet, Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;	
	color: #000000;
	}

h1 {
	border-bottom: 1px solid #a61c15;
	color:#a61c15;
	font-size:20px;
	font-family:Trebuchet, Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	text-align:center;
	}
	
h2 {
	border-bottom: 1px solid #a61c15;
	color:#a61c15;
	font-size:20px;
	font-family:Trebuchet, Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	text-align:left;
	}	


p {
	padding:10px 10px 10px 10px;
	}
	
*  {
	margin:0;
	padding:0;
	}
		
img {
	border:0px;
	}
		
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.clearfix {display: inline-table;}
	
/* backslash hack hides from IE mac \*/
	#html .clearfix {height: 1%}
	.clearfix {display: block;}
/* end backslash hack */

div#wrapper {
	border: 0px solid blue;
	width: 1000px;
	height:100%;
	margin:0px auto 0px auto;
	padding: 0px 0px 0px 0px;		
	}
	
div#header {
	border:0px solid green;
	width:1000px;
	height:275px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:#cb3939;
	text-align:center;
	float:left;
	}
	
div#dragonright {
	border:0px solid black;
	width:183px;
	height:275px;
	margin:12px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
	}	

div#logostyle {	
	border:0px solid black;
	width:585px;
	height:275px;
	margin:80px 25px 0px 25px;
	padding:0px 0px 0px 0px;
	float:left;	
	}
	
div#dragonleft {
	border:0px solid black;
	width:182px;
	height:275px;
	margin:12px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
	}
	
div#content {
	border:0px solid black;
	width:960px;
	height:100%;
	min-height:400px;
	padding:20px;
	
	background:#ffffff url(backgrounds/lowbg.png) top left repeat-x;
	float:left;
	}		
	
div#copybubblewrap {
	width:304px;
	float:left;
	}
	
div#copybubbletop {
	border:0px solid green;
	width:304px;
	height:15px;
	line-height:15px;
	margin:0px 0px -3px 0px;
	background:url(backgrounds/copybubbletop.gif) top left no-repeat;
	float:left;
	}
	
div#copybubblebody {
	border:0px solid green;
	background:#ffffff;
	width:294px;
	padding:0px 5px 0px 5px;
	float:left;
	}	
	
.imgcenterer {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding:0px 5px 0px 5px;
	float:center;

	}	
	
div#copybubblebottom {
	border:0px solid green;
	width:304px;
	height:15px;
	line-height:15px;
	margin:-3px 0px 0px 0px;
	background:url(backgrounds/copybubblebottom.gif) top left no-repeat;
	float:left;
	}	
	
div#rightwrap {
	border:0px dotted black;
	width:520px;
	margin:0px 65px 0px 65px;
	float:left;
	}
	
div#maillist {
	border:0px dotted black;
	margin:13px 0px 0px 0px;
	float:left;
	}	
	
div#formcontainer {
	border:0px dotted red;
	width:425px;
	text-align:right;
	float:left;
	}

input, select, textarea {
	border:1px solid black;
	margin:5px 0px 5px 0px;
	width:250px;
	background:#a61c15;
	font-family:Trebuchet, Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	color:#ffffff;
	}

#submit {
	border:none;
	background:none;
	width:90px;
	height:23px;
	text-align:center;
	float:center;
	}	
	
.trap {
display: none;
}

div#bottomcontact {
	border-top:1px solid #a61c15;
	padding:10px 0px 10px 0px;
	width:960px;
	text-align:center;
	float:left;
	}
		
