body {
	margin:0px auto;
	padding:0px;
	background:#F8F5EE;
	font-family:Arial, "Arial Narrow", Tahoma, Verdana, Arial, "Trebuchet MS"; 
	font-size:14px;
}

/* Set width of all page size to 980px */
#wrapper {
	width:980px;
	margin:0px auto;
	padding:0px;
}

/* Set of all header section */
#headerLeft{
	width:30px;
	height:210px;
	background:url(../images/headerleft.jpg) no-repeat;
	float: left;
}
#headerRight{
	width:80px;
	height:210px;
	background:url(../images/headerright.jpg) no-repeat;
	float: left;
}
#ImgBox {
	width:270px;
	height:210px;
	float: left;
}

/* Set of all menu section */
#headerMenu{
	width:600px;
	float: left;
}
#menuNav{
	height:66px;
}
.menu {
width:100px;
height:66px;
float:left;
}
#banner {
	margin-top:0px;
	height:144px;
	width:600px;
	background:#ffcc00 url(../images/banner.jpg) no-repeat;
	float:left;
}
#search {
	margin-top:0px;
	margin-right:30px;
	float:right;
}
#slogan {
	margin-top:30px;
	padding: 5px;
}
#advert {
	margin-top:0px;
	margin-bottom:20px;
}

/* Set of all content section */
.date {
	margin: 20px 35px;
	font-size:11px;
	text-align:right;
}
#container {
	width:980px;
	font-size:12px;
}
#navBar {
	width:980px;
	height:40px;
	background:url(../images/navbar.jpg) no-repeat;
	float:left;
}
#bgContent {
	width:980px;
	background:url(../images/bgcontent.jpg) repeat-y;
	float:left;
}
#contentLeft {
	width:200px;
	float:left;
}
#contentRight {
	width:705px;
	margin-left:10px;
	float:left;
}
#contentFull {
	width:900px;
	margin-left:10px;
	float:left;
}
.content {
	margin: 0px 30px;
}
#transparant {
	margin-top:125px;
	width:200px;
	float:left;
}
.transparant {
	background:url(../images/coffee_bean_transparent.jpg) no-repeat;
	width:920px;
	height:650px;
	text-align:center;
}

#Title {
	font-family:"Trebuchet MS";
	font-size:13pt;
	font-weight:bold;
	color:#ff6e00;
}
#Title a, a:active, a:visited {
	color:#ff6e00;
	text-decoration:none;
}
#Title a:hover {
	color:#82ac14;
	text-decoration:none;
}
#BodyText {
	font-size:12pt;
	font-family: "Trebuchet MS";
	text-align:justify;
}
#BodyText a, a:active, a:visited {
	color:#000000;
	text-decoration:none;
}
#BodyText a:hover {
	color:#82ac14;
	text-decoration:none;
}
#menuTitle {
	font-family:"Trebuchet MS";
	font-size:12pt;
	font-weight:bold;
	color:#ff6e00;
}
#menuTitle a, a:active, a:visited {
	color:#ff6e00;
	text-decoration:none;
}
#menuTitle a:hover {
	color:#82ac14;
	text-decoration:none;
}
#menuText {
	font-size:10pt;
	font-family: "Trebuchet MS";
	text-align:justify;
}
#menuText a, a:active, a:visited {
	color:#000000;
	text-decoration:none;
}
#menuText a:hover {
	color:#82ac14;
	text-decoration:none;
}

#pageText {
	font-size:10pt;
	font-family: "Trebuchet MS";
	text-align:right;
}
#pageText a, a:active, a:visited {
	color:#ff6e00;
	text-decoration:none;
}
#pageText a:hover {
	color:#82ac14;
	text-decoration:none;
}

/* Set of all box */
.boxTL {
	background:url(../images/topleft.png) no-repeat;
}
.boxTR {
	background:url(../images/topleft.png) no-repeat;
}
.boxLB {
	background:url(../images/leftbottom.png) no-repeat;
}
.boxRB {
	background:url(../images/rightbottom.png) no-repeat;
}
.boxTop {
	background:url(../images/top.png) repeat-x;
}
.boxBottom {
	background:url(../images/bottom.png) repeat-x;
}
.boxLeft {
	background:url(../images/left.png) repeat-y;
}
.boxRight {
	background:url(../images/right.png) repeat-y;
}
.boxBG {
	background:url(../images/dot.png) left top;
}

/* set of all spacer */
#spacer-5px {
	height:5px;
}
#spacer-10px {
	height:10px;
}
#spacer-15px {
	height:15px;
}
#spacer-20px {
	height:20px;
}

/* Set of all footer section */
#mainFooter {
	width:980px;
	height:100px;
	background:#856A5E;
	float:left;
}
#bgFooter {
	width:980px;
	background:#856A5E url(../images/footer.jpg) no-repeat;
	height:25px;
	float:left;
}
#footer {
	margin: 0px 0px 0px 35px;
	width:300px;
	float:left;
	font-size:11px;
	text-align:left;
	color:#ffffff;
}
#footerNav {
	margin: 5px 35px 0px 0px;
	width:300px;
	float:right;
	font-size:10px;
	text-align:right;
	color:#ffffff;
}
#footerNav a, a:active, a:visited {
	color:#f1f1f1;
	text-decoration:none;
	border-bottom:1px dotted #FFFFFF;
}
#footerNav a:hover {
	color:#FFCC00;
	text-decoration:none;
	border-bottom:1px dotted #FFCC00;
}
#copy {
	font-size:8pt;
	text-align:center;
	float:right;
}