@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/bg1.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	background-color: #6a0900;
	background-position: center 18px;
	font: 0.8em Arial, Helvetica, sans-serif;
	color: #320400;
}
a {
	color: #6a0900;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #6a0900;
}
a img {
	border: 0;
}
h1 {
	font-size: 1.8em;
	font-weight: bold;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.2em;
}
td {
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}
.redtext {
	color: #6A0900;
}
.goldtext {
	color: #FBA321;
}
.bluetext {
	color: #5161AC;
}
.brightredtext {
	color: #D61122;
}
.smallertext {
	font-size: 0.85em;
}
.largertext {
	font-size: 1.2em;
}
.nounderline, .nounderline a {
	text-decoration: none;
}
.divider {
	border-top: 1px dashed #5161AC;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}
.sideborders {
	border-right: 1px dashed #5161AC;
	border-left: 1px dashed #5161AC;
}
.botborder {
	border-bottom: 1px dashed #5161AC;
	padding-bottom: 20px;
}
.leftimage {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
}
.rightimage {
	float: right;
	padding-bottom: 5px;
	padding-left: 10px;
}
.spacedul li {
	padding-top: 5px;
	padding-bottom: 5px;
}
.floatlft {
	float: left;
}
.floatrgt {
	float: right;
}
.clear {
	clear: both;
}
#divStripe {
	background-color: #5161ac;
	height: 18px;
	width: 100%;
}
#divWrap1 {
	background-image: url(../images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#divWrap2 {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	background-color: #e2ccb0;
	background-image: url(../images/bg-foot2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 150px;
}
#divNav {
	height: 29px;
	width: 600px;
}
#divContent {
	background-image: url(../images/bg-content.jpg);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 20px;
	min-height: 520px;
	height: expression( this.scrollHeight < 520 ? "520px" : "auto" );
	margin: 0px;
}
.divLine {
	height: 1px;
	font-size: 1px;
	margin: 20px 0px;
	clear: both;
	/*background-color: #320400;*/
	border-bottom: solid 1px #320400;
}

div#followus{
  background-color:transparent;
  margin: -15px 500px;
  width : 100px;
  
}
div#facebook{
  background-color:transparent;
  /*margin: 0px 500px;*/
  
}
div#twitter{
  background-color:transparent;
  /*margin: -25px 530px;*/
}

