body {
	margin:0px;
	padding-top:46px;
	background-image:url(images/body_bg.jpg);
	background-repeat:repeat-x;
	background-color:#6B6950;
	color:#666666;
}

h3{
	margin:0px;
	font-family:Trebuchet;	
	font-size:14px;
	padding-top:10px;
	color:#666666;
}

h2{
	margin:0px;
	background-image:url(images/title_bg.jpg);
	background-repeat:no-repeat;
	font-size:18px;
	font-family:Trebuchet;
	padding-left:10px;
	padding-top:15px;
	padding-bottom:5px;
	color:#666666;
}

a img {
	border: none;
}

a {
	color:#666666;
}

.right{
	margin:0px;
	padding-right:20px;
	float:right;
	width:150px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.left{
	margin:0px;
	padding-bottom:20px;
	padding-left:10px;
	width:420px;
	font-size:13px;
	line-height:22px;
	font-family:Trebuchet;
}

#holder {
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	text-align:center;
	height:auto;
	border:0;
	width: 814px;
}

#container {
	margin:0px;
	padding:0px;
	background-image:url(images/whole_bg.jpg);
	background-repeat:repeat-y;
	float:left;
	height:auto;
}

#nav{
	padding:0px;
	margin:0px;
	background-image:url(images/nav_bg.jpg);
	background-repeat:repeat-x;
}

#header{
	margin:0px;
	padding-bottom:5px;
	padding-top:5px;
	background-image:url(images/right_top_bg.jpg);
	background-repeat:no-repeat;
	
}

#sidebar {
	margin:0px;
	float: left;
	width:197px;
	text-align:left;
	padding-bottom:5px;
}

#sidebar-content{
	margin-left:12px;
	margin-top:5px;
	padding-left:12px;
	padding-top:20px;
	width:168px;
	text-align:left;
	font-size:13px;
	line-height:18px;
	font-family:Trebuchet;
	font-color:#333333;
}

#content { 
	margin:0px;
	padding-top:0px;
	padding-bottom:130px;
	float: right;
	width:617px;
	text-align:left;
}

.table-layout{
	margin:0px;
	padding-left:20px;
	padding-right:20px;
	border:none;
	width:100%;
	font-family:"Trebuchet MS";
	font-size:11px;
	line-height:18px;
	
}

.content{
	margin:0px;
	padding-left:10px;
	padding-right:20px;
	padding-bottom:10px;
	font-size:13px;
	line-height:22px;
	font-family:"Trebuchet MS";
}

#footer {
	padding:0px;
	margin:0px;
	background-image:url(images/footer_bg.jpg);
	background-repeat:repeat-y;
	padding-left:20px;
	padding-top:10px;
	clear: both;
	color:#FFFFFF;
	text-align:left;
	height:264px;
	font-size:11px;
	line-height:14px;
	font-family:"Trebuchet MS";
}

*::-moz-selection 

{
background: #333333 !important;
  color: #999999 !important; 
}
