 body {
	    color: #a48f6b;
		background: #090000 url(images/body_bg.png) repeat-x;
	    font-family: "Times New Roman", Times, serif;
	    font-size: 12px;
	    font-style: normal;
	    font-weight: normal;
	}
	
	/*  Reset */
	html, body, div, ul, ol, li, h1, h2, h3, h4, p, form, table {
	    margin: 0;
	    padding: 0;
	}
	
	
	a {
	    color: #e6a812;
	    text-decoration: none;
	}
	
	a:hover {
	    text-decoration: underline;
	    color: #6f9f16;
	}
	
	/* common codes */
	
	.left { float: left;}
	.right{ float: right;}
	.clear{ clear: both;}
	
		
	h1, h2, h3, h4 {
	    font-style: normal;
	    font-weight: bold;
	    padding-bottom: 4px;
	}
	h1 {
	    font-size: 18px;
		color: #e0d5c2;
	}
	
	
	 /*  reset ul or ol */
	#header ul, #footer ul{
	    list-style-image: none;
	    list-style-position: outside;
	    list-style-type: none;
	}
	
	
	
	
	img {
	     border: none;
	}
	
	 /* start */
	 
	 #wrapper {
	     width: 960px;
	     margin: 0 auto;
	 }

 /* Header */
	 #header {
		 background: url(images/header_bg.png) no-repeat;
		 width: 940px;
		 height: 118px;
		 margin-left: 10px;
		 padding-top: 18px;
	 }
	 
	 #logo {
		 background: url(images/DC-logo.png) no-repeat;
		 width: 246px;
		 height: 98px;
		 text-indent: -9999px;
	 }
	 
	 #logo a {
		 width: 246px;
		 height: 98px;
		 display: block;
		 overflow: hidden;
	 }
	 
	 #header ul {
		 font-family: "Times New Roman", Times, serif;
		 margin-top: 99px;
		 float: right;
	
	 }
	 
	 #header li {
		 float: left;
		 display: block;
		 padding: 0 6px;
		 border-right: 1px solid;
	 }
	 
	 #header li.last {
		 border-right: none;
		 padding-right: 0;
		 color: #e0d5c2;
		 font-weight: bold;
		 font-size: 16px;
		 line-height: 14px;
	 }
	 
/* Banner */

     #banner {
		 background: url(images/banner_bg.png) no-repeat;
		 width: 940px;
		 height: 326px;
		 padding: 17px 10px 0 10px;
	 }
	 
	 #content {
		 background: url(images/content_bg.png) no-repeat;
		 width: 286px;
		 height: 218px;
		 padding: 13px 12px 0 12px;
		 font-size: 14px;
	 }
	 
	 #content p.first, p.last {
		 text-indent: 59px;
		 line-height: 18px;
	 }
	 
	 #tomainpage a {
		 background: url(images/entermainpage.png) no-repeat;
		 width: 151px;
		 height: 149px;
		 margin-top: 158px;
		 text-indent: -9999px;
		 overflow: hidden;
		 display: block;
	 }
	 
	 #welcometo {
		 background: url(images/WelcomeToDC.png) no-repeat;
		 width: 655px;
		 height: 44px;
		 margin: 44px 0 7px 120px;
		 text-indent: -9999px;
		 overflow: hidden;
	 }
	 
/*Services*/
	 #services {
		 padding: 0 23px 10px 23px;
		 border-bottom: 1px #1c160b solid;
		 margin-bottom: 10px;
	 }
	 
	 #services h1 {
		 border-bottom: 1px #2c1c15 solid;
		 font-weight: normal;
	 }
	 
	 #services li{
		 font-size: 14px;
		 line-height: 20px;
		 display: block;
	 }
	 
	 #leftservice {
		 width: 549px;
	 }
	 
	 #leftservice ul, #rightservice ul {
		 margin-top: 5px;
		 list-style-type: none;
	 }
	 
	 #rightservice li {
		 width: 219px;
		 line-height: 16px;
	 }
	 
	 

/*Footer*/
     .desc {
		  border-bottom: 1px #1c160b solid;
		  margin-bottom: 10px;
		  padding-bottom: 10px;
	 }

 
	 #footer li {
		 float: left;
		 display: block;
		 font-size: 10px;
		 margin: 5px 0;
		 padding: 0 6px;
		 border-right: 1px solid;
		 color: #ac9f89;
	 }
	 
	 #footer li.last {
		 border-right: none;
		 padding-right: 0;
	 }
	 
	 #footer ul {
		 width: 358px;
	 }
