/* CSS Document */
/* Layout CSS*/

/*************************************************************** [GENERAL] */
body {
	background-color: #e06904;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
}

#containerTop, #containerBottom{
	display:none;
}

#container{
	text-align:center;
}

#tableFrame{
	width:920px;
}


/*************************************************************** [HEADER] */
TD.header{
	background-image: url(/media/Images/Website/Themes/DusitD2/main_bg.gif);
	background-position:center;
	background-repeat: repeat-y;
}

#header{
}

#headerTop{
}

#headerTop TD{
	background:#e06904;
	padding: 0px 10px 0px 10px;
}

#headerTop #headerCap{
	background-image:url(/media/Images/Website/Themes/DusitD2/header_top.gif);
	background-repeat:no-repeat;
	height:10px;
}

#headerBrand, #headerNav{
	margin: 0px 10px 0px 10px;
	background-color:#fcf4e8;
}

#headerBrand{
	padding: 0px 20px 0px 20px;
}

#headerNav{
	height:15px;
	padding: 5px 20px 5px 20px;
}

#masthead{
	width:900px;
	height:230px;
	background-repeat:no-repeat;
	margin: 0px 10px 0px 10px;
}


/*************************************************************** [LEFT COLUMN] */
TD.leftColumn{
	width:170px;
	padding: 20px 20px 20px 30px;
	background-image: url(/media/Images/Website/Themes/DusitD2/main_bg.gif);
	background-position:left;
	background-repeat: repeat-y;
}

#contentLeft{
}

/*************************************************************** [CENTER COLUMN] */
TD.centerColumn{
	width:480px;
	padding: 20px 20px 20px 0px;
	background-color:#fcf4e8;
}

#contentCenter{
	margin:0px;
	padding:0px;
}

#article_centered{
	float: left;
	width: 500px;
	margin:0px;
	padding:0px;
}

/*************************************************************** [RIGHT COLUMN] */
TD.rightColumn{
	width:160px;
	background-image: url(/media/Images/Website/Themes/DusitD2/main_bg.gif);
	background-position:right;
	background-repeat: repeat-y;
    padding-top:40px;
    padding-right:20px;

}

#contentRight{
}

/*************************************************************** [FOOTER] */
TD.footer{
	background-image: url(/media/Images/Website/Themes/DusitD2/main_bg.gif);
	background-position:center;
	background-repeat: repeat-y;
}

#footer{
}

#footerNav{
	margin: 0px 10px 0px 10px;
	background-color:#8c8c8c;
}

#footerNav #navs{
	height:10px;
	padding: 6px 20px 6px 20px;
}

#footerBrands TD{
	background:#e06904;
	padding: 0px 10px 0px 10px;
}

#footer #footerCap{
background-image:url(/media/Images/Website/Themes/DusitD2/footer_bottom.gif);
background-repeat:no-repeat;
}

#footerLinks{
	text-align:center;
}

#footerBrands{
	text-align:center;
}

#footerSearch{
	height:10px;
	padding: 6px 20px 6px 20px;
	text-align:right;
}

/*************************************************************** [UNSORTED!] */
