/* CSS Document */
body {
	background-color: #514930;
	background-image: url(../images/bkrnd_repeat.jpg);
	background-repeat: repeat-x;
	color: #E0DBCE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	float: none;
	padding: 0px;
}

#content img { border-style:inset; border-color: #71653E; border-width: medium; }
#content
{
	z-index:1000px; 
}

#main{
width: 904px;
height: auto;
margin: auto;
}
#container {
background-image: url(../images/bg_repeat.jpg); background-repeat: repeat-y;
width: 904px;
height: auto;
margin: auto;
}

.url_input{ visibility:hidden; display:none;}
#header {
position: absolute;
width: 904px;
height: 553px;
margin: auto;

}



a {
	color: #BA7750;
	text-decoration: none;
}
a:hover {
	color: #BA2250;
}

h1 {font-size: 155%;}
h2 {font-size: 145%;}
h3 {font-size: 135%;}
h4 {font-size: 125%;}
h5 {font-size: 115%;}



.big_font { font-size: 16px; }
.mid_font { font-size: 14px; }
.reg_font { font-size: 12px; }
.small_font { font-size: 10px; }

.white { color: #FFFFFF; }
.black { color: #000000; }

.emphasis { font-weight: bold; color: #FBEDC7;}
.bold_white { color: #FFFFFF; font-weight: bold; }



