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

body {

}

a {
	color: #999;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bolder;
	text-transform: uppercase;
	color: #666666;
	background-color: #FF6600;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: small;
	text-align: left;
}

h5 {
	text-align: left;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

#wrapper {
	margin: 0 auto;
	height: auto;
	width: 700px;
}

#header {
	width: 700px;
	height:75px;
	background-image: url(images/turnkey_merchant_logo_6.gif);
	background-repeat: no-repeat;
}

#navlist
{
	margin-left: 0;
	padding-left: 0;
	margin-top: 10px;
	line-height: 20px;
	padding-bottom: 20px;
	list-style-image: url(images/arrow.gif);
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #999;
}

#navlist li
{
padding-left: 10px;
background-repeat: no-repeat;
background-position: 0 .5em;
color: #999;

}





#leftcolumn {
	width: 200px;
	height: 800px;
	float: left;
}

#rightcolumn {
	height: 1400px;
	width: 500px;
	float: right;
}

#footer {
	width: 700px;
	height: 100px;
	clear: both;
	background-color: #0C9;
}
