@charset "UTF-8";
/* CSS Document */

 
body  {
	font: .75em Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0;
	padding: 10;
	text-align: center;
	color: #FFFFFF;
	background-image: url(images/diamondplate.jpg);
}

.twoColFixLt #container {
	width: 800px;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
	background-image: url(images/sidebg.jpg);
	background-position-y: none;
	background-color: #000;
	background-repeat: repeat-y;
}

.twoColFixLt #sidebar1 {
	float: left;
	width: 275px;
	background: #EBEBEB;
	padding: 0px;
	background-image: url(images/sidebg.jpg);
	margin: 0px;
}

.twoColFixLt #slogan {
	margin: 0px 0 0 275px;
	padding: 0 0 0 10px; 
	background-color: #999999;
}

.twoColFixLt #nav {
	margin: 62px 0 0 275px;
	padding: 10px;
	background-color: #1a1a1a;
} 

.twoColFixLt #nav a {
	border: 1px solid #000;
	padding: 4px 50px 4px 4px;
	color: #fff;
	text-decoration: none;
	background-color: #323232;
	font-weight: bolder;
}

.twoColFixLt #nav a:hover {
	color: #000;
	text-decoration: none;
	background-color: #ccc;
}

.twoColFixLt #nav p {
	color: #936435;
	padding: 100px 0px 0px 0px;
}

.twoColFixLt #content {
	margin: 0 0 0 275px; 
	padding: 0 0 0 10px; 
	background-color: #000000;
}

.twoColFixLt #content a {
	color: #936435;
	text-decoration: none;
}

.twoColFixLt #content a:hover {
	color: #1a1a1a;
	text-decoration: none;
}

.twoColFixLt #content img{ 
	padding: 10px; 
}

.twoColFixLt #footer {
	background: #323232;
	padding: 1px 0 1px 0;
	margins: 0px;
	margin: 0px;
	text-align: center;
} 
.twoColFixLt #footer a{
	color:#FFFFFF
} 

.fltrt { 
	float: right;
	margin-left: 8px;
}

.fltlft { 
	float: left;
	margin-right: 8px;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 0px;
	line-height: 0px;
}
 
</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLt #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLt #sidebar1 { padding-top: 30px; }
.twoColFixLt #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]

