body {
	background-color:#d9d6a9;
	background-image:url(../img/bg.jpg);
	background-attachment:fixed;
	background-position:top;
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	padding:0px;
	margin:0px;
	font-size:75%;
}
.header {
	margin:0px auto;
	width:990px;
	height:178px;
	background-image:url(../img/header.png);
	background-position:left,top;
	background-repeat:no-repeat;
	text-align:left;
}
.error {
	background-color: #ffff99;
	border-color: #cc0000;
	border-style:dashed;
	border-width:2px;
	width:930px;
	padding: 10px;
}
a {
	color:#dac518;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.app {
	background-color: #8c8669;
	border-color: #000000;
	border-style:dotted;
	border-width:1px;
	width:930px;
	padding: 10px;
}
.appinner{
	width: 500px;
}
.contentwrapper {
	margin:0px auto;
	width:990px;
	min-height:564px;
	background-image:url(../img/content.png);
	background-repeat:repeat-y; 
	background-position: top center;
	text-align:left;
	color:#d9d6a9;
	overflow:auto;
}
.footer {
	margin:0px auto;
	width:990px;
	height:20px;
	background-image:url(../img/footer.png);
	background-repeat: no-repeat; 
	background-position: top center;
	text-align:center;
	font-size:50%;
}
.nav {
	margin:0px auto;
	float:left;
	clear:left;
	width:200px;
	padding:10px;
}
.navitem, .navitem2 {
	display:block;
	margin-left:15px;
	margin-top:2px;
	height:18px;
}
.navitem2 {
	margin-left:30px;
}
.title {
	margin-top:15px;
	padding-left:10px;
	padding-top:4px;
	height:32px;
	font-size:150%;
	width:700px;
	background-image:url(../img/title.png);
	background-repeat: no-repeat; 
	background-position: top left;
}
.content {
	margin:0px auto;
	float:right;
	clear:right;
	padding:10px;
	text-align:left;
	width:750px;
	overflow: auto; 
}
img {
	border:0px;
}