/*
      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: calibri;
	font-size: 12px;
	background-image: url(../images/bg02.png);
	background-repeat: repeat-x;
	background-color: #D4D8DB;
}
#wrapper { 
 margin: 0 auto;
 width: 895px;
}
#header {
 width: 895px;
 height: 334px;
}
#content {
	width: 895px;
	height: auto;
	/*background-image: url(../images/ohio-window-body_05.png);*/
	background-repeat: no-repeat;
	float:left;
}
#footer {
	width: 895px;
	height: 56px;
	color: #333;
	background-image: url(../images/ohio-window_06.png);
	background-repeat: no-repeat;
	clear:both;
	margin-bottom: 30px;
	margin-top: 15px;
	padding-top:20px;
	position: relative;
	top: 30px;
}
#footer-menu a{
	font-family: "Century Gothic";
	font-size: 11px;
	font-weight: bold;
	color: #666;
	position: relative;
	z-index:99;
	text-decoration: none;
	margin:auto;
	top: 25px;
}
#bbb {
	margin-right:0px;
	border:0px;
}
#menu {
	text-align: center;
	position:relative;
	top: 15px;
	z-index:99;
}
.noborder{border:0px;}
#menu a{
	font-family: "Century Gothic";
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	position: relative;
	z-index:99;
	text-decoration: none;
}
#rightcolumn {
	color: #333;
	margin: 0px;
	padding: 10px;
	height: auto;
	width: 30%;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	position: relative;
	top: 35px;
	margin-bottom: 15px;
	background-color: #FFF;
	border: 1.5px solid #CCC;
}
#rightcolumn a {
	font-family: calibri;
	font-size: 11px;
	font-weight: bold;
	color: #a30825;
	text-decoration: none;
}

#rightcolumn a:hover{
	font-family: calibri;
	font-size: 11px;
	font-weight: bold;
	color: #94C021;
	text-decoration: underline;
}
#leftcolumn {
	float: right;
	height: auto;
	width: 64%;
	display: inline;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	position: relative;
	top: 35px;
	background-color: #FFF;
	border: 1.5px solid #CCC;
}
#leftcolumn-iframe {
	float: right;
	height: auto;
	width: 65%;
	display: inline;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	position: relative;
	top: 35px;
	background-color: #FFF;
	border: 1.5px solid #CCC;
}

.leftfont{
	font-family: calibri;
	font-size: 13px;
	text-align: left;	
}


li {
background:url(../images/arrow.gif) center left no-repeat;
padding-left: 25px;
list-style: none;
}

h2 {
	font-family: calibri;
	font-size: 15px;
	font-weight: bold;
	color: #a30825;
	text-align: left;
}
a {
	font-family: calibri;
	font-size: 14px;
	font-weight: bold;
	color: #a30825;
	text-decoration: none;
}
a:hover{
	font-family: calibri;
	font-size: 14px;
	font-weight: bold;
	color: #94C021;
	text-decoration: underline;
}
hr {
	color: #a30825;
}

.border {
	border: 1px solid #C95556;
}

img {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #C95556;
}

.coupon {
	margin-top: 0px;
	border: 3px dashed #C95556;
}
.big {
	font-family: calibri;
	font-size: 20px;
	font-weight: bold;
	color: #a30825;
	text-align: left;
}