/*
      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: 0px;
	padding: 0px;
	background-color: #1F1F1F;
}
#wrapper { 
 margin: 0 auto;
 width: 600px;
}
#faux {
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%;
	background-image: url(../images/template/popup_details_back.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#leftcolumn {
	display: inline;
	color: #333;
	width: 311px;
	float: left;
	height: 482px;
}
#content {
	float: left;
	color: #333;
	width: 80px;
	display: inline;
	position: relative;
	background-image: url(../images/template/popup_centre_back.jpg);
	background-repeat: repeat-x;
	height: 462px;
	line-height: 17px;
	padding-top: 20px;
	text-align: right;
}

#rightcolumn {
	display: inline;
	position: relative;
	color: #FFFFFF;
	width: 189px;
	float: right;
	height: 462px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
#footer { 
 width: 902px;
 clear: both;
 color: #333;
 background: #ABBEBE;
}
.clear { clear: both; background: none; }

#details li {
	list-style-type: none;
	display: block;
	margin-bottom: 20px;
}
#headers li {
	list-style-type: none;
	display: block;
	margin-bottom: 13px;
	margin-right: 10px;
}
.lineheight {
	line-height: 17px;
}#printpage {
	text-align: center;
	padding-top: 262px;
}
#contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	bottom: 9px;
	position: absolute;
	width: 194px;
	line-height: 16px;
}
#contact a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#contact a:hover {
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.style1 {color: #FF00FF}

