/* CSS Document */

body
    {
        text-align: center;
    margin: 0 0;
    background-color: #2c2c2c;
    }


/*main layout*/	

		/*Header Elements*/	

#TopHeader
{
	width: 100%;
	height: 150px;
margin: 0 0;
overflow:hidden;
    background: url('Images/WoodHeader.jpg') repeat;
}



#HeaderShell
{
	width: 900px;
	height: 100%;
	margin: 0px auto;
}

#center
{text-align:center;}

#RightHeader
{
	height: 100%;
	width: 250px;
	float: right;
}

#LeftHeader
{
	height: 100%;
	width: 425px;
	float: left;
}


		/*Menu Elements*/	

#MenuBar

{
	width: 100%;
	height: 8px;
	background: url('Images/BarBack.jpg') repeat-x;
        margin: 0 0;
overflow: hidden;
}

#Menu
{
	width: 100%;
	height: 100px;
    background: url('Images/MenuWood1.jpg') repeat-x;
    font-family: arial;
    font-size: 22px;
    text-align: center;
    color: #cbcbcb;
    overflow: hidden;
    margin: 0 0;
}


#MenuShell
{
	width: 790px;
	height: 100%;
	margin:0px auto;
}


.MenuDiv
{
	float: right;
	margin-right: 8%;
	margin-top: 20px;
}
		/*Main Elements*/	
		
		
#MainSection
{
	width: 100%;
	overflow: auto;
	margin-top: 0;
	padding-top: 0;
    text-align: center;
    background: url('Images/MainWood.jpg') repeat;
}

#FrontShell
{
	width: 800px;
	margin:0px auto;
text-align: center;
}

#MainShell
{
	width: 750px;
	margin:0px auto;
        text-align: right;
	
}

#Bar
	{
		width: 90%;
		border-bottom: dotted #B84A00 3px;
		margin-bottom: 20px;
	}

.ShoutText
	{
		font-family: arial;
		font-size: 32px;
		color: #cbcbcb;
		padding-top: 30px;
	}
h1
	{
		font-family: arial;
		font-size: 24px;
		color: #B84A00;
		font-weight: 600;
		float: right;
	}

#MainText {
	margin: 0 30px 30px 30px;
	text-align: justify;
	color: #cbcbcb;
	font-family: arial;
	font-size: 16px;  
        line-height: 150%;
        clear: both;
}


    


#Footer
{
text-align: center;
width: 100%;
height: 20px;
color: #cbcbcb;
font-size: 10px;
background-color: #2c2c2c;
font-family: helvetica, arial; 
font-weight: 400;
clear: both;
}

/*link*/

.MenuDiv a:link
    {
       font-family: arial;
       font-size: 22px;
       text-align: center;
       color: #cbcbcb;
       text-decoration: none;
     }
.MenuDiv a:visited
    {
       font-family: arial;
       font-size: 22px;
       text-align: center;
       color: #cbcbcb;
       text-decoration: none;
     }
.MenuDiv a:hover
    {
       font-family: arial;
       font-size: 22px;
       text-align: center;
       color: #cbcbcb;
       text-decoration: none;
       border-bottom: 3px solid #cbcbcb;
       border-top: 3px solid #cbcbcb;
     }
.MenuDiv a:active
    {
       font-family: arial;
       font-size: 22px;
       text-align: center;
       color: #cbcbcb;
       text-decoration: none;
     }

#maintext A:link
    {
    color: #B84A00;
    text-decoration: none;
    font-weight: 600;
    }

#maintext A:visited
    {
    color: #B84A00;
    text-decoration: none;
    font-weight: 600;
    }

#maintext A:hover
    {
    color: #B84A00;
    text-decoration: underline;
    font-weight: 600;
    }

#footer A:link
    {
    color: #f3fae7;
    text-decoration: none;
    font-weight: 600;
    }

#footer A:visited
    {
    color: #f3fae7;
    text-decoration: none;
    font-weight: 600;
    }

#footer A:hover
    {
    color: #f3fae7;
    text-decoration: underline;
    font-weight: 600;
    }