/* CSS Document */

* { 
	margin: 0 auto;
	padding: 0;
	background-color: transparent;
	text-align: left;
	list-style: none;
	}

body {
	width: auto;
	height: auto;
	font: 16px/22px Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	text-align: center;
	}

div#container {
	position: relative;
	width: 686px;
	height: auto;
	padding-top: 4px;
	}

a {
	color: #4e0896; 
	border-bottom: 1px dotted #925fc6;
	text-decoration: none;
	}
	
a:hover { color: #4e0896; border-bottom: 1px dotted #4e0896; }
	
p {
	font-size: 11px;
	line-height: 18px;
	color: #666;
	margin-bottom: 18px;
	}
		
p.opener {
	font: 16px/22px Georgia, Times, serif;
	line-height: 22px;
	color: #161616;
	}
	
p span.yellow {
	font: 16px/22px Georgia, Times, serif;
	color: #edb400;
	}
	
b {
	color: #161616;
	}
	
h1 {
	font: 16px/18px Georgia, Times, serif;
	color: #161616;
	border-bottom: 1px solid #ddd;
	padding-bottom: 2px;
	margin-bottom: 6px;
	}
	
h1#extra { padding-top: 4px; }

.purple { color: #4e0896; }
.yellow { color: #edb400; }

.clear { clear: both; }

a#logo {
	float: left;
	width: 686px;
	height: 160px;
	background: transparent url(i/bg-header.gif) no-repeat 0 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-bottom: 4px;
	text-indent: -999em;
	}

div#content {
	width: 686px;
	height: auto;
	border-top: 1px solid #ddd;
	}

div#col-left {
	float: left;
	width: 442px;
	height: auto;
	margin-top: 20px;
	margin-right: 10px;
	}
	
div#col-right {
	float: left;
	width: 214px;
	height: auto;
	background: transparent url(i/bg-signup.gif) repeat 0 0;
	padding: 20px 10px 10px 10px;
	}
	
form {
	border-top: 1px solid #ddd;
	padding: 16px 0 14px 0;
	}
	
label {
	display: block;
	font: 11px/14px Georgia, Times, serif;
	color: #edb400;
	}
	
input {
	color: #777;
	margin-bottom: 6px;
	}
	
input#submit {
	display: block;
	float: left;
	margin: 12px 0 12px 0;
	}

div#footer {
	clear: both;
	width: 686px;
	height: auto;
	padding: 14px 0 0 0;
	border-top: 1px solid #ddd;
	}
	
#footer p { color: #aaa; }