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

@font-face {
    font-family: 'pomaregular';
    src: url('poma_rg-webfont.eot');
    src: url('poma_rg-webfont.eot?#iefix') format('embedded-opentype'),
	url('poma_rg-webfont.woff') format('woff'),
	url('poma_rg-webfont.ttf') format('truetype'),
	url('poma_rg-webfont.svg#pomaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**********************************************/

body
{
	height:100%;
	width:100%;	
	background:#000000 url(../images/background.jpg) bottom center fixed no-repeat;	
	font-family:Arial, Helvetica, sans-serif;
	/*background-size:100% 100%;
	background-repeat:no-repeat;*/
}

#container
{
	width:1024px;
	min-height:600px;
	margin:20px auto;
	background:url(../images/green-bk.png);
	box-shadow:0 0 10px #999;
	padding-top:20px;
}

#footer { width:1024px; margin:15px auto; }
#footer p { color:#fff; text-shadow:0 0 3px #000; }

/********************

TEXT

*******************/

a { color:#878271; text-decoration:none; text-shadow:0 0 3px #333; }

h1 {  font-family: "pomaregular"; font-size:42px; margin:3px 0; color:#3D0719; text-shadow:0 0 1px #888; }
h2 { font-family:"Arial Black", Gadget, sans-serif; font-size:28px; margin:5px 0; text-shadow:0 0 1px #444;  }
h3 { font-family:"Arial Black", Gadget, sans-serif; font-size:22px; margin:5px 0;   }
h4 {  font-family:"Arial Black", Gadget, sans-serif; font-size:18px; margin:3px 0;   }

.maroon h1 { color:#fff; }
.maroon img { 
	margin:5px; 	
	box-shadow: 0px 0px 10px #666;
	border-radius:10px;
	}

li { margin:5px 0; }
p { margin:1em 0;  }

strong { font-weight:bold; }
em { font-style:italic; }
small { font-size:90%; }
table tr td { padding:5px 5px; vertical-align:middle; }


.txtCenter { text-align:center; }

/********************

LAYOUT

*******************/

.notice, .maroon { padding:6px; background:#3D0719; color:#fff; text-shadow:0 0 3px #000; border:2px solid #878271;  }
.padd { padding:20px; }
.maxipadd { padding:40px 20px; }

.margin-right { margin-right:10px; }

.white { background:#878271; }

.half-col { width:49%; }
.third-col { width:33%; }
.two-third-col { width:66%; }
.fourth-col {width:25%; }
.three-fourth-col { width:75%; }

.left { float:left; }
.right { float:right;  }

.fb { clear:both; }

.shadow { box-shadow:0 0 10px #333; }