﻿
* { padding: 0; margin: 0; }

/* Body Tags */

body {
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 color:#666666;
	 background-image:url(images/site_bak.gif);
}

a {
 	color:#666666;
 	text-decoration:none;
}

a:hover {
	 color:#333333;
 	text-decoration:underline;
}

h3 {
 	margin: 0px;
 	padding:0px;
	color:#333333;
	font-weight:bold;
 	font-size:1.5em;
	line-height: 1.25em;
}

/* Wrapper Tags */

#wrapper { 
 	margin: 0 auto;
 	width: 768px;
 	height: 100%;
	
}

#faux {
	 background: url(images/body_bak.gif);
	 margin-bottom: 0px;
	 overflow: auto;
	 width: 100%
}

/* Header Tags */

#header {
	 color: #333;
	 width: 768px;
	 height: 260px;
	 padding: 0px;
	 margin: 0px;
	 background-image:url(images/header_bak.gif);
	 background-repeat:no-repeat;
 	background-color: white;

}

#flashbox {
	margin: 0px;
	padding: 28px 0px 0px 26px;
	height: 209px;
}

/* Content Tags */

#leftcolumn { 
	 float: left;
	 display: inline;
	 margin-top: 20px;
	 margin-left: 20px;
	 padding: 0px 0px 25px 30px;
	 width: 150px;
	 background-color: #ffffff; 
}

#leftcolumn ul {
 	margin:0px;
 	padding:0px;
 	list-style:none;
}

#leftcolumn li {
 	margin:0px;
 	padding:0px;
 	line-height: 1.75em;
}

#leftcolumn h2 {
 	margin: 5px 0px 5px 0px;
 	padding:0px;
	color:#333333;
	font-weight:bold;
 	font-size:1.5em;
}

#rightcolumn { 
	 float: right;
	 display: inline;
	 margin-right: 20px;
	 margin-top: 20px;
	 padding: 0px 30px 25px 10px;
	 width: 450px;
	 position: relative;
	 line-height: 1.25em;
	 background-color: #ffffff; 
}

/* Footer Tags */

#footer { 
	 width: 768px;
	 height: 139px;
	 clear: both;
	 color: #333;
	 margin: 0px;
	 padding: 0px;
	 text-align:center;
	 background-image:url(images/footer_bak.gif);
	 background-repeat:no-repeat;
}

.clear { clear: both; background-color: #ffffff; }

#support_but {
	 margin: 0px;
	 padding: 0px;
	 display:inline;
	 text-decoration:underline;
	 
}

#paytype_but {
	 margin: 0px 0px 0px -3px;
	 padding: 0px;
	 display:inline;
	 text-decoration:underline;
}

#subfooter {
	margin: 15px 0px 0px 0px;
 	text-align:center;
 	color:#FFFFFF;
 	
}

#subfooter a{
 	background-color: #ffffff;
 	text-decoration:none;
}

#subfooter a:hover {
	background-color: #ffffff;
 	text-decoration:underline;
}