body {
	/*background-image: url(images/background.png);*/
	background-color: #D3CBA9;
	background-repeat: repeat-x;
	margin: 0px auto;
	color: #000000;
	font-family: verdana;
	font-size: 12px;
	
	text-align: center;
}
img {
	border: 0;
}
.subtitle {
	display: inline;
	float: right;
	font-size: 12px;
	
	font-variant: normal;
}

.logo {
	display: inline;
	text-align: right;
	float: right;
	font-size: 10px;
}

a { color: #5D7C9B; text-decoration: none; }
a:hover { color: #000000; }

.wrapper {
	width: 800px;
	text-align: center;
	margin: 0px auto;
}

.banner {
	margin-top: 50px;

	background-image: url(content/desert/images/banner.png);
	width: 800px;
	height: 114px;
	color: #F2F2F2;
	font-size: 64px;
	text-align: center;
	
	/*padding-top: 60px;*/
	
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	
	float: left;
	
	font-variant: small-caps;
	border-bottom: 4px solid #000000;
}

.banner a{color: #F2F2F2; }

.content {
	width: 780px;
	background-color: #DCD5B9; /*#EDEADC;*/
	
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	float: left;
	padding: 10px;
}

.left {
	width: 520px;
	padding: 10px;
	padding-bottom: 20px;
	text-align: left;
	
	float: left;
}

.right {
	width: 210px;
	padding: 10px;
	padding-bottom: 20px;
	text-align: left;

	float: right;
}

h3 {
	width: 100%;
	margin-bottom: 0px;
}

h2 {
	width: 100%;
	font-size: 16px;
	color: #1F3151;
	
	margin-top: 0px;
	margin-bottom: 10px;
}

h1 {
	width: 100%;
	background-color: #DAE6F2;
	
	padding: 5px;
	font-size: 16px;
	font-weight: normal;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.indent {
	display: inline;
	padding-left: 20px;
}

.subtext {
	font-size: 10px;
	width: 100%;
	margin-bottom: 20px;
}

table {
	width: 100%;
}
table td {
	font-size: 12px;
}

.error {
	padding: 20px;
	color: #724444;
	background-color: #E28888;
	margin-bottom: 10px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
.message {
	padding: 20px;
	color: #597043;
	background-color: #B4E088;
	margin-bottom: 10px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

.entryFoot {
	float: right;
	font-size: 11px;
}

.submit {
	width: 100px;
	padding: 10px;
	font-size: 14px;
	background-color: #9CC44C;
	border: 1px solid #FFFFFF;
}

.submit:hover {
	border: 1px solid #CECECE;
	background-color: #FFFFFF;
}

input, textarea {
	padding: 6px;
	font-size: 14px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	border: 1px solid #CECECE;
	font-family: verdana;
}

.comment {
	padding: 10px;
	border: 1px solid #D8D8D8;
	margin: 5px;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.avatar {
	width: 64px;
	height: 64px;
	display: inline;
}