/* ------ General rules ------ */

body {
	background:  url(images/bg.gif) repeat-x center;
	background-color: #b9b1aa;
	
}

body.popup {
	background:  #FFFFFF url(none);
	
}

html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	width:97%;
	text-align: center;


}
#wrapper {

	margin: 0 auto;
	text-align: left;
	vertical-align: middle;


}
#main {
	text-align: left;
}


	
img {border: 0; margin: 0}

.smlimg{
	border: 2px solid #FFFFFF;
	margin-left: 10px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #993300;
	font-size: small;
}

h3 {
margin: 0px;
font-size: large;
font-weight: bold;

}

.brown{

	background: #A69485;
}


.right{
	border: 10px solid #FFFFFF;
}


.lhs{

	margin: 0;
	padding: 10px;
	height: 300px;
	
}

.alignright{
	text-align: right;
}

.bg{
background:  url(images/bg.gif) repeat-x center;
}

.bgtable{
	background-color: #A69485;
	background:  url(images/bgtable.gif) repeat-x center;
}

a:link { color:#FF6633; font-weight : bold; text-decoration: none; }
a:visited { color:#FF6633;font-weight : bold;text-decoration: none; }
a:hover { color:#663300;font-weight : bold;text-decoration: underline; }
a:active { color:#663300;font-weight : bold;text-decoration: underline; }




