@charset "utf-8";
/* CSS Document */

body {
	margin:0 auto 0;
	height:100%;
	padding:0;
	background: #F3F2E4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

body a:link {
	color:#ee1c24;	
}
/* Div */

#shell {
	width: 838px; 
	margin:0 auto 0; 
	padding:0; 
	background:#FFFFFF;
}

#ad_twin{
	width: 468px;
	height:100%;
	float:left;
	margin:0 auto 0; 
	padding:10px;
}

#ad_half{
	width: 234px;
	height:100%;
	float:left;
	margin:0 auto 0; 
	padding:10px;
}

#ads {
	width: 818px;
	height:100%;
	float:left;
	margin:0 auto 0; 
	padding:10px;
}

#tag {
	float:left;
	width: 278px; 
	height: 110px;
	margin:0 auto 0;
	margin-top:170px;
	background:top left no-repeat;
	background-image:url(images/stencilworkstag.png);
}

#header {
	width: 838px; 
	height: 281px;
	margin:0 auto 0; 
}

#body{
	width: 818px;
	height:100%;
	margin:0 auto 0; 
	padding:10px;
}

/* Div classes */

#body .columnRBorder{
	width:271px;
	float:left;
	border-right:1px solid #ee1c24;
}

#body .columnLBorder{
	width:271px;
	float:left;
	border-left:1px solid #ee1c24;
}

#body .column{
	width:273px;
	float:left;
}

#body .mergeColumn{
	width:543px;
	float:left;
	border-left:1px solid #ee1c24;
}

#body .wideColumn{
	width:817px;
	float:left;
}

#body .feature{
	margin-top:5px;
}

/*  text formating */

#tag h1 {
	padding:15px;
	margin:0;
	width:auto;
	font-size:36px;
	color:#FFFFCC;
}

#tag .desc {
	padding:15px;
	padding-left: 18px;
	margin-top: -30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	letter-spacing:.25em;
	text-transform:uppercase;
	color:#FFFFCC;
}

#tag strong {
	font-weight: normal;
}

#body h2 {
	padding:5px;
	margin:0;
	width:auto;
	background-color:#ee1c24;
	font-size:20px;
	text-transform:uppercase;
	color:#FFFFCC;
}

#body h3, h4 {
	padding:5px;
	margin:0;
	width:auto;
	font-weight:bold;
	font-size:12px;
}

#body p{
	margin:5px;
}

#body form {
padding:0;
margin: 0 auto 0;
}

#body acronym{
	cursor:help;
	color:#0000CC;
	text-decoration:underline;
}

#body .shy{
	color:#CCC;
}

#body .preview{
	background-color:#FFFFCC;
	margin-left:5px;
	padding:15px;
	padding-bottom:5px;
	padding-top:5px;
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
}


/* footer */

#footer{
	width: 788px;
	padding-top: 20px;
	clear:both;
}

#footer p {
	text-align:center;
}

#footer .finewar {
	text-align:center;
	letter-spacing:.5em;
	text-transform:uppercase;
}

#footer .finewar strong {
	color: #ee1c24;
}

/* fields */
.entryField {
	border:1px solid #ccc;
}

.invsblField {
	border:0;
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

.checkoutField, .checkoutFieldRight, .checkoutFieldCenter, .checkoutFieldBold, .previewField {
	border:0px;
	background-color:#FFFFCC;
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
}

.previewField{
	text-transform: uppercase;
}

.checkoutFieldRight {
	text-align:right;
}

.checkoutFieldCenter {
	text-align:center;
}

.checkoutFieldBold {
	text-align:right;
	font-weight:bold
}