/* Content > Main */

#main {
	float: left;
	width: 78%;
}

/* Content > Sidebar */

#sidebar {
	float: right;
	width: 20%;
}

#indexForm{
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
}

#indexForm #SearchSearch{
	border: 3px double #ccc;
	font-size: 150%;
	padding: 5px;
	width: 70%;
	color: #ddd;
}

#indexForm .submit {
	display: inline;
}

#indexForm .submit input{
	border: 3px double #ccc;
	font-size: 150%;
	margin-left: 10px;
	padding: 4px;
	color: #777;
	width: auto;
}
