body
{
	margin: 0;
    padding: 0;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    color: #1F0704;
    background-image: url('../images/texture_shifter.jpg');
    font-size: 14px;
}

h1
{
	font-size: 28px;
}

h2
{
	font-size: 22px;
	clear: both;
}

h1, h2
{
	color: #1F0704;
    margin: 0px;
    padding: 10px;
}

p
{
	padding: 0px;
  	margin: 10px;
  	color: #1F0704;
}

img
{
	border: 0px;
}

a:link, a:visited, a:active
{
	color: #1F0704;
    text-decoration: none;
    font-weight: bold;
}

a:hover
{
	text-decoration: underline;
    font-weight: bold;
}

#background_image
{
	width: 100%;
	background-image: url('../images/background_shifter.jpg');
    background-repeat: no-repeat;
}

#frame
{
	width: 701px;
    height: auto;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 0px 15px 0px;
	text-align: left;
    background: #A84118;
    border-left: 1px solid #1F0704;
    border-right: 1px solid #1F0704;
    border-bottom: 1px solid #1F0704;
}
		
#contentleft
{
	width: 185px;
	float: left;
	background: #A84118;
    padding: 0px;
}

#contentleft p
{
	margin: 10px 16px 0px 16px;
}

#contentleft a:link, #contentleft a:visited, #contentleft a:active, #contentleft a:hover
{
    font-size: 13px;
    font-weight: normal;
}

#contentright
{
	width: 16px;
	padding: 0px;
	float: left;
    background: #A84118;
}

#contentcenter
{
	width: 500px;
	padding: 0px;
	float: left;
    text-align: center;
	background: #D2A377;
    border: 1px solid #1F0704;
}
	
#contentheader
{
	background: #A84118;
    height: 75px;
}

#categories
{
	color: #1F0704;
	background: #C2874F;
    height: 50px;
    width: 100%;
    margin: 0px;
    padding: 3px 0px 0px 0px;
    border-bottom: 1px solid #1F0704;
}

#categories a
{
		color: #1F0704;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

.category
{
	height: 45px;
    width: 110px;
	float: left;
    margin: 5px 3px -5px 3px;
}

.category:hover
{
	background: #D2A377;
    border-left: 1px solid #1F0704;
    border-top: 1px solid #1F0704;
    border-right: 1px solid #1F0704;
    width: 108px;
}

.category_link
{
    font-weight: bold;
    display: block;
    height: 45px;
    width: 110px;
    padding-top: 13px;
    vertical-align: middle;
}

.category_link_2line
{
    font-weight: bold;
    display: block;
    height: 45px;
    width: 110px;
    padding-top: 2px;
}

.category_active
{
	height: 45px;
    width: 110px;
	float: left;
    margin: 5px 7px -5px 7px;
    background: #D2A377;
    border-left: 1px solid #1F0704;
    border-top: 1px solid #1F0704;
    border-right: 1px solid #1F0704;
}

.clear {
	clear: both;
  	height: 1px;
  	overflow: hidden;
  	margin: 0;
}

.spacer
{
	border: 0px;
    float: left;
}

.centered
{
	text-align: center;
}

.thumbnail_div
{
	text-align: left;
    width: 405px;
    margin-left: auto;
    margin-right: auto;
}

.thumbnail
{
	border: 1px solid #1F0704;
    width: 75px;
    margin-top: 2px;
}

a.info
{
	display: block;
	width: 400px;
	margin: 10px auto 0;
	border: 1px solid black;
	font-weight: normal;
}

a.info:hover, a.info:active
{
	text-decoration: none;
	background-color: #d1ab88;
}

a.info img
{
	float: left;
	margin: 10px;
}

a.info span
{
	text-align: left;
	display: block;
	margin: 10px 10px 10px 0;
}

.copyright
{
	font-size: 10px;
}
