/* !Reset Browsers */

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{ margin: 0; padding: 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6
{ font-size: 100%; }

/* Removes list-style from lists */
ol,ul,dl
{ list-style: none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style: normal; font-weight: normal; }

/* Removes border spacing from tables */
table
{ border-collapse: collapse; border-spacing: 0; }

/* Removes border from fieldset and img */
fieldset,img
{ border: 0; }

/* Left-aligns text in caption and th */
caption,th
{ text-align: left; }

/* Removes quotation marks from q */
q:before,q:after
{ content: ''; }

/* !Custom CSS */

html {
	width: 100%;
	height: 100%;
	margin-bottom: 1px;
	background: #a79897 url('../images/bg/bg.jpg') 0 0 repeat;
}

body {
	position: relative;
	width: 770px;
	height: auto;
	min-height: 475px;
	margin: 0 auto;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 62.5%;
	background: transparent;
}

div#fixHeight {
	position: absolute;
	top: 0;
	left: 0;
	width: 770px;
	height: auto;
	border-right: 2px solid #6b290e;
	border-bottom: 1px solid #6b290e; 
	border-left: 2px solid #ad3f12;		
	background: transparent;
}

div#container {
	position: relative;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#branding {
	position: relative;
	margin: 0;
	width: 100%;
	height: 180px;
	background: #6e6e7f url('../images/bg/marquee_bg2.jpg') 0 0 no-repeat;
}

div#content_area {
	position: relative;
	margin: 0;
	width: 100%;
	height: auto;
	min-height: 295px;	
	background: transparent;
	z-index: 0;
}

div#content {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 295px;
	background: #4c4c4c;
	z-index: 0;
}

div#content div#col_3_1_v1 {
	position: relative;
	float: right;
	width: 160px;
	height: 600px;
	background: transparent;
	z-index: 0;
}

div#content div#col_3_2_v1 {
	position: relative;
	width: 590px;
	height: auto;
	min-height: 520px;
	padding: 0 10px;
	background: #fff;
	z-index: 0;
}

div#content div#col_3_3_v1 {
	position: relative;
	width: 610px;
	height: 80px;
	background: #cc8744;
	z-index: 0;
}

div#content div#col_3_3_v1 div {
	width: 468px;
	height: 60px;
	margin: 0 auto;
	padding-top: 10px;
}

div#site_info {
	position: relative;
	width: 100%;
	height: 30px;
	background: #ffb66e;
	clear: both;
}

/* !Interior Items */

div#col_1 {
	position: absolute;
	top: 0;
	right: 0;
    width: 210px;
    height: 100%;
    padding: 0 5px 5px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    background: #eee;
}

div#col_2 {
	position: relative;
	width: 370px;
	height: 100%;
}

div#col_3 {
	width: 100%;
	height: 0;
	clear: both;
}

div#clear {
	width: 100%;
	clear: both;
	height: 0;
}

form#paypal {
    position: relative;
    float: right;
    margin: 10px 10px 0 0;
    z-index: 1;
}

img#sitename {
  position: absolute;
  top: 30px;
  left: 230px;
  width: 480px;
  height: 85px;
  
}

img#tipButton {
	position: absolute;
	right: 10px;
	bottom: 42px;
}

h1 {
    font-size: 1.5em;
    padding-bottom: 1em;
}

h1#pageTitle {
	font-size: 1.6em;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    padding-top: 1em;
    color: #000;
}

h2 {
    font-size: 1.4em;
    padding-bottom: 1em;
    color: #222;
}

h3 {
    font-size: 1.3em;
    padding-bottom: 1em;
    color: #222;
}

p {
    font-size: 1.3em;
    padding-bottom: 1em;
    color: #232323;
}

em {
    font-style: italic;
}

a:link, a:visited, a:active {
	color: #c72300;
	text-decoration: none;
}

a:focus, a:hover {
	color: #ff5100;
}
