/*
 * Red skin
 */
 

#content h1 {
background:url(img/red_text.gif) top left no-repeat;
width:315px;
height:100px;
}


#content
{
	background-color: #bd3734; 
	clear: both;
	background: #bd3734 url(img/red.gif) bottom left no-repeat;
}

#main
{
	border: 2px solid #bd3734;
	background-color: #ffefef;	
	margin: -121px 0 0 320px;
}

#main h3
{
	background-color: #bd3734; 
}


#main h4
{
	background-color: #EB6757; 
}

div.tabs a 
{
  background:url(img/red_tableft.gif) no-repeat left top;
	background-position:0% -84px;
}

div.tabs a span 
{
  background:url(img/red_tabright.gif) no-repeat right top;
	background-position:100% -84px;
}