@charset "utf-8";
/* reset */
body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, input, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}
body {
	line-height: 1;
	font-size: 75% /* Decide for yourself if you want to include this. */;
	font-family: Arial, Helvetica, sans-serif;
	color: #464646;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	padding: .6em 0;
}
ul, ol {
	list-style: none;
}
a {
	color: #464646;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.clear {
	clear:both;
	width:0;
	height:0;
	font-size:0;
	overflow:hidden;
}
/* end of reset */

/* start layout */
body {
	background: #30220b;
	line-height: 16px;
	color: #867972;
}
#container {
	margin: 0 auto;
	width: 990px;
	overflow: hidden;
	background: #fff url(images/bg_top.jpg) 0 157px no-repeat;
}
#header {
	background: #422610 url(images/header.jpg) no-repeat;
	height: 118px;
	padding: 0;
}
#main_nav {
	height: 39px;
	background: url(images/bg_nav_main.jpg);
	overflow: hidden;
}
#main_nav li {
	float: left;
	background: url(images/bg_nav_side.jpg) top left no-repeat;
}
#main_nav li a {
	color: #fff;
	font: bold 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: -1px;
	line-height: 39px;
	display: block;
	margin-left: 2px;
	padding: 0 39px 0 36px;
	background: url(images/bg_nav.jpg) top center no-repeat;
}
#main_nav li a:hover {
	background-position: 50% -39px;
}
#left-content {
	width: 226px;
	float: left;
	display: inline;
	background: #fff url(images/bg_left.gif) no-repeat;
	min-height:500px;
	height: auto !important;
	height: 500px;
	margin: 7px;
}
#left-content div.pad, #right-content div.pad {
	padding: 9px
}
#left-content h2, #right-content h2 {
	padding: 0 0 5px;
	height: 20px;
	text-indent: -9000px
}
#left-content p {
	padding: 0 0 10px;
}
h2#my_profile {
	background: url(images/h2_my_profile.gif) no-repeat
}
h2#recent_added_videos {
	background: url(images/h2_recent_added_videos.gif) no-repeat
}
h2#recent_added_videos2 {
	background: url(images/h2_recent_added_videos2.gif) no-repeat
}
h2#latest_updates {
	background: url(images/h2_latest_updates.gif) no-repeat
}
h2#community_links {
	background: url(images/h2_community_links.gif) no-repeat
}
h2#ommunity_contacts {
	background: url(images/h2_community_contacts.gif) no-repeat
}
#left-content h3 {
	padding: 0;
	font: bold 1em Arial, Helvetica, sans-serif
}
#right-content {
	float: left;
	width: 743px;
	display: inline;
	min-height:500px;
	height: auto !important;
	height: 500px;
	background: #fff url(images/bg_right.gif) no-repeat;
	margin-top: 7px
}
#footer {
	clear: both;
	background: #fff url(images/bg_footer.gif) no-repeat;
	padding: 10px 0;
}
#footer p {
	padding: 0;
	text-align: right;
	padding-right: 20px
}
#crumbs {
	height:2.3em;
	border:1px solid #dedede;
	background: white;
	overflow: hidden;
	margin: 7px 7px 0;
}
#crumbs li {
	float:left;
	font: bold 0.917em Arial, Helvetica, sans-serif;
	line-height:28px;
	color:#777;
	padding-left:.75em;
}
#crumbs li a {
	background:url(images/crumbs.gif) no-repeat right center !important;
	display:block;
	padding:0 15px 0 0;
}
#crumbs li a:link, #crumbs li a:visited {
	color:#777;
	text-decoration:none;
}
a:link, a:visited, #crumbs li a:hover, #crumbs li a:focus {
	color:#dd2c0d;
}
ul.profile_link li a {
	color: #867972 !important;
	background: url(images/arrow.gif) center left no-repeat;
	padding-left: 10px
}
hr {
	background:#ddd;
	color:#ddd;
	clear:both;
	float:none;
	width:100%;
	height:.1em;
	margin:0.7em 0;
	border:none;
}
#updates_container {
	height: 686px;
	overflow: hidden;
	position: relative;
	margin-bottom: 8px
}
#updates li {
	position: relative !important;
	width: 186px;
	height: 124px;
	display: block;
	margin-bottom: 4px;
	background: black;
}
#updates li img {
	position: absolute
}
#updates li strong {
	position: absolute;
	bottom: 0;
	height: 25px;
	display: block;
	width: 186px;
	text-align: center;
	font: bold 1em Arial, Helvetica, sans-serif;
	line-height: 25px;
	text-transform: uppercase;
	background: url(images/bg_link.png);
	cursor: pointer
}
#updates li a {
	color: white;
}
#updates li a:hover {
	text-decoration: none;
	color: #ccc !important;
}
#featured_box {
	background: #f0f0f0;
	border: 1px solid #d8d8d8;
	overflow: hidden;
	padding: 8px;
	margin-bottom: 10px
}
#right-content h1 { padding: 0 0 10px }
#featured_box dd h1, #right-content h1 {
	color: #7c8d40;
	font: bold 1.667em Arial, Helvetica, sans-serif;
	letter-spacing: -1px
}
#featured_box dd h1 { padding: 0;}
#featured_box dd {
	color: #606971;
}
#featured_box dt {
	float: left;
	margin-right: 8px;
	width: 347px;
	height: 232px;
	position: relative
}
#featured_box a {
	position: relative !important;
	width: 347px;
	height: 232px;
	display: block;
	background: black;
}
#featured_box a img {
	position: absolute;
	border: 1px solid white
}
#featured_box a strong {
	position: absolute;
	bottom: -1px;
	left: 1px;
	height: 25px;
	display: block;
	width: 347px;
	text-align: center;
	font: bold 1em Arial, Helvetica, sans-serif;
	line-height: 25px;
	text-transform: uppercase;
	color: white;
	background: url(images/bg_link.png);
	cursor: pointer
}
#right-content h3 {
	font: bold 1.333em Arial, Helvetica, sans-serif;
	color: #7c8d40;
	letter-spacing: -1px;
	padding: 0
}
#right-content div.pad ul {
	margin-left: -4px;
	height: 145px;
	display: block;	
}
#right-content div.pad ul li {
	float: left;
	margin-left: 4px;
}
#right-content div.pad ul li a {
	position: relative !important;
	width: 176px;
	height: 145px;
	display: block;
	background: black;
}
#right-content div.pad ul li a strong {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 25px;
	display: block;
	width: 176px;
	text-align: center;
	font: bold 1em Arial, Helvetica, sans-serif;
	line-height: 25px;
	text-transform: uppercase;
	color: white;
	background: url(images/bg_link.png);
	cursor: pointer
}
#right-content div.pad p { padding: 0 0 1em }
#updates li a:hover, #right-content div.pad ul li a:hover, #featured_box a:hover {
	text-decoration: none;
	color: #ccc !important;
}
#credits {
	line-height: 22px;
	margin: 0 auto;
	width: 978px;
	padding: 5px 0;
	overflow:hidden
}
#credits img, #credits span {
	float: left;
	border: none;
}
#credits a {
	border: none;
	outline: none;
}