/*
==================================
	PAGE MAIN STUFF
==================================
*/

	body {
		margin:0;
		background: #4b3929;
		color:#fff;
		font-size:16px;
		font-family: Arial,Trebuchet MS,Verdana,sans-serif;
		letter-spacing: 0px;
		text-align:center;
		}
		
	
	
	.bg_gradient {
		padding:50px 0px 50px 0px;
		background: url(../images/page/bg_gradient.gif) repeat-x top;
		
	}
	
	.main {
		background: url(../images/page/content_bg.jpg) repeat-y;
		width:800px;
		margin: 0px auto;
		padding:0px;
		text-align:left;
		font-size:0.8em;
	}
		
	a:focus { outline: none; }
	
	br.clearboth {
		clear:both;
		line-height:0px;
	}
	
	h1 {
	color:#fdfa76;
	}
	
	a:link,a:visited,a:hover,a:active {	font-family: Arial,Trebuchet MS,verdana;text-decoration: none;
	color: #fe5f30; font-size: 1em;}
	
/*
==================================
	HEADER, PANEL, CONTENT,FOOTER
==================================
*/

	div.header {
		background: url(../images/page/header.jpg) no-repeat top;
		width:800px;
		height:461px;
	}
	
	div.panel {
		background: url(../images/page/panel.jpg) no-repeat top;
		width:800px;
		height:78px;
	}
	
	div.content_main {
		background: url(../images/page/content_main.jpg) no-repeat top;
		width:800px;
	}
	
		div.content_frame {
			min-height:200px;
			padding-top:200px;
			margin-left:auto;
			margin-right:auto;
			width:675px;
		}
		
	div.footer {
		background: url(../images/page/footer.jpg) no-repeat top;
		width:800px;
		height:200px;
	}
	
/*
==================================
	BOX & BORDERS
==================================
*/	
	#fadebox {display:none}
	
	div.box_content {
		border-left: 4px #de4a23 solid;
		border-right: 4px #de4a23 solid;
		background: #212121;
		padding: 20px 88px;
		font-size:0.8em;
	}

	.borderT {
		background: url(../images/page/border_top.jpg) repeat-x top;
		height:14px;
	}
	
	.borderB {
		background: url(../images/page/border_bottom.jpg) repeat-x top;
		height:14px;
	}
	
	.borderTL, .borderTR, 
	.borderBL, .borderBR {
		width: 100%;
		height: 14px;
		
	}

	.borderTL {
	   background: url(../images/page/border_topleft.jpg) no-repeat top left;
	}
	.borderTR {
	   background: url(../images/page/border_topright.jpg) no-repeat top right;
	}
	.borderBL {
	   background: url(../images/page/border_bottomleft.jpg) no-repeat bottom left;
	}
	.borderBR {
	   background: url(../images/page/border_bottomright.jpg) no-repeat bottom right;
	}

