/* CSS Document */
body
{
	padding: 0;
	margin: 0 auto;
	margin-top: 10px;
	background: #7d3c06 url(../images/bkg_body.jpg) repeat-x;
	color: #000000;
	font-family: Georgia, Verdana, Arial, helvetica, tahoma, sans-serif;
/*	font-size: 80%;*/
	font-size: 12px;
/*	margin: 0 auto;*/
}

td, p {
	color: #0a505a;	
	font-family: Georgia, Verdana, Arial, helvetica, tahoma, sans-serif;
/*	font-size: 80%;*/
	font-size: 12px;
	font-weight:normal;
/*	line-height: 14px;*/
}
.Welcome {
	color: #000;	
	font-family: Georgia, Verdana, Arial, helvetica, tahoma, sans-serif;
/*	font-size: 80%;*/
	font-size: 12px;
	font-weight:normal;
/*	line-height: 14px;*/
}
.SpecialM {
	color: #968308;	
	font-family: Georgia, Verdana, Arial, helvetica, tahoma, sans-serif;
/*	font-size: 80%;*/
	font-size: 11px;
	font-weight:normal;
/*	line-height: 14px;*/
}

.ImgPic01 {
	padding:6px;
	background-color:#fff;
	border:#ddd2ac 1px solid;
}
.ImgPic02 {
	padding:6px;
	background-color:#fff;
	border:#CCCCCC 1px solid;
}
.BkgHr {
	background: url(../images/line01.gif) repeat-x;
	height:28px;	
}
.MainContent {
/*	padding:0px 5px 5px 5px;*/
	margin: 0 auto;
/*	background: url(../images/bkg_content.png) repeat-y;*/
	background: url(../images/bkg_content2.jpg) no-repeat;	
}
.BkgFlash {
/*	padding:0px 5px 5px 5px;*/
	margin: 0 auto;
	background: url(../images/hd_thaitanic01.jpg) no-repeat;
	width: 752px;
	height: 217px;
	text-align:center;
}
#footer {
/*	padding:0px 5px 5px 5px;*/
	height: 20px;
	color: #e69d24;
	margin: 0 auto;
/*	background: url(../images/bkg_footer.png) no-repeat;*/
}
#footer p {
/*	padding:10px 5px 20px 5px;*/
	font-size:10px;
	color:#e69d24;
	text-align:center;
}
.bkgMenu {
/*	padding:10px 5px 5px 5px;*/
	height: 429px;
	background: url(../images/bkg_menu_left.jpg) no-repeat left top;
}
.bkgContent {
	padding:5px 5px 5px 5px;
	background: url(../images/bkg_content.jpg) no-repeat top left;
	height: 429px;
}

h1  {
     font-size: 20px;	 
	 padding-bottom:5px;
     font-weight: bold;
     line-height: normal;
	 color: #e3227c;
	 font-family: Georgia, Verdana, Arial, helvetica, tahoma, sans-serif;
	 border-bottom:#e89812 1px dashed;	  
}
h2  {
     font-size: 18px;	 
	 padding-bottom:5px;
     font-weight: bold;
     line-height: normal;
	 color: #e3227c;
	 font-family: Georgia, Verdana, Arial, helvetica, tahoma, sans-serif;
	 border-bottom:#e89812 1px dashed;	 	  
}
h3 {
     font-size: 13px;	 
/*	 padding-bottom:2px;*/
     font-weight: bold;
     line-height: normal;
	 color: #2dbed9;
	 font-family: Georgia, Verdana, Arial, helvetica, tahoma, sans-serif;
/*	 border-bottom:#e89812 1px dashed;	   */
}
/****** Menu left side**/
.leftmenu{
list-style-type: none;
margin: 0px 5px 0px 5px;
padding: 5px;
width: 150px;
/*border-bottom: 1px dotted #9A9A9A;*/
}
.leftmenu li,ul{
padding: 0;
margin: 0;
list-style-type: none;
}
.leftmenu li a{
background: url(../images/bullet01.gif) no-repeat 2px center;
font: bold 12px Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
color: #fff;
display: block;
width: auto;
padding: 3px 0;
padding-left: 25px;
text-decoration: none;
border-bottom: 1px dashed #6db5c1;
list-style-type: none;
}
* html .leftmenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 170px;
}
/*.leftrmenu li a:visited, .leftrmenu li a:active{
color: #8d251c;
list-style-type: none;
}*/
.leftmenu li a:hover{
color: #fbcf00;
background-image:url(../images/bullet01w.gif); /*onMouseover image change. Remove if none*/
}

/***** top menu**/
#vdividermenu ul{
margin: 0;
padding: 0;
margin-bottom: 1em;
font-size: 10px;
font-weight: bold;
font-family: Georgia, Verdana, Arial, helvetica, tahoma, sans-serif;
width: 100%;
color:#FFFFFF;
/*border: 1px solid #625e00;*/
/*background-color: #f9ff91;*/
}

* html #vdividermenu ul{ /*IE only rule, reduce menu width*/
width: 752px;
}

#vdividermenu ul li{
display: inline;
}

#vdividermenu ul li a{
color: #FFFFFF;
padding: 0px 12px;
text-decoration: none;
border-right: #7d3c06 1px solid;
/*background: transparent url(media/vertical.gif) center right no-repeat;*/
}

#vdividermenu ul li a:visited{
color: #FFFFFF;
}

#vdividermenu ul li a:hover{
color: #000;
background-color: #ffe84f;
}
