* {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px;
}

body {
	background: #624a7e;/**#594d6b; 0092c7; **/
	color: #4e4c4c;
	font-size: 12px;
	font-family: Arial;
}

a {
	color: #3878db;
	text-decoration: none;
}

a:hover {
	color: #a1bdea;
}

.main {
	width: 860px;
	background: #ececee;
	
}

.dot-side {
	background-image: url("images/dot-side.gif");
	width: 10px;
}

.bodyhead-sep {
	width: 860px;
	background: #ececee;
	padding: 20px 0px 20px 0px;
	display: block;
	position: static; /* relative */
}

.bodyhead-sep .d1 {
	width: 190px;
	height: 11px;
	margin-right: 10px;
	background: url("images/dot-header.gif");
	float: left;
	position: static; /* absolute */
}

.bodyhead-sep .d2 {
	width: 660px;
	height: 11px;
	float: right;
	background: url("images/dot-header.gif");
	position: static; /* relative */
}

.bodyhead-sep .footer {
	background: url("images/dot-footer.gif");
}

.bodyhead-sep2 {
	border-top: 2px dotted #fc7e02;
	background: #ececee;
}

.body { width: 860px; }

.body .bLeft {
	background: #ececee;
	width: 200px;
	vertical-align: top;
}

.body .bRight {
	background: #ececee;
	width: 200px;
	vertical-align: top;
	text-align: center;
}

.body .bRight .rIMG {
	border-top: 20px solid #ffb034;
}

.body .bCenter {
	vertical-align: top;
	background: #FFFFFF;
	padding: 10px 10px 10px 10px;
	text-align: justify;
}

.bCenter ul {
	margin:  0px 0px 0px 20px;
}

.hight-line {
	background: #FFE2C6;
	font-size: 13px;
	padding: 5px 5px 5px 10px;
}

.smItem {
	margin: -2px 0px 0px -2px;
	width: 190px;
	border-right: 1px dotted #e4c191;
	padding-bottom: 10px;
}

.smTitle {
	background: #ffd14b;
	color: white;
	height: 16px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 14px;	
}

.smBody { padding: 10px;	}

.smLight {
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
}

.smHide { font-size: 11px; }

.smTopBord { border-top: 2px dotted #fc7e02; }

.bookHere {
	border: 1px solid #FFD400;
	margin: 20px 0px 10px -5px;
	padding: 5px 5px 5px 5px;
	background-color: #ffd14b;
	cursor: pointer;
}

.center { margin: auto; }
	
#HEAD {
	background: url("images/header.jpg");
	width: 860px;
	height: 162px;
}

#hTOPMENU {
	height: 50px;
	padding: 20px 10px 0px 0px;
}

#hTOPMENU li {
	display: inline;
	font-family: Arial;
	font-size: 12px;
	color: white;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
}

#hTITLE {
	height: 60px;
	font-size: 22px;
	color: white;
	font-weight: bold;
	padding-left: 40px;
}

#hMAINMENU {
	text-align: right;
	padding-right: 20px;
	height: 1em;
	float: left;
	margin: 0px 0px 0px 220px;
	width: 630px;
}

#hMAINMENU .SEP {
	padding: 0px 5px 0px 5px;
}

#hMAINMENU li {
	list-style: none;
	display: inline;
	font-family: Arial;
	font-size: 14px;
	color: white;
	font-weight: bold;
	letter-spacing: 0;
}

#hMAINMENU li .sub {
	float: left;
	position: relative;
	top: 0px;
}

#hMAINMENU li ul {
	display: none;
	width: 11em; /* Width to help Opera out */
	position: absolute;
	margin: 20px 0px 0px 60px;
}

#hMAINMENU li #addMarginBook { margin-left: 138px; }
#hMAINMENU li #addMarginContact { margin-left: 480px; }

#hMAINMENU li:hover ul {
	display: block;
}

#hMAINMENU li li {
	list-style: inherit;
	display: block;
	background-color: #FEDF86;
	text-align: left;
	border: 1px solid #ffffff;
	padding: 2px;
}

#hMAINMENU li li a {
	color: #4B4B4B;
	font-size: 12px;
	font-weight: normal;
}

#hMAINMENU li li:hover {
	background-color: #FFD14B;
}

#HEAD a { color: white; }
#HEAD a:hover {color: #594d6b;}