* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
}

h1
{
color: #006;
font-size: 12pt;
font-weight: normal;
}


p.inputerror {color:red; font-size: 8pt; font-style: italic;}
table.input {font-size: 9pt; font-family: sans-serif;}
.form {font-size: 9pt; font-family: sans-serif; width: 10em; }
.button {font-size: 9pt; font-family: sans-serif; }
.IP {color:red; font-size: 8pt; font-style: italic; text-align: center; margin-top: 2em;}

#wrapper { 
 margin: 10px auto;
 width: 822px;
}
#header {
 color: #333;
 width: 800px;
 float: left;
 padding: 10px;
// border: 1px solid #ccc;
 height: 60px;
 margin-top: 5px;
// margin: 10px 0px 5px 0px;
text-align: right;
 background: url(../img/logo.png) no-repeat;

}
#navigation {
 float: left;
 width: 100%;
}

#leftcolumn { 
 color: #333;
 //border: 1px solid #ccc;
// background:#F6F0E0;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 300px;
 width: 195px;
 float: left;
}
#content { 
 float: left;
 color: #333;
 //border-left: 1px solid #ccc;
  border-right: 1px dotted #ccc;
// background:#CCC8B3;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 300px;
 width: 600px;
 display: inline;
}

#content_header
{
height: 20px;
background-color: #60BB22;
color: #FFFFFF;
font-size: 13pt;
font-weight: bold;
padding-left: 2ex;
}
#rightcolumn { 
 color: #333;
// border: 1px solid #ccc;
// background:#F6F0E0;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 height: 300px;
 width: 140px;
 float: left;
  background: url(../img/giftcard.png) no-repeat;

}
#footer { 
 width: 800px;
 clear: both;
 color: #FFF;
// border: 1px solid #ccc;
 background: url(../img/nav_background.jpg) repeat-x;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 text-align: center;
}

#getcoupon
{
margin: 10px 30px;
}