* {
 padding: 0;
 margin: 0;
}
body {
 font-family: Arial, Helvetica, sans-serif;
 color: #666666;
 background-color: #FFFFFF;
 font-size: 12px;
 background-image: url(images/top-shade.jpg);
 background-repeat: repeat-x;
}
.wrapper {
 width: 650px;
 margin: 0 auto;
}
/* Start Header */
.header {
 margin: 30px 0px 10px 0px;
 min-height: 118px;
}
* html .header {height: 118px} /* IE Min-Height Hack */ 

.header-left {
 float: left;
 width: 130px;
}
.header-right {
 float: left;
 width: 510px;
 text-align: right;
}
/* End Header */

/* Start Navigation Bar */
.navbar {
 margin: 0px 5px 0px 5px;
}

ul.navbar, li.nav-bar {
 display: inline;
 margin-right: 22px;
}
.wrapper table {
	clear: right;
}

/* End Navigation Bar */

.block {
 display: block;
 border: 1px solid #ccc;
 background-color: #E8E8E8;
 padding: 4px;
}

blockquote {
 margin-top: 20px;
  background: url(images/quote-left.jpg) left top no-repeat;
}
blockquote div {
  padding: 15px 15px;
  background: url(images/quote-right.jpg) right bottom no-repeat;
}


/* Start Main Columns */
#leftcolumn { /* Parent Wrapper for inside boxes */
	display: inline; /* IE Hack */
	width: 190px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#rightcolumn {
	display: inline; /* IE Hack */
	float: right;
	width: 430px;
	min-height: 152px;
	clear: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
* html #rightcolumn {
	height: 155px;
	border: 1;
} /* IE Min-Height Hack */ 
/* End Main Columns */

h1 {
 margin-top: 10px;
 font-size: 24px;
}
img {border: none; }
/* Start Links */
a:link {
 text-decoration: none;
 color: #666666;
}
a:visited {
 text-decoration: none;
  color: #666666;
}
a:hover {
 text-decoration: none;
  color: #000000;
}


/* End Links */

.footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	width: 650px;
	min-height: 32px;
	margin-bottom: 15px;
	float: right;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 11px;
	clear: both;

}
* html .footer {height: 32px} /* IE Min-Height Fix */ 
.wrapper #affiliate {
	width: 400px;
	float: right;
	margin-right: 30px;
	margin-top: 20px;
}
.wrapper #center {
	float: right;
	width: 440px;
	margin-right: 10px;
	margin-top: 20px;
	background-color: #FFFFFF;
	background-image: none;
}
.wrapper #affiliate1 {
	height: auto;
	width: auto;
}

