﻿
/* Global Style */


body {
	margin: 0px;
    font-size:12px; 
    font-family: verdana;
	min-width: 800px;
background: #fff url('/design/darkrdbg3.jpg') repeat-x;  
background-attachment: fixed;
	}
    
/*	    background-color: #729f48; 
    background-color: #3e0015; */

td {
    font-size:12px;
     }
    
h1 { 
	font-size: 24px;
	font-family: georgia;
	font-style: italic;
	font-weight: bold;
	color: #000;
	}
h2 { 
	font-size: 20px;
	font-family: georgia;
	font-style: italic;
	font-weight: bold;
	color: #000;
	}
h3 { 
	font-size: 18px;
	font-family: georgia;
	font-weight: bold;
	color: #000;
	}
h4 { 
	font-size: 16px;
	font-family: georgia;
	font-weight: bold;
	color: #000;
	}
h5 { font-size: 12px; }
h6 { font-size: 10px; }

hr { background-image:url('/design/fancyhr.gif'); }


#content {

	top: 0px;
	left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	width: 1000px;
}
#header_area {
	background-color: #aaa; 
	position: relative;
	width: 1000x;
	height: 455px;
	float: left;
}

#header_area img{ display:block; } /* This removes gaps at bottom of image */

#header_logo {
             height: 118px;
             width:1000px;
             background-image:url('/design/magentaheader2.jpg');
 }

#header_phone {
     float:right;
     margin-top: 20px;
     margin-right:50px;
     font-family: verdana;
     font-size: 16px;
     font-weight:bold;
     color: #fff;
     line-height: 2.6ex;
 }
 #header_phone a {
 text-decoration:none;
  color: #fff;

  }
 #header_phone a:hover {
 text-decoration:none;
 color: #b3ed8d;
  }
#header_nav {
	background-color: #941334; 
	width: 1000px;
	height: 30px;
	margin-top:0;
    border-top:solid;
    border-bottom:solid;
}

#body_area {
	clear:both;
	width: 1000px;
	float: left;
	padding-top:20px;
    background-image:url('/design/cowboy.gif') ;
	background-position: bottom right;
	background-repeat:no-repeat;
	background-color: #eff; 
}

#body_text {
	clear:both;
	width: 960px; 
    padding-right:20px;
	padding-left:20px;
}

#body_text li {list-style-type:disc; }

#body_main {

 }

#body_sidebar {
   width:20%;
   float: right;
   background-color:#729f48 ;
 } 
 
#Credits a, #Credits a:link, #Credits a:active, #Credits a:visited {
	font-size: 9px;
	font-family: verdana;	
	font-weight: bold;
	color: #cccccc;
	margin: 0px;
	text-decoration:none;
	}
#Credits {
    margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	width: 980px;
    padding:10px;
	font-size: 9px;
	font-family: verdana;	
	color: #fff;
	font-weight: bold;
	clear:both;
    background-color: #941334;
	}

