html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	background-color: #ccf;
	padding: 0px;
	margin: 0px;
}

p {
	text-align: left;
	padding: 5px 10px 5px 10px;
}

#content {
	width: 750px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;	
}

#banner {
	width: 750px;
	height: 200px;
	background-image: url("/ebay/leads/images/cm_banner.jpg");	
	background-repeat: no-repeat;	
	margin: 0px;
	padding: 0px;
}

#top-menu {
	position: relative;
	width: 750px;
	height: 20px;
	text-align: left;
	color: #fff;
	left: 0px;
	top: 1px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

#top-menu a, a:visited {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 75%;
	border: none;
	padding: 5px;
}

#top-menu a:hover {
	text-decoration: none;
	color: #66c;
	border: none;
}

#bottom-menu {
	position: relative;
	width: 750px;
	height: 20px;
	text-align: left;
	color: #fff;
	left: 0px;
	top: 155px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 3px;
}

#bottom-menu a, a:visited {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	border: none;
	padding: 5px;

}

#bottom-menu a:hover {
	text-decoration: none;
	color: #66c;
	border: none;
}


#page {
	color: #000;
	background-color: #fff;	
	width: 100%;
	height: 650px;
	top: 200px;
	margin: 0px;	
	padding: 0px;
	margin: 1px;
	overflow: auto;
}

#page .left {
	width: 500px;
	height: 650px;
	float: left;
	
}

/* #page .left p {
	text-align: left;
	padding: 5px 10px 10px 10px;
}*/


#page h1 {
	font-family: Georgia, Serif;
	font-size: 160%;
	font-weight: normal;
	color: #c93;
	text-align: left;
	padding-left: 5px;
}

#page .right {
	width: 247px;
	height: 650px;
	float: right;
	text-align: left;
	vertical-align: top;
	background-color: #fc9;
}

#page .right p {
	text-align: left;
	padding: 5px 10px 10px 10px;
	font-size: 85%;
}

#page .right h1 {
	font-family: Georgia, Serif;
	font-size: 160%;
	font-weight: normal;
	color: #c66;
	text-align: left;
	padding-left: 5px;
}

#page a, a:visited {
	color: #366;
	text-decoration: none;
	border-bottom: 1px dotted #366;
}

#page a:hover {
	color: #933;
	text-decoration: none;
	border-bottom: 1px solid #933;
}

#footer {	
	position: relative;
	width: 100%;
	height: 20px;
	background-color: #f93;
	text-align: center;
	color: #fff;	
	margin-top: 1px;
	font-size: 75%;
	padding: 0px;
}

.left {
	float: left;
}

.right {
	float: right;
}

hr {
	height: 1px;
	background-color: #fff;
	border: none;
}

fieldset {
	text-align: left;
	font-size: 10px;
	margin: 5px 5px 5px 5px;
	background-color: #fff;
	vertical-align: top;
	border: 1px solid #c93; 
	padding: 5px;
	color: #036;
}

fieldset legend {
	font-weight: bold;
	color: #C93;
	padding: 5px;
}

.leftcol {
    float: left;
	vertical-align: top;
	width: 50%;
}

.rightcol {
	float: right;
	vertical-align: top;
	width: 48%;
}

.msg {
	background-color: #fcf;
	color: #933;
	font-size: 10px;
	text-align: left;
	padding: 10px;	
	border: 1px solid #933;
	margin: 5px;
}

input {
	font-size: 11px;
	text-align: left;
	color: #000;
}

select {
	font-size: 11px;
	text-align: left;
	color: #000;
}


