body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #21230A;
}
#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 900px;
	height: auto;
	background-image: url(/_assets/_images/background4.jpg);
	background-color: #000;
}

#header {
	padding: 0px;
	height: 35px;
	position:relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #21230A;
}
#header li {
	float: left;
}

#header ul
{
	padding:0;
	margin:0;
	float:left;
	right:0px;
	line-style-none:none;
	list-style:none;
	position:absolute;
	right:0px;
	width:auto;
	bottom: 5px;
}

#header li a:link, #header li a:visited
{
	padding:.2em 1em;
	display:block;
	font-family:"trajan pro";
	font-size:0.75em;
	color:#DAD39B;
	text-decoration:none;
}

#header li a:hover
{
	color:#FFF;
}






#header2  {
	background-color: #000;
	margin: 0px;
	padding: 0px;
}

.column #container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-image: url(/_assets/_images/background2.jpg);
	background-repeat: repeat-y;
	color: #fff;
	padding: 0;
} 

.column #header3 {
	padding: 45px 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: left;
	font-family: "Trajan Pro";
	margin: 0 150px 0 0;
	font-size: 17px;
} 
.column #header3 h1 {
	margin: 0 0 0 3px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Trajan Pro";
	font-size: 16px;
	text-align: left;
}
.column #mainContent {
	margin: 0px 30px 100px 207px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: garamond;
	font-size: 16px;
} 
.column #container #mainContent h1 {
	font-family: "Trajan Pro";
	font-size: 17px;
}
.column #container #mainContent h2 {
	font-family: "Trajan Pro";
	font-size: 14px;
	color: #FFF;
}

.column #container #mainContent p {
	font-family: garamond;
	font-size: 16px;
}

#mainContent a {
	color: #CCC;
	text-decoration: underline;
	font-weight: bold;
}

#mainContent a:hover {
	text-decoration: underline;
}

.column #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 75px 5px 5px 0px; /* padding keeps the content of the div away from the edges */
	margin: 0 0 100px 20px;
}
#sidebar1 img  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#sidebar1 ul {
	padding:0;
	margin:0px;
	list-style:none;
}


#sidebar1 li {
	margin:0;
	padding:0;
	text-align:left;
}
#sidebar1 li a:link, #sidebar1 li 
a:visited
{
	display:block;
	font-family:"Trajan Pro";
	font-size:0.75em;
	color:#dad39b;
	text-decoration:none;
	line-height:2em;
	text-align: left;
	background-image: url(/_assets/_images/sidebuttons.png);
	background-repeat: no-repeat;
	background-position: center;
	padding: 4px 4px 4px 10px;
}

#sidebar1 li a:hover
{
	color:#FFF;
	background-image: url(/_assets/_images/sidebuttons.png);
	background-repeat: no-repeat;
	background-position: center;
}
.column #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: auto; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	margin: 0;
}
#newsletter {
	color: #000;
	float: right;
	margin-top: 58px;
}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin: 0;
	padding: 0;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin: 0;
	padding: 0;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;

}




#footer2 {
	background-color: #000;
	height: auto;
	width: 900px;
	clear: both;
	text-align: center;
	padding: 5px 0px 10px 0px;
	margin: 0px;
	line-height: 8px;
}
#footer2 h2 {
	font-family: "Trajan Pro";
	font-size: 10px;
	letter-spacing: 0.1em;
	font-weight: 400;
}
.column #container #footer2 p {
	font-family: "Trajan Pro";
	font-size: 10px;
	font-weight: lighter;
}
#footer2 h6   {
	font-family: "Trajan Pro";
	font-size: 8px;u
	font-weight: 400;
	color: #76351D;
	word-spacing: 0.1em;
	display: block;
	cursor: default;
}


.column #container #footer2 a {
	font-family: "Trajan Pro";
	color: #CCC;
	text-decoration: none;
	font-weight: normal;
}

.column #container #mainContent table tr td img {
	border: thin solid #76351D;
	font-size: 12px;
}
.column #container #footer2 h5 {
	font-family: "Trajan Pro";
	font-size: 8px;
	letter-spacing: 0.1em;
	font-weight: lighter;
	border: none;
}
#footer2 h2 a img{
	text-decoration: none;
	border: none;
}
