@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	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;
}
.twoColFixLt #container {
	width: 796px; /* the auto margins (in conjunction with a width) center the page */
	border: 4px solid #491342;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.twoColFixLt #subcontainer {
	width: 791px; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/all_pages/bkground_subcontainer.gif);
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 191px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-family: "Trebuchet MS", Geneva, Arial, Verdana;
	font-size: 110%;
	font-weight: 300;
	color: #b99d10;
	text-decoration: none;
	margin: 0px;
}
.sidebar_margin {
	width: 140px;
	height: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 20px;
}
.sidebar_margin_all {
	padding: 20px;
	width: 150px;
	height: auto;
	list-style-type: none;
	left: 20px;
	top: 185px;
}
.twoColFixLt #mainContent {
	height: auto;
	width: 598px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0px;
	float: right;
	margin-left: 0px;
}
.twoColFixLt #sub_maincontent {
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 550px;
	margin-left: 0px;
}
.twoColFixLt #sub_maincontent p {
	font-family: "Trebuchet MS", Geneva, Arial, Verdana;
	font-size: 100%;
	color: #efdd83;
	line-height: 1.4em;
	font-weight: 100;
	text-decoration: none;
}

.email_font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	line-height: 1.2em;
	font-weight: 100;
	color: #ede7cb;
	text-decoration: none;
	letter-spacing: 0.08em;
}

.twoColFixLt #sub_maincontent a:link {
	color: #b99d10;
	text-decoration: none;
}
.twoColFixLt #sub_maincontent a:visited {
	color: #ebebeb;
	text-decoration: none;
}
.twoColFixLt #sub_maincontent a:hover {
	color: #ebebeb;
	text-decoration: none;
}
.twoColFixLt #sub_maincontenta a:active {
	color: #ebebeb;
	text-decoration: none;
}

.images_border {
	border: 3px solid #43113d;
	float: right;
	padding-right: 0px;
}
.footer {
	float: right;
	width: 595px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #bbbbbb;
	font-size: 11px;
	font-weight: 200;
	text-decoration: none;
	text-align: center;
	border-top-width: 1px;
	border-top-style: double;
	border-top-color: #FFFFFF;
}
.footer a:link {
	color: #c59dc1;
	text-decoration: none;
}
.footer a:visited {
	color: #bbbbbb;
	text-decoration: none;
}
.footer a:hover {
	color: #bbbbbb;
	text-decoration: none;
}
.footer a:active {
	color: #bdabbb;
	text-decoration: none;
} 
.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-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}

h1 {
	font-family: "Trebuchet MS", Geneva, Arial, Verdana;
	font-size: 130%;
	font-weight: 300;
	color: #efdd83;
}
.p_small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: 100;
	color: #efdd83;
	float: left;
	padding-left: 20px;
}
.p_small a:link {
	color: #b99d10;
	text-decoration: none;
}
.p_small a:visited {
	color: #bbbbbb;
	text-decoration: none;
}
.p_small a:hover {
	color: #bbbbbb;
	text-decoration: none;
}
.p_small a:active {
	color: #ebebeb;
	text-decoration: none;
}

