/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 10px;
	background-color: #778FA8;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	margin-bottom: 10px;
}
h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	color: #C0541A;
	margin-bottom: 0px;
}
h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: #C0541A;
	margin-bottom: 0px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F2F0E1;
}
#wrapper {
	width: 930px;
	background-color: #F2F0E1;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	width: 930px;
	float: left;
	padding: 0px;
	height: 180px;
	margin: 0px;
}


/*- Navigation --------------------------- */

    #navigation {
	float:left;
	width:930px;
	font-size:93%;
	line-height:normal;
	background-color: #22354D;
	background-image: url(../images/navigation_bkgrnd.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C0541A;
      }
    #navigation ul {
	margin:0;
	list-style:none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 30px;
      }
    #navigation li {
      display:inline;
      margin:0;
      padding:0;
      }
    #navigation a {
	float:left;
	background:url("../images/tableftE.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
      }
    #navigation a span {
	float:left;
	display:block;
	background:url("../images/tabrightE.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#F2F0E1;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #navigation a span {float:none;}
    /* End IE5-Mac hack */
    #navigation a:hover span {
	color:#FFFFFF;
      }
    #navigation a:hover {
      background-position:0% -42px;
      }
    #navigation a:hover span {
      background-position:100% -42px;
      }   




#leftcolumn {
	margin: 0px;
	padding: 30px;
	height: auto;
	width: 240px;
	float: left;
	background-image: url(../images/leftcolumn_bkgrnd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#leftcolumn li {
	margin-top: 10px;
	margin-bottom: 1px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CBC69E;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	margin-right: 0px;
	list-style-type: none;
}

#leftcolumn a {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #B60101;
	text-decoration: none;
	font-weight: bold;
}
#leftcolumn a:hover {
	color: #000000;
	text-decoration: none;
}

#rightcolumn {
	float: right;
	margin: 0px;
	padding: 30px;
	height: auto;
	width: 560px;
	display: inline;
}
#wrapper #rightcolumn li {
	font-family: "Courier New", Courier, monospace;
	color: #C0541A;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	list-style-position: outside;
	margin-left: 30px;
	padding-left: 10px;
}
#footer {
	width: 890px;
	clear: both;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #C0541A;
	background-color: #22354D;
	background-image: url(../images/navigation_bkgrnd.jpg);
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}

td#price {
  font-size: 30px;
  font-weight: bold;
}
