	body {
		margin:0px;
		padding:0px;
		background-color:#595754;
		font-family:Tahoma;
	}
	
	div#main {
		width:711px;
		font-size:12px;
		
		background-color:#f3f2ed;		
	}
	
	div#header {
		position:relative;
		width:100%;
		height:247px;
/*		border:1px solid green;*/
		background-image: url(images/header_bg.jpg);
		background-position: left top;
		background-repeat: no-repeat;
		
		text-align:left;
	}	

	div#content {
		overflow:auto;
		width:100%;
	}	

	div#left_column {
		display:inline;
		float:left;
		height:300px;
		width:200px;
	}	

	div#main_column {
		display:inline;
		float:right;
		width:511px;
		
		text-align:left;
		font-size:11px;
	}	
	
	div#footer {
		height:58px;
		text-align:left;
		background:url(images/footer_bg.gif) left top repeat-x;
	}

	div.main_columnPadding {
		padding-left:15px; 
		padding-right:15px;
	}

/*
	div.mcRow1 {
		width:100%; 
		margin-bottom:5px;
		padding-top:30px; 
		height:10px;
	}

	div.mcDevider {
		width:100%; 
		height:3px; 
		background-color:#7e8284;
	}
*/
	
/* -------------- BOF Header content --------------*/
	div.logo {
		position:absolute;
		width:226px;
		height:119px;
		z-index:10;
	}

	div.contact_info {
		position:absolute;
		
		padding-left:8px;
		
		width:210px;
		height:12px;
		top:180px;
		z-index:10;	
		
		font-family:Arial;
		font-size:12px;
		font-weight:bold;
		color:#ffffff;	
	}
/* -------------- EOF Header content --------------*/

/* -------------- BOF Footer content --------------*/
	div.copyInfom {
		display:inline;
		float:left;
		width:200px;
		height:100%;

		background-image: url(images/footer_2_bg.jpg);
		background-position: left top;
		background-repeat: no-repeat;
		
		color:#363636;
		font-size:11px;
		
	}
	
	div.copyInfomPadding {	
		margin-top:16px; 
		padding-left:30px;
	}
	
	div.footerLinks {
		display:inline;
		float:right;
		
		width:511px;
		height:100%;
		background:url(images/footer_1_bg.gif) left top repeat-x; 
		
		color:#CC6200;
		font-size:11px;
	}		
	
	div.footerLinks a {
		color:#363636;
		font-size:10px;
		text-decoration:none;
	}

	div.footerLinks a:hover	{
		text-decoration:underline;
	}
	
/* -------------- EOF Footer content --------------*/

/* -------------- BOF HEADER MENU -----------------*/
	div.menuHeader {
		width:100%; 
		height:35px;
		
		background:url(images/wide_bg.jpg) left top repeat-x; 		

		color:#CC6200;
		font-size:12px;
	}

	div.menuHeader a {
		color:#363636;
		font-size:11px;
		font-weight:bold;
		text-decoration:none;
	}

	div.menuHeader a:hover	{
		text-decoration:underline;
	}
/* -------------- EOF HEADER MENU -----------------*/

	div.afterHeader {
		width:100%; 
		height:3px;
	}

	div.beforeFooter {
		width:100%;
		height:23px;
		
		background:url(images/before_footer_bg.gif) left top repeat-x; 		
	}

	div#siteMargin {
		height:40px; 
		width:100%;
	}

/* -------------- BOF BOXes  --------------*/
	div.box {
		position:relative;
		width:200px;

		background:url(images/boxes/box_bg.gif) right repeat-y; 	
	}
	
	div.boxHeader {
		position:relative;
		
		width:100%;
		height:15px;
		text-align:center;
	}

	div.boxContent {
		position:relative;
		width:100%;
		height:auto;
	}

	div.boxFooter {
		position:relative;
	
		width:100%;
		height:14px;	
		background:url(images/boxes/boxFooter_bg.gif) right top no-repeat; 
	}
/* -------------- EOF BOXes  --------------*/


	ul {
		list-style-type:none;
		margin:0px; 
		padding:0px; 
	}

	li	{
		background-image: url(images/list_0_1.gif);
		background-position: 0% 6px;
		background-repeat: no-repeat;
		font-size:11px;

		margin:0px 0px 2px 0px; 
		padding:0px 0px 0px 17px;

/*		height:16px;*/
		line-height:15px;
		color:#BD6003;
	}

	li a {
		color:#BD6003;
		font-size:11px;
		text-decoration:underline;
	}
	
	li a:hover {
		color:#BD6003;
		font-size:11px;
		text-decoration:none;
	}	

/* bof  CATEGORY INFO STYLES */
	div.categorySTBorder {
		position:relative; 
		overflow:hidden;
		width:100%; 
		margin-bottom:5px; 
		
		border:3px solid #DEB887;
		background:#ffffff;
	}

	div.categorySTBody {
		position:relative; 
		
		width:100%; 

		padding-left:5px; 
		padding-right:5px;	
	}

	div.categoryTBody {
		position:relative; 
		width:100%; 
	}
	
	div.articleContainer {
		position:relative; 
		width:100%; 
		overflow:hidden;
		margin-bottom:10px; 
		padding-top:5px; 
		padding-bottom:5px; 
		
		border:1px dashed #F5DEB3; 
/*		border:1px dashed #DEB887;*/
		background:#ffffff;
	}
	
	div.articleCaption {
		position:relative; 
		width:100%; 
		height:15px;
	}
	
	div.articleCaptionLeft {
		width:80%; 
		float:left; 
		display: inline;
	}
	
	div.articleCaptionRight {
		width:20%; 
		float:right; 
		text-align:right;
	}
	
	div.articleSTBody {
		position:relative; 
		width:100%; 
	}
	
	div.articleMore {
		position:relative; 
		width:100%;
		
		text-align:right;
	}
/* eof  CATEGORY INFO STYLES */

	.paddingLeft5 {
		padding-left:5px;
	}

	.paddingRight5 {
		padding-right:5px;
	}


	h1.pageTitle {
		font-size:16px;
	}
	
	div.content_item {
		text-align:left; 
		padding-left:10px;
	}
	
	div.pageTitle {
		height:40px;
	}
	
	div.item_common {
		height:30px;
	}
	
	div.item_caption {
		float:left; display:inline; width:100px;
	}
