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

body
{
text-align: center;
margin:0px;
background-color:#000000;
}

li  {
list-style-type:none;
list-style-position:outside;
line-height:18px;
}

a {
	font-family:Georgia, "Times New Roman", Times, serif;	
	color:#000000;
	font-size:12px;
	text-decoration:none;
}

.distributor  {	
	font-size:14px;
	color:#0000FF;
	text-decoration:underline;
	font-weight:600;
}



div#container
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;	
	width:764px;
	background-color:#000000;	
}

div#main
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width:764px;
	background-color:#313235;
	height:auto;
}


div#nav
{
	position:inherit;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width:762px;
	background-color:#0e0e0e;
	height: 166px;
	border: 1px solid #333333;
}


/* content */
.content {
	float:right;
	position:relative;
	text-align:left;
	padding: 0 16px;
	width: 585px;
	height:550px;
	background-color:#fffcf3;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #eeebe3;
	color:#000000;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	height:auto;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}

.content h1{
	font-size:18px;
	color:#715e38;
	padding-top:15px;
}

.content p {
font-family:Georgia, "Times New Roman", Times, serif;
}



/* sub navigation */
.sidenav {
	float:left;
	width: 135px;
	height:500px;
	padding-top:15px;
	padding-left:10px;
	text-align:left;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #333333;
	background-color:#313235;
	background: #ffffff url(img/sidebrk.jpg) repeat-x;
	line-height:20px;
}

.sidenav h4 {
	padding: 0;
	margin:0px;
	margin-bottom:6px;
	font-weight:100;
}

.sidenav h4 menu{
	padding: 0;
	margin:0px;
	margin-bottom:6px;
	font-weight:bold;
}



.sidenav a {
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
	
}
.sidenav a:hover {
	color:#715e38;
}


/* bottom nav */
.bottombar {
	margin-left: auto;
	margin-right: auto;
	width: 762px;
	padding-top:10px;
	padding-bottom:20px;
	text-align:center;
	color:#606060;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

.bottombar a{
	text-decoration:none;
	color:#606060;
	font-size:10px;
}

.bottombar a:hover {
	color:#715e38;
}
