* {
	margin:0;
	padding:0;
}

/* General Style Info */
body {
	background: url('../img/kry_bg.jpg') no-repeat fixed top center #29261d;
	color: #e8d7a7;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size: 12px;
	margin: 0;
}
a {
	color: #C75600;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
a img {
	border:none;
}
h1 {
	background-color: #c75600;
	border: 3px solid #c75600;
	padding: 5px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-opera-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	color: #e8d7a7;
	font-weight: bold;
	font-size: 16px;
}
h1 a {
	color: #e8d7a7;
	font-size: 14px;
}
h1, h2, h3, h4 {
	margin-bottom: 10px;
}
ul, li {}
hr {
	color: #E8D7A7;
	width: 100%;
	height: 20px;
	border: 0px solid #e8d7a7;
	border-top: 1px solid #e8d7a7;
}

/* Layout */
#container {
	text-align: left;
	width: 100%;
}
.header {
	color: #29261D;
	background-color: #e8d7a7;
	height: 50px;
	width: 100%;
}
.header .inner, .header #logo {
	width: 100%;
	height: 50px;
	float: left;
	text-align: left;
}
.header #icons {
	width: 900px;
	height: 1px;
	text-align: right;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -450px;
	z-index: 10;
	overflow: visible;
}
.header #icons li {
	list-style: none;
	display: inline;
	margin-left: 10px;
}
#content{
	width: 900px;
	clear: both;
	padding: 10px 0px 0px 0px;
	margin: 0px auto;
}

.spacer {
	clear: both;
	height: 20px;
}

/* ROUNDED */
.rounded {
	background-color: #3d382b;
	border: 3px solid #3d382b;
	padding: 5px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-opera-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
}

/* ROWS */
.even {
	background-color: #29261d;
}
.odd {
	background-color: #3d382b;
}

/* ERRORS AND MESSAGES */
.message, .error-message {
	color: #ffff00;
	margin-bottom: 10px;
}

/* FORMS */
label {
	clear: both;
	font-weight: bold;
}
input[type="text"], input[type="password"], textarea {
	width: 100%;
	margin-bottom: 10px;
}
input {
	margin-bottom: 10px;
}


