body {
	background: url(../images/bg_left.gif);
	margin: 0 auto;
	padding: 0;
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	font-size:12px;
	text-align:left;
	color: #CBC283;
}
img {
	border: 0;
}
a {
	text-decoration: underline;
	color:#CBC283;
	outline: none;
}
a:hover {
	color:#FFFFCC;
}
.clear{
	margin:0 auto;
	padding:0;
	clear:both;
}
.line{
	margin:0 auto;
	padding:0;
	background: url(../images/bg_hline_1_top.jpg) top no-repeat;
	height:1px;
	width: 640px;
}
h1{
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
}
h2{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
}

/* ------------------------------------------- Nav/Header ------------------------------------------- */
#header{
	width:766px;
	margin:0 auto;
	padding:0;
}
#logo{
	margin:30px auto 0;
	padding:0;
}
#nav{
	margin:0 auto;
	padding:0;
	height:70px;
	background:url(../images/bg_under_menu.gif) bottom center repeat-x;
	/*background:url(../images/menu_2.gif) top right repeat-x;*/
}
#nav ul{
	margin:0 auto;
	padding:0;
	list-style:none;
	height:50px;
	background:url(../images/menu-bg-over.jpg) top left no-repeat;
}
#nav ul li{
	/*background:url(../images/menu_1.gif) top center repeat-x;*/
	margin:0 auto;
	padding:0;
	display:inline;
	float:left;
}
#nav ul li a{
	margin:0 auto;
	padding:0;
}

/* ------------------------------------------- Content -> Main ------------------------------------------- */
#content{
	margin:0 auto;
	padding:0;
	width:766px;
		background-color:#27271F;
}
#main{
	margin:0 auto;
	padding:30px 50px;
	overflow:hidden;
	background-image:url(../images/bg_hline_1_top.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#main p{
	text-align:justify;
	line-height:18px;
}
#main p.bottomlink{
	float:right;
}

/* ------------------------------------------- Content -> Sidebar ------------------------------------------- */

h3.cat{
	margin:10px auto 0;
	padding:0;
	text-align:center;
	width:360px;
	float:left;
	overflow:hidden;
	font-family:Tahoma, Verdana, Arial;
	font-size:14px;
	font-weight:normal;
}
ul#categories{
	margin:0px auto 10px;
	padding:0;
	text-align:center;
	width:360px;
	float:left;
	overflow:hidden;
}
ul#categories li{
	list-style:none;
	display:inline;
	margin:0 auto;
	padding:4px;
}
ul#categories a{
	margin:0 auto;
	padding:0;
	text-decoration:none;
	color:#4D4D3E;
}
ul#categories a:hover{
	/*background:#404033;*/
	color:#FFFFCC;
}
.active-cat{
	/*background-color:#404033;*/
}
#backbutton{
	float:right;
	margin:4px;
	padding:4px;
}

#info{
	padding:20px;
	margin:0 auto;
}
#infoblob{
	text-align:left;
	margin:0;
	padding:0;
}
.l{
	float: left;
	width: 140px;
	margin:0 0 4px;
}
.r{
	float: left;
	width: 170px;
	margin:0 0 4px;
}

#sidebar{
	float:left;
	width:356px;
	height:auto;
	/*background-color:#404033;*/
	background-color:#27271F;
	margin:0 auto;
	padding:0;
	text-transform:capitalize;
	overflow:hidden;
	text-align:left;
}
#sidebar h1{
	margin:0 0 10px;
	padding:0;
	font-size:16px;
	color:#FFFFFF;
}
#sidebar p{
	font-size:11px;
	margin:6px 0;
	padding:0;
	text-align:left;
}
#sidebar ul{
	margin:0;
	padding:20px;
}
#sidebar ul li{
	padding:0;
}
#sidebar ul li a{
	padding:0;
	margin:0 auto;
	text-decoration:none;
}
/*#sidebar ul li a:hover{
	background:#4A4A3B;
}*/
#video{
	width:400px;
	height:300px;
	float:right;
	background:#000000;
	margin:0 10px 10px 0;
}
#videoname{
	text-transform:capitalize;
	float:right;
	margin:10px;
	font-family:"Times New Roman",Times,serif;
	font-size:16px;
	font-weight:normal;
	width:480px;
	text-align:right;
}
#toplink{
	text-transform:capitalize;
	float:right;
	margin:0 0 8px;
	padding:0;
	font-family:"Times New Roman",Times,serif;
	font-size:16px;
	font-weight:normal;
	width:auto;
	text-align:right;
}

/* ------------------------------------------- Footer ------------------------------------------- */
#footer{
	margin:0 auto;
	padding:0;
	width:766px;
	height:auto;
	background:url(../images/bg_hline_1_bottom.jpg) top no-repeat;
}
#footer p{
	margin:0 auto;
	padding:24px;
	text-align:center;
}

/* ------------------------------------------- Other/Misc ------------------------------------------- */
