@charset "utf-8";
/* CSS Document */

body, div, span, img, p, br, h1, h2, h3, h4, h5, h6, ul, ol, li, table, tr, td, iframe {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	background: #cbcbcb;
	font: 0.80em Arial, Helvetica, sans-serif
}

div.background {
	background: #cbcbcb url(images/bkgnd.jpg) repeat-x scroll center -1px;
}

div.wrapper {
	width: 770px;
	margin: 0 auto;
}
body.home div.wrapper {
	padding-top: 25px;
}


div#header {
	position: relative;
	height: 250px;
	background: url(images/header.jpg) no-repeat scroll center top;
}

div#nav {
	position: absolute;
	top: 187px;
	right: 0px;
}

div#nav li {
	display: inline;
	float: left;
	margin: 0 15px 0 0;
}

div#login {
	position: absolute;
	top: 212px;
	right: 0px;
}	

div#login li {
	display: inline;
	float: left;
	margin: 0 15px 0 0;
}

div#nav a, div#login a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

div#content {
	background: #ffffff;
	padding: 20px;
}


div#footer {
	background: #a05b24;
	color: #ffffff;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}

div.textElement {
	background: #dddddd;
	margin: 0 0 25px 0;
}

div.textElement h2 {
	height: 24px;
	padding: 4px;
	background: url(images/container-bg.jpg) repeat-x scroll left top;
	margin: 0 0 15px 0;
}

div.textElement p {
	padding: 0 15px 15px 15px;

}
