/*
      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; border: 0; }

img { display: inline; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #595959;
	line-height: 1.4em;
	background-color: #FFF;
}
h2 {
	padding-top: 9px;
	font-size: 22px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
	color:#5F5F5F;
}
input {
	margin-bottom: 4px;
	font-size: 14px;
	border: solid 1px; #333;
}
#wrapper { 
 margin: 0 auto;
 width: 968px;

}
#header {
 width: 968px;
 float: left;
 height: 44px;
 margin: 25px 0px 0px 0px;
}
#leftcolumn { 
 margin: 0px 0px 0px 0px;
 width: 261px;
 float: left;
}
#rightcolumn { 
 float: right;
 margin: 0px 0px 0px 0px;
 height: 350px;
 width: 700px;
 display: inline;
 position: relative;
}
#rightcolumn img{
 padding-top: 1px;
}
#pricetable td, th{
	padding: 5px;
}
#emailbox{
	background-color: #F2F4D9;
	padding: 5px;
	width: 688px;
	border: 1px solid #ccd09e;
}
#emailservicetable td{
	background-image: url(images/package_bg.gif);
	background-repeat: no-repeat;
	padding: 5px;
}
.redhighlight {
	color: #990000;
	font-weight: bold;
	font-style: italic;
}
.underline {
	text-decoration: underline;
}

