@charset "utf-8";
/* CSS Document */

* {margin:0; padding:0;}

body  {
	background:#999;	
	margin: 0; 
	color: #000000;
}

img {border:none}

p { font-family: "Lucida Grande Bold", Arial, Helvetica, sans-serif; font-size:12px; font-weight: bold; color: #000; padding-bottom:5px;}

p.issues { font-family: "Lucida Grande Bold", Arial, Helvetica, sans-serif; font-size:34px; font-weight: bold; color: #999; text-align:center;}

p.postage { font-family: "Lucida Grande Bold", Arial, Helvetica, sans-serif; font-size:26px; font-weight: bold; color: #999; text-align:left;}

p.address { font-family: "Lucida Grande Bold", Arial, Helvetica, sans-serif; font-size:16px; font-weight: bold; color: #999; text-align:left;} 

td { font-family: "Lucida Grande Bold", Arial, Helvetica, sans-serif; font-size:16px; font-weight: bold; color: #999; text-align:center;}

h1 { font-family: "Lucida Grande Bold", Arial, Helvetica, sans-serif; font-size:28px; font-weight: bold; color: #999; padding-bottom:10px;}

span {color:#33cc33}

#container { 
	width: 1024px;
	height:1166px;
	background-image:url(images/background.jpg);
	margin: 0 auto; 
	border: 0px;
	text-align: left; 
} 

#header { 
	height:220px;
	padding: 0px;  
}

#mainContent { 
	margin-left:0px;
	margin-top: 0px;
	background-image:url(images/contentbg.png); background-repeat:no-repeat;
} 

#banner {position: relative;
		top:-340px;
		left:400px;
		width:425px;
		height:124px;
}

#navbar {position:relative;
		top:-150px;
		left:0px;
		width:170px;
		height:227px;
}

#textbox1 { position: relative;
			top:-495px;
			left:530px;
			width:300px;
			height:329px;
			padding:10px;
			
}

#textbox2 { position: relative;
			top:-595px;
			left:205px;
			width:300px;
			height:75px;
			padding:10px;
			
}

#textbox3 { position: relative;
			top:-550px;
			left:190px;
			width:649px;
			height:290px;
			padding:10px;
			
}

.paypal { 
	float: right;
	margin-left: 8px;
	margin-right:20px;
	width:191px;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
	width:200px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}








