body
{
    margin: 0;
    background-color: #3b0011;
	font-family: 'Cabin', arial, serif;
}
a {outline: none;}
img {border: none;}

.header_bg 
{
	margin-top: 35px;
	height: 183px;
	background: url(images/header-bg.png) no-repeat #430013;
	background-position: center;
	border-top: 1px solid #5f001b;
	border-bottom: 1px solid #5f001b;
}
    .header
    {
        width: 800px;
        margin: 0 auto;
        padding: 20px 0;
    }
    .header h1 {margin: 20px 0 0 0; color: #e3e1e2; text-align: center;}

.menu
{
    height: 53px; /* 67px - padding */ 
	padding-top: 14px;
	margin-top: 20px;
	float:left;
	width: 100%;
	overflow:hidden;
    position:relative;
}
    .menu ul
    {
        margin: 0 auto;
        padding: 0;
		clear:left;
   		float:left;
		position:relative;
   		left:50%;
   		text-align: center;
    }
    .menu ul li
    {
        list-style-type: none;
        display: inline;
		float:left;
		position:relative;
   		right:50%;
    }
    .menu li a
    {
        height: 29px; /* 37px - padding */
		margin: 0 10px;
        display: block;
        float: left;
        padding: 8px 10px 0 10px;
        color: #ceb1b9;
		font-size: 16px;
		font-weight: bold;
        text-decoration: none;
    }
    .menu li a:hover
    {
		background-color: #3b0011;
		border: 1px solid #2d000d;
    }

.main
{
    margin: 50px auto 20px auto;
    width: 800px;
    background: #430013;
	border: 1px solid #5f001b;
	color: #ceb1b9;
}
.content
{
    padding: 20px 100px;
}
    .content h2
    {
        color: #ceb1b9;
        font-size: 24px;
        margin: 0 0 20px -25px;
    }

.footer
{
    text-align: center;
	font-size: 13px;
    padding: 10px 0;
    height: 25px;
	width: 800px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
}

#copyright
{
	color: #d4d4d4;
	text-align: center;
	margin-bottom: 10px;
	font-size: 11px;
}
