* 
{
	margin: 0;
	padding: 0;
}

html, body 
{
	height: 100%;
}

a {
	text-decoration: none;
	color: rgb(143, 52, 16);
}

body 
{
	font: small/18px Fontin,"HelveticaNeue-Regular",Helvetica,Arial,sans-serif;
	color: #333;
	min-width: 760px;
	background: rgb(87,44,25) url(../images/bg.png) repeat-x top left;
}

div#wrapper {
	width: 740px;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	background: transparent url(../images/content_bg.png) repeat-y top left;
}

div#main{
	background: transparent url(../images/header_bg.png) no-repeat top left;
	padding: 50px 40px 0 40px;
}

div#sidebar
{
	float: left;
	padding: 0 0 0 10px;
	width: 174px;
}

#content {
	margin-left: 190px;
	width: 450px;
	padding: 0 20px 50px 0;
}

#content p {
	padding: 20px 0 10px 10px;
	font-size: 14px;
	line-height: 20px;
}

#content p.overview {
	font-weight: bold;
}

#content ul {
	padding: 10px 0 10px 30px;
}

#content ul li {
	color: rgb(143, 52, 16);
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
}

#content a.livethumbnail
{
	display: block;
	float: left;
	margin: 20px 10px;
}

img
{
    border: none;
}

#content img.closeup
{
	display: block;
	margin: 10px auto;
}

#content h2
{
	font-size: 16px;
	color: rgb(143, 52, 16);
	padding: 20px 10px 10px 10px;
}

#content h1
{
	color: rgb(143, 52, 16);
	padding: 0 10px 0 10px;
}

#support #content a.livethumbnail
{
	float: none;
	display: block;
	width: 130px;
	margin: 10px auto;
}

#sidebar ul
{
	list-style: none;
	padding: 10px 11px 10px 8px;
}

#sidebar ul li
{
	padding: 4px;
	margin: 0;
}

#sidebar ul li a:hover
{
	padding: 4px;
	background: rgb(143, 52, 16);
	color: #fff;
}

#sidebar ul li.selected a
{
	color: #333;
}

div#footer {
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	height: 40px;
	width: 740px;
}

div#footer p {
	text-align: center;
	color: gray;
}

h3.callout
{
  margin-left: 10px;
  padding: 10px;
  border: 1px solid #ccc;
  text-align: center;
  background: rgb(238, 148, 53)
}

h3.callout a:hover
{
  color: white;
}