* {
	margin: 0px;
}

body {
	text-align: center;
}

body, table, input, select, textarea {
	font-family: Arial;
	font-size: 12px;
}

#main {
	margin: 0px auto;
	padding-top: 50px;
	width: 800px;
	height: 100%;
}

#logo {
	padding-bottom: 30px;
}

#container {
	margin: 0px auto;
	width: 400px;
}

#search {
	float: left;
}

#brand {
	float: right;
	font-size: 10px;
}

#quote {
	padding-top: 30px;
	padding-left: 150px;
	padding-right: 150px;
	color: #888888;
	font-style: italic;
	clear: both;
	font-size: 13px;
	font-weight: bold;
}

#links {
	padding-top: 30px;
	clear: both;
}

#links a, #links a:hover, #links a:active, #links a:visited, #links a:link {
	color: #0000ff;
}

#links #sub {
	font-size: 11px;
}

#footer {
	padding-top: 10px;
	font-size: 10px;
}

#footer a, #footer a:hover, #footer a:active, #footer a:visited, #footer a:link {
	text-decoration: none;
	color: #000000;
}

#footer a:hover {
	text-decoration: underline;
}

#banner {
	padding-top: 10px;
}