body {
	color: #aea89a;
	background: repeat url(images/bgtile.gif);
	font: 13px Arial;
	text-align: left;
	text-indent: 5px;
}
h1{
	width: 545px;
	height: 127px;
	text-indent: -5000px;
	margin: 0;
	padding: 0;
}
h1#img00{background: url(images/header0.jpg) no-repeat top;}
h1#img01{background: url(images/header1.jpg) no-repeat top;}
h1#img02{background: url(images/header2.jpg) no-repeat top;}
h1#img03{background: url(images/header3.jpg) no-repeat top;}
h1#img04{background: url(images/header4.jpg) no-repeat top;}
h1#img05{background: url(images/header5.jpg) no-repeat top;}

/* You can start removing code from here....

#header {
	width: 545px;
	background: url(images/header0.jpg);
	height: 127px;
}

#header1 {
	width: 545px;
	background: url(images/header1.jpg);
	margin: auto;
	margin-right: auto;
	margin-left: auto;
	height: 127px;
}

#header2 {
	width: 545px;
	background: url(images/header2.jpg);
	margin: auto;
	margin-right: auto;
	margin-left: auto;
	height: 127px;
}

#header3 {
	width: 545px;
	background: url(images/header3.jpg);
	margin: auto;
	margin-right: auto;
	margin-left: auto;
	height: 127px;
}

#header4 {
	width: 545px;
	background: url(images/header4.jpg);
	margin: auto;
	margin-right: auto;
	margin-left: auto;
	height: 127px;
}

#header5 {
	width: 545px;
	background: url(images/header5.jpg);
	margin: auto;
	margin-right: auto;
	margin-left: auto;
	height: 127px;
}

Until Here */

#container {
	width: 545px;
	border: 5px solid #aea89a;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

.center {
	text-align: center;
}

#menu {
	width: 545px;
	background: #ffffff;
	color: #aea8a4;
	border: 1px  #aea89a;
	border-bottom: 3px solid #aea89a;
	text-indent: 5px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12pt;
	text-align: left;
	direction: ltr;
	border-spacing: 0;
}

#content {
	background: white;
	text-align: justify;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
}

.textlarge {
	font-size: 16px;
}

a:visted {
	color : #0e2d22;
}

a:hover {
	color : #44403a;
}

a:active {
	color : #a0978b;
}

.imageright {
	float: right;
}

.imageleft {
	float: left;
}

a:link {
	color : #a0978b;
}