/*
      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;
}
#wrapper { 
 margin: 0 auto;
 width: 962px;
}
#header {
 float: left;
 width: 962px;
 color: #333;
 margin: 10px 0px 5px 0px;
 background: #006634;
}
#banner {
 width: 962px;
 float: left;
 margin: 0px 0px 5px 0px;
}
#navigation {
 float: left;
 width: 962px;
 color: #333;
 padding:5px 0 0 0;
 margin: 0px 0px 5px 0px;
 background: #006634;
}
#nav-left {
 width:5px;
 height:34px;
 float:left;
}
#nav-center {
 width:940px;
 float:left;
 padding:5px 0 0 0;
}
#nav-right {
 width:5px;
 float:right;
}
#leftcolumn { 
 margin: 0px 5px 5px 0px;
/* padding: 10px;*/
 min-height:350px; height:auto !important; height:350px; 
 width: 235px;
 text-align:left;
 float: left;
}
#content { 
 float: left;
 margin: 0px 10px 5px 5px;
 min-height:350px; height:auto !important; height:350px; 
 width: 525px;
 display: inline;
}
#content p, table {
 text-align:left;
}

#content-2cols { 
 float: left;
 margin: 0px 10px 5px 5px;
 min-height:350px; height:auto !important; height:350px; 
 width: 720px;
 display: inline;
}
#rightcolumn { 
 margin: 0px 0px 5px 0px;
 min-height:350px; height:auto !important; height:350px; 
 width: 180px;
 float: left;
}
/*#rightbox {
 margin:0 0 5px 0;
 border:1px solid #ff0000;
 height:auto !important;
}*/
#footer { 
 clear: both;
 width: 962px;
 height:60px;
 margin: 0px 0px 10px 0px;
 background:#006634;
}
/* New Styles for 2012 */
#gift-card-right-panel {
 height:295px;
 background-image:url(../images/banners/gift-card-right-panel.png);
 background-repeat:no-repeat;
}
