.right, #home-right {float: right;}
	.center {text-align: center;}
	.left {float: left;}
	.nav {
		margin-top: 6px;
		background: white;
		padding: 10px;
		width: auto;
	}
	.nav, .nav a{
		color: #A52F15;
		font-size: 16px;
		font-weight: bold;
	}
	.content, .success, .fail, .wrapper{
		font-size: 14px;
		margin: 6px;
		width: auto;
	}
	.wrapper{
		background: white;
		border: 6px solid white;
	}
	.success,.alert {
		background: #a6ea8e;
		border: 6px solid #428c29;
		-moz-border-radius: 6px;
		border-radius: 6px;
		color: #123107;
		padding: 5px;
		font-weight: bold;
	}
	.success a,.alert a{color: #1A4C08;}
	.fail{
		background: #D99797;
		border: 6px solid #B04343;
		color: #490A0A;
		padding: 5px;
		font-weight: bold;
	}
	.alternate {background: #efefef;}
	#home {
		background: white url('images/content_split.gif') repeat-y center;
		padding: 20px;
		padding-top: 0px;
	}
	#home-left,#home-right {
		line-height: 200%;
		width: 45%;
		font-size: 30px;
	}
	html>body #home-right {margin-top: -30px;}
	.submit {
		padding: 30px;
		padding-top: 10px;
		padding-bottom: 10px;
		background: #3E99DF;
		border: 3px solid #0F5588;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	.title {
		text-align: center;
		font-weight: bold;
	}
	table {
		font-size: 14px;
		width: 100%;
		margin: auto;
	}
	td {padding: 5px;}
	h1 {
		margin: 0px;
		padding: 0px;
	}
	.view {padding: 15px;}
	.categories tr td a{
		font-size: 18px;
		font-weight: bold;
	}
	.search_stats {font-size: 10px; color: gray; float: right;}
	.search_title {font-size: 14px;}
	.search_desc {color: #333333; font-size: 12px;}
	.search_details {color: gray; font-size: 10px; margin-bottom: 10px;}
	
	.center {text-align: center;}
	
	/*Sitemap*/
	.sitemap-header {background: #D9D9D9; color: black; width: 200px; line-height: 25px;}
	.sitemap-links {margin-bottom: 10px;}
	.sitemap-links a {display: block;}