/* basic settings and resets */
/* --------------------------------------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
	background-color: #a81818;
	background-image: url(/images/gui/body.png); /* so color matching is correct with the pngs in IE */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777777;
}
form {
	margin: 0;
}
img {
	border: 0;
}
a {
	
}
a:hover {
	color: #ccc;
}
.clear {
	clear: both;
	min-height: 1px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0.6em 0;
	line-height: 130%;
}
ul {
	margin: 0.6em 0 0.8em 0;
}
h1, h2 {
	font-size: 14px;
	color: #A81818;
}
p {
	margin: 0;
	padding: 0.3em 0;
	line-height: 130%;
}
img {
	border: none;
}
.small {
	font-size: 80%;
}


/* gui */
/* --------------------------------------------------------------------------------------------- */

#container {
	width: 870px;
	margin: auto;
}
#header {
	height: 206px;
	background-image: url(/images/gui/header-footer.png);
}
#main {
	background-image: url(/images/gui/main.png);
	padding: 0 30px 10px 30px;
}
#footer {
	height: 24px;
	background-image: url(/images/gui/header-footer.png);
	background-position: bottom;
}
#footertext {
	text-align: center;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #c25e5e;
}

/* navigation  */
/* --------------------------------------------------------------------------------------------- */

#header ul {
	list-style: none;
	padding: 0;
	position: absolute;
	margin-top: 8px;
	margin-left: 325px;
	height: 26px;
	overflow: hidden;
}
#header li {
	float: left;
}
#header a {
	display: block;
	height: 26px;
	padding-top: 26px;
}
#nav-about {
	width: 85px;
	margin-right: 4px;
}
#nav-services {
	width: 84px;
	margin-right: 4px;
}
#nav-links {
	width: 82px;
	margin-right: 4px;
}
#nav-license {
	width: 84px;
	margin-right: 4px;
}
#nav-contact {
	width: 83px;
	margin-right: 4px;
}
#nav-login {
	width: 84px;
}

/* admin menu */
/* --------------------------------------------------------------------------------------------- */

#admin {
	position: absolute;
	top: 1px;
	left: 1px;
	background-color: white;
	padding: 4px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* other stuff */
/* --------------------------------------------------------------------------------------------- */
