body {
	background-color:#363B12;
	height:100%;
	padding: 0px;
	background-image: url(../images/layout/browBg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
}
#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#nav {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
#wrap {
	width:100%;
	height:100%;
	position:relative;
}
#leftCol {
	float:left;
	width: 260px;
	height:100%;
	background-color: #827048;
	text-align: left;
}
#rightCol {
	float:right;
	width: 498px;
	height:100%;
	background-color: #827048;
	clear: right;
	text-align: left;
}
p,td,div {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
hr {
	height: 1px;
	border: 1px dotted #A49A81;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #580E0B;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-variant: small-caps;
}
.rndBox {
	background-image: url(../images/layout/bodyBg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #827048;
}
.rndTop {
   background: url(../images/layout/rndTR.gif) no-repeat top right;
}
	.rndTop div {
	   background: url(../images/layout/rndTL.gif) no-repeat top left;
	    height: 10px;
	}
.rndBot {
	background-image: url(../images/layout/rndBL.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	   background-color: #827048;
}
	.rndBot div {
	   background: url(../images/layout/rndBR.gif) no-repeat bottom right;
	   background-color: #827048;
	   margin-left: 10px;
	   height: 10px;
	}
.rndContent { 
	padding: 0 5px; 
}
a:link, a:visited {
	color: #CCCCCC;
}
a:hover, a:active {
	text-decoration:none;
}
.imgBrd {
	border: 1px solid #580E0B;
	margin: 8px;
}
.imgLeft {
	border: 1px solid #580E0B;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
	float: left;
}
#footer {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	font-size: 10px;
}
.smText{
		font-size: 11px;
	}
	
/*Start*/
.leftNav{
list-style-type: none;
margin: 0;
padding: 0;
}
.leftNav li{
border-bottom: 1px dotted #A49A81;
}

.leftNav li a{
display: block;
width: auto;
padding: 10px 0;
text-indent: 8px;
text-decoration: none;

}
.leftNav li a:visited, .subNav li a:active{
color: #ffffff;
}

.leftNav li a:hover{
	color: #591913;
}
/*End*/