@charset "utf-8";
/* CSS Document */

body
{
	margin: 0 auto;
	font-family:'century gothic';
	background-color: #d2d2d2;
	padding-top:10px;
}

.container
{
	background-image:url(/images/bg.jpg);
	background-color: #822323;
	background-repeat:repeat-y;
		background-position: center;
		padding-bottom:35px;
			float:left;
			width:100%;
}


.wrapper
{
	margin: 0 auto;
	width: 915px;
}

.social
{
		height: 40px;
		margin-top:-16px;
}

.social, .social ul, .social ul li
{
	float: right;
	height: 40px;
	display:inline;
	position:relative;

}

.social ul li
{
	background-color:#d2d2d2;
}

.social ul li, .social ul li a
{
	display:block;
		height: 40px;  
			float: left;  
}

.social ul li a#f
{
	background-image:url(/images/f.png);
	width: 39px;
	height: 40px;
	background-repeat:no-repeat;
}

.social ul li a#f:hover
{
	background-image:url(/images/f_on.png);
}

.social ul li a#t
{
	background-image:url(/images/t.png);
	width: 37px;
	height: 40px;
	background-repeat:no-repeat;
}

.social ul li a#t:hover
{
	background-image:url(/images/t_on.png);
}

.social ul li a#p
{
	background-image:url(/images/p.png);
	width: 35px;
	height: 40px;
	background-repeat:no-repeat;
}

.social ul li a#p:hover
{
	background-image:url(/images/p_on.png);
}
.social ul li a#r
{
	background-image:url(/images/r.png);
	width: 37px;
	height: 40px;
	background-repeat:no-repeat;
}

.social ul li a#r:hover
{
	background-image:url(/images/r_on.png);
}

.menu
{
	margin-left: 370px;
	padding-top: 20px;
	padding-bottom: 15px;
	margin-top: -90px;
 
}

.menu ul, .menu ul li
{
	display:inline;
	list-style:none;
	text-decoration:none;
	font-size:12px;
	padding-left:8px;
}

.menu ul li a
{
	text-decoration:none;
	color:white;
		font-family:'century gothic';
	font-size:14px;
	padding:5px;
}

.menu ul li a:hover
{
background-color:#843535;

}

.flash
{
	width:916px;
	height: 453px;
	/*background-image:url(/images/flash.png);*/
	margin-top:50px;
}

.content
{
	margin: 5px;
	float:left;
    position:relative;
}

.content_container
{
	background:#FFFFFF;
	width: 910px;
	padding:0px;
	margin-top: 35px;
	float:left;
    position:relative;
}

.l_con
{
	width:183px;
	background-color:#501717;
		float:left;
		height:100%;
		padding: 0px 15px;
		position:absolute;
		color:white;
				font-family:'century gothic';
			font-size:14px;
}

.l_con h1
{
                  color:white;
				font-family:'century gothic';
			font-size:20px;
                    font-style:italic;
}

.words
{
    width:660px;
		padding:10px;
		float:left;
		margin-left:216px;
				font-family:'century gothic';
			font-size:12px;
                min-height:400px;
}

.words a
{
				font-family:'century gothic';
                        color:#D92A37;
}

.words h1
{
				font-family:'century gothic';
			font-size:30px;
                        color:#D92A37;
}

.foot
{
	width: 590px;
	float: left;
	font-size: 12px;
	padding-bottom: 10px;
	color:black;
		font-family:'century gothic';
	padding-top:20px;
}

.foot a
{
	color:black;
	text-decoration:none;
}

.foot a:hover
{
	color:#D92A37;
}


.foot ul li, .foot ul li a
{
	display:inline;
	color:black;
}

.foot ul
{ margin-left:-40px;}

.foot_menu
{
	float:right;
	width:290px;
		font-size: 12px;
			color:black;
		font-family:'century gothic';	padding-top:15px;
}
.foot_menu a
{
     color:#843535;
}

.p_container
{
    width:330px;
    float:left;
}

.p_border
{
    background-image:url(/images/border.png);
    width:330px;
    height: 216px;
    margin: 0 auto;
}

.p_utility
{
    padding-left:15px;
    color: #969696;
    font-size: 16px;
}

.p_utility a
{
    color:#ac1f1f;
}

/* Lightbox  */
ul.gallery li
{
	  list-style-type:none; 
          height:105px;
          width: 155px;
	display:inline;
	position:relative;
        padding-right:20px;
}

.p_border center a img
{
        max-width:280px;
        max-height:175px;
}

