.clear {
	clear:both;
	height: 0;
}

.todo {
	background: #ff0000;
}
html, ul, li {
	margin: 0;
	padding: 0;
}

body {
	background: #a7e6c4;
	width: 950px;
	margin: 0 auto 10px;
	font-family: Verdana, sans-serif;
	font-size: 0.75em;
}

img, div { behavior: url(../iepngfix.htc) }

img {
	display: block;
	border: none;
}

input[type="button"], input[type="submit"] {
	background: #a7e6c4;
	border: 1px solid #000000;
}

label {
	font-weight: bold;
}
#header ul {
	background: url(../img/header-links.png) no-repeat;
	float: right;
	width:563px;
	height:18px;
	margin: 0.5em 0;
	position: relative;
}

#header ul li {
	display: inline;
}
#header ul li a strong{
	display: none;
}
#header-home a {
	position: absolute;
	display: block;
	top: 0;
	left: -10px;
	width: 75px;
	height: 19px;
}
#header-buy a {
	position: absolute;
	display: block;
	top: 0;
	left: 110px;
	width: 60px;
	height: 19px;
}
#header-sell a {
	position: absolute;
	top: 0;
	left: 205px;
	width: 60px;
	height: 19px;
}
#header-join a {
	position: absolute;
	top: 0;
	left: 320px;
	width: 80px;
	height: 19px;
}
#header-contact a {
	position: absolute;
	top: 0;
	left: 455px;
	width: 110px;
	height: 19px;
}


#content-border {
	border: 5px solid #ffffff;
}
#content {
	border: 1px solid #cccccc;
	background: #ffffff;
	padding: 10px;
	position: relative;
}


#logo {
	margin-bottom: 50px;
}

#img-cycle {
	margin: 10px auto;
	width: 800px;
	height: 500px;
}
#img-cycle img {
	display: none;
}

#home-buttons {
	margin: 0 auto;
	width: 800px;
	text-align: center;
	position: relative;
}

#home-buttons img {
	display: inline;
}

#home-buttons img.left {
	position: absolute;
	left: 0;
}

#home-buttons img.right {
	position: absolute;
	right: 0;
}

div.img-row img {
	display: inline;
}

div.copy {
	margin-left: 100px;
	margin-right: 100px;
}

div.copy p,
 div.copy img,
 div.copy h1,
 div.copy h2,
 div.copy h3,
 div.copy h4,
 div.copy h5,
 div.copy h6 {
	margin: 1em;
}

div.copy img {
	margin: 0 1em 1em 1em;
}


#contact_us table {
	border-spacing: 40px;
	width: 100%;
}

#contact_us img {
	margin: 0 auto;
}

.contact-phone {
	font-weight: bold;
	text-align: center;
}