body {
	margin: 0 auto;
	background-color: #FFFFFF;
	background-image: url('../images/axiomaticit-back.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	font-family: arial;
	color: #202020;
	text-align: center;
	font-size: 1em;
}

a {
	color: #F79321;
	text-decoration: none;
}
a:hover {
	color: #F79321;
	text-decoration: underline;
}

hr {
	width: 90%;
	height: .05em;
	background-color: #808080;
	color: #808080;
}

#logo {
	position: absolute;
	left: 2em;
	top: 2em;
}

#login {
	position: absolute;
	font-size: .7em;
	color: #202020;
	right: 1em;
	top: 1em;	
}

#grails {
	position: absolute;
	font-size: .7em;
	color: #202020;
	right: 20em;
	top: 1em;	
}

#header {
	height: 8em;
}

#navigation {
	height: 121px;
	width: 100%;
	min-width: 60em;
	line-height: 121px;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.3em;
}
#navigation a:hover {
	color: #F79321;
	text-decoration: none;
	font-size: 1.3em;
}
#navigation .item {
	margin-left: 2em;
	margin-right: 2em;
}
#navigation-left {
	background-image: url('../images/navigation-left.png');
	background-repeat: no-repeat;
	background-position: right center;
	float: left;
	height: 100%;
	width: 10%;
}
#navigation-center {
	background-image: url('../images/navigation-center.png');
	background-repeat: repeat-x;
	background-position: center center;
	float: left;
	height: 100%;
	width: 80%;
}
#navigation-right {
	background-image: url('../images/navigation-right.png');
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	height: 100%;
	width: 10%;
}

.message {
	color: #F79321;
}

#content {
	margin-top: 4em;
	width: 100%;
	min-width: 60em;
	height: 100%;
	min-height: 30em;
	text-align: justify;
}
#contentLeft {
	float: left;
	width: 22%;
	text-align: right;
}
#contentCenter {
	float: left;
	width: 50%;
	padding-left: 2em;
	padding-right: 2em;
}
#contentRight {
	float: left;
	width: 22%;
}
#content .infobox {
	background-image: url('../images/infobox.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
	width: 200px;
	height: 150px;
	padding: 1em;
	clear: both;
}
#content .infobox p {
	width: 170px;
	text-align: left;
}
#content .standardForm {
	width: 20em;
}
#admin {
	margin-left: 10%;
	margin-right: 10%;
}
#content .adminForm {
	width: 100%;
}
#content form p {
	clear: both;
}
#content .label {
	display: block;
	float: left;
	padding-left: 1em;
	padding-top: .5em;
}
#content .input {
	display: block;
	float: right;
	padding-top: .5em;
}
#content .textarea {
	display: block;
	padding-left: 1em;
	padding-top: .5em;
	clear: both;
}
#content .captcha {
	display: block;
	padding: 1em;
	clear: both;
}
#content .button {
	display: block;
	padding: 1em;
	clear: both;
}

#preFooter {
	margin-top: 4em;
	margin-bottom: 2em;
	clear: both;
}

#footer {
	background-image: url('../images/footer.png');
	background-repeat: repeat-x;
	background-position: 0 0;
	height: 14em;
	width: 100%;
	padding-top: 2em;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: none;
}
#footer-content {
	height: 10em;
	width: 100%;
	min-width: 80em;
	font-size: .9em;
	text-align: left;
}
#footer-content .item {
	display: block;
	float: left;
	clear: both;
}
#footer-left {
	float: left;
	height: 100%;
	width: 30em;
	padding: 2em;
}
#footer-center {
	float: left;
	border-left: .2em solid #808080;
	height: 100%;
	width: 13em;
	padding: 2em;
}
#footer-right {
	float: left;
	border-left: .2em solid #808080;
	height: 100%;
	width: 13em;
	padding: 2em;
}