BODY {
	font-family: Trebuchet MS1, Helvetica, sans-serif;
	font-size: 16;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 0px;
	word-spacing: 0px;
  outline: none;
	color:#FFFFFF;
	background-image: url(pics/marek_back_00.jpg);
	background-attachment: fixed;

  text-shadow: 
	0 0 5px rgba(255,240,0,.8),
	0 0 10px rgba(255,220,0,.8),
	0 0 15px rgba(255,150,0,.8), 
	0 0 20px rgba(255,100,0,.8),
	0 0 30px rgba(255,50,0,.8);
	 
	
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

*{margin:0;padding:0}

body:before {/*Opera Fix*/
    content:"";
    float:left;
    width:0;
    margin-bottom:-100px;/*header height*/
}

#wrapper{
    /*margin-top:-50px;/*footer soak up*/
    position:relative;/*set as containing block for AP faux column*/
}
#innerwrap{/*IE6 needs this for the AP faux column*/
    width:100%;
}
#header{
    position:absolute;
    z-index:4;
    background:#631403;
    color:#631403;
		height:301;
		width:100%;
		top:100;
    text-align:center;
}
#left {
    width:50%;
    float:left;
    margin-right:-480px;
}
#inner-left{
    margin-right:485px;
    background:#000000;
}
#center {
    width:960px;
    float:left;
    background:#241001;
    position:relative;
    z-index:3;
		-webkit-box-shadow: 0px 0px 300px 0px rgba(0, 0, 0, 5);
		-moz-box-shadow:    0px 0px 300px 0px rgba(0, 0, 0, 5);
		box-shadow:         0px 0px 300px 0px rgba(0, 0, 0, 5);
}
#content
{
		-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 5);
		-moz-box-shadow:    0px 0px 50px 0px rgba(0, 0, 0, 5);
		box-shadow:         0px 0px 50px 0px rgba(0, 0, 0, 5);
}

#right {
    width:50%;
    float:right;
    margin-left:-481px;
}
#inner-right {
    margin-left:485px;
    background:#000000;
}
#center-faux{
    position:absolute;
    width:960px;
    left:50%;
    bottom:0;
    height:100%;
    margin-left:-480px;
    background:#FFF;
    z-index:0;
}

* html #center-faux{height:999em}/*for IE6*/

#footer{
    clear:both;
    width:100%;
    height:50px;
    background:#FFF;
    color:#FFF;
    text-align:center;
}





#banner_container
{
		display: inline-block;
    height:301px;
    width:960px;
    position:relative;
}

#banner_image
{    
    position:absolute;
    left:0;
    top:0;
}

#banner_text
{
    z-index:100;
    float:left;
    position:absolute;
		color:#000000;
    left:280px;
    top:210px;
}






@font-face {
    font-family: 'marek';
 		src: url('pics/bauhaus_93.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
       url('pics/bauhaus_93.ttf'); format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

p {
	font-family: Trebuchet MS1, Helvetica, sans-serif;
	padding: 0 0 0 0 !important;
	margin: 0 0 10 0 !important;

}

H1,H2,H3,H4,H5,H6,H7 {
	font-family: marek, Century Gothic, Trebuchet MS1, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px !important;
	text-align:left;
}

H1 { font-size: 12; }
H2 { font-size: 16; }
H3 { font-size: 18; font-weight: 400; }
H4 { font-size: 20; font-weight: 400; }
H5 { font-size: 24; font-weight: 500; }
H6 { font-size: 34; font-weight: 500; }
H7 { font-size: 30; font-weight: 500; }

H8 { font-size: 18; font-weight: 800; font-family: Trebuchet MS1, Helvetica, sans-serif;}

.signature
{
	float:right;
	padding:10 0 0 0;
}

A
{
  outline: none;
	color:#f7D688;
	text-decoration: none;
	font-weight: bold;
}

A:hover
{
	color: #FFFFFF;
}

.bright
{
	color: #FFFFFF;
}

ul
{
    list-style-type: none;
}

input {
  outline: none;
}

input:radio {
  outline: none;
}

input.round_form {
	padding: 4 4 4 4;
	font-size: 14;
	height: 26px;
	vertical-align: middle;
	color: #444444;
	border:0px solid #ddd;
	background:#fafafa;
	-moz-border-radius:0.5em;
	-khtml-border-radius:0.5em;
}

textarea.round_form {
	padding: 4 4 4 4;
	height: 120px;
	font-size: 14;
	vertical-align: middle;
	color: #444444;
	border:0px solid #ddd;
	background:#fafafa;
	-moz-border-radius:0.5em;
	-khtml-border-radius:0.5em;
}

input:hover.round_form , input:focus.round_form  {
	border-color:#c5c5c5;
	background:#f6f6f6;
} 



#submit-go {
	margin-top:1em;
	width:69px;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	background:url("../IMAGES/submit-button.gif") no-repeat 0 0;
	display:block;
	cursor:pointer !important; cursor:hand;
}

#submit-go:hover {
	background-position:0 -26px;
}

/*
input[type=checkbox], input[type=radio] { visibility: hidden; width:0; height:0; padding:0; margin:0; }
input[type=checkbox] + label, input[type=radio] + label { padding-left:18px; }
input[type=checkbox] + label{ background: url(../gfx/check_radio.png) 0 0 no-repeat; }
input[type=checkbox]:focus + label{ background-position: 0 -16px; }
input[type=checkbox] + label:hover{ background-position: 0 -32px; } 
input[type=checkbox]:checked + label{ background-position: 0 -48px; }

input[type=radio] + label{ background: url(../gfx/check_radio.png) 0 -64px no-repeat; }
input[type=radio]:focus + label{ background-position: 0 -80px; }
input[type=radio] + label:hover{ background-position: 0 -96px; } 
input[type=radio]:checked + label{ background-position: 0 -112px; }
*/

#contact-area {
	width: 500px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	margin: 10px;
	width: 460px;
	font-family: Trebuchet MS1, Helvetica, sans-serif;
	font-size: 1.4em;
	margin-left: 15px;
	border: 0px;
	background-color: #241000;
	color: #f7D688;
}

#contact-area textarea {
	border: 0px;
	overflow: auto;
  resize: none;
	width:460px !important; 
	height:120px !important; 
	outline:none !important;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 0px;
	background-color: #341000;
	color: #fEE6A8;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

