html {
	background-image: url('images/background.gif');
	background-repeat: repeat-x;
	background-color: #f1f4b1;
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: center;
	}
/* id */

#wrapper {
	margin: 10px auto;
	padding: 15px;
	background-color: #fff;
	width: 775px;
	}

#banner {
	}

#leftcontent {
	float: left;
	width: 375px;
	text-align: left;
	}

#rightcontent {
	float: right;
	width: 395px;
	text-align: left;
	}

#nav {
	text-align: left;
	margin-top: 10px;
	padding-left: 12px;
	}

#contentholder {
	height: 300px;
	margin-top: 20px;
	margin-right: 12px;
	}

#footer {
	clear: both;
	padding-top: 10px;
	}
	
/* classes */

.clear {
	clear: both;
	}

	/* text specific classes */
	.fleft {
		float: left;
		}

	.fright {
		float: right;
		}
	
	.footertxt {
		color: #bec97a;
		font-size: 11px;
		line-height: 20px;
		}
		
	.footertxt a {
		color: #bec97a;
		font-size: 11px;
		line-height: 20px;
		font-weight: bold;
		text-decoration: none;
		}

	.footertxt a:hover {
		color:#7c7c7c;
		font-size: 11px;
		line-height: 20px;
		font-weight: bold;
		text-decoration: none;
		}

/* Redefinition of html elements */
/*         and headings          */

iframe {
	width: 100%;
	height: 100%;
	}

img {
	border: 0px;
	}

hr {
	width: 50%;
	background-color: #ccc;
	border: 0px;
	height: 1px;
	}

h1, h2, h3, h4, h5 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 20px;
	}

h1 {
	color: #545454;
	font-weight: normal;
	}

h2 {
	color: #7c7c7c;
	font-weight: normal;
	}

h3 {
	color: #aba000;
	font-weight: normal;
	}

h4 {
	color: #8c6239;
	font-weight: normal;
	}

.fleft {
	float: left;
	}

.fright {
	float: right;
	}
