html,body{ 
	margin:0;
	padding:0;
}
body{
	font: 80% "Trebuchet MS", Georgia,"Times New Roman",Times,serif;
}

.clear {clear: both;}
.clear_space {clear: both; height: 20px;}
.clear_space2{clear: both; height: 20px; border-top: 1px solid #ddd;}

#wrapper {
	width: 768px;
	margin: 0 auto;
	}
	#header {
		height: 120px;
		}
		#header .logo {
			float: left;
			width: 195px;
		}
		#header .logo img {
			border:0;
		}
		#header .tagline {
                        font-size: 12pt;
			margin-top: 35px;
			float:left;
		}
	#content {
		float: right;
		width: 384px;
		}
		#content .form {
                                margin-top: 18px;
			}
			.form .long {
				width: 381px;
			}
			.form .done {
				float: left;
				background: #ddd;
				color: #444;
				text-shadow: -1px 1px #fff;
				border: 1px solid #888;
				padding: 3px;
                                width: 110px;
                                margin-right: 10px;
			}
			.form .border {
				height: 20px;
				background: url(border.gif) repeat-x;
				width: 384px;
			}
			.form .alias {
				width: 375px;
				padding: 3px;
			}
		#content .output {
			border-top: 1px solid #ddd;
			margin-top: 30px;
		}
	#adsense {
		float: left;
		width: 384px;
	}
	#footer {
		background: url(border.gif) repeat-x;
		padding-top: 10px;
		height: 30px;
		text-align: center;
	}
