html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	
}
h1 img {
	display: block;
}
img {
	border: 0;
} 
a {
	color: #0e540e;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FFA405;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
  background: #000;
	text-align: center;
	font: 12px corbel, arial, sans-serif;
	color: #312F1A;
	background-image:url(images/leo.jpg);
	background-repeat:repeat-x;
	background-position:top;
	}

/** layout **/
#wrapper {
	text-align: left;
	margin: 20px auto;
	width: 714px;
  position: relative;
}

#header {
	padding-top: 75px;
	width: 252px;
	position: relative;
	background-image: url(images/raazlogo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	
}

/** Header **/
h1 {
	color: #cc9900;
	border: 0px none #C4B888;
	padding: 8px;
	text-align: center;
	font-style: normal;
	font-weight: bold;
	margin: 0 0 2px 21px;
	font-family: "Corbel", sans-serif;
	font-size: 20px;
	text-transform: uppercase;
}

#search {
  width: 148px;
  background: #E8E7DA url(images/search_top.jpg) no-repeat;
  text-align: center;
  position: absolute;
  bottom: -2px;
  left: 558px;
  padding: 6px 0;
}
#search .text {
  width: 63px;
}

/** Body **/
#body {
  position: relative;
  width: 100%;
}

#nav {
	position: absolute;
	top: 0px;
	left: 0;
	width: 252px;
	padding-top: 292px;
	height: 59px;
	background-image: url(images/pic_1.jpg);
	background-repeat: no-repeat;
}
#nav ul {
	margin: 0 7px 0 28px;
	padding: 5px 20px 15px 20px;
	background-image: url(images/nav.jpg);
	background-repeat: repeat-x;
	background-position: right bottom;
}
#nav li {
	list-style: none;
}
#nav a {
	color: #F2f082;
	font: 18px "Corbel", serif;
	font-style: normal;
	padding-right: 8px;
}

/** content **/

#content {
  background: #E8E7DA bottom right url(images/body_bottom_right.jpg) no-repeat;
  width: 462px;
  margin-left: 254px;
  min-height: 278px;
}

#content .main, #content .main2 {
  float: right;
  width: 250px;
  margin-top: 14px;
  padding-right: 28px;
}

#content .main {
  padding-bottom: 1em;
  border-bottom: 1px solid #D6D3BA;
}

#content .main p, #content .main2 p {
  margin: 0em 1em 0 0;
}
#content .main2 .right {
  margin-left: 18px;
}
#content .main .clear, #content .main2 .clear {
  height: 20px;
  margin-bottom: -10px;
}

#beauty {
  float: right;
  width: 134px;
  border-left: 1px solid #D6D3BA;
  padding: 12px;
  background: top right url(images/bogy_top_right.jpg) no-repeat;
}
#beauty span {
  float: left;
  width: 12px;
  font-size: 9px;
  clear: both;
  margin-top: 3px;
}
#beauty p {
  float: left;
  width: 110px;
  margin: 0 0 0.6em 0;
  padding: 0 0 0 1em;
  line-height: 1.3;
}
#beauty .clear {
  height: 10px;
}

h2 {
  font: italic 22px "Corbel", serif;
  color: #0e540e;
  margin: 0 0 0.5em 0;
}

/** Footer **/

#footer {
  color: #E8E7DA;
  margin: 2px 0 0 275px;
}

#privacy { 
  position: absolute;
  right: 8px;
  width: 148px;
  padding: 4px 0;
  text-align: center;
  background: #E8E7DA bottom left url(images/footer_tab.jpg) no-repeat;
}
#privacy a {
  color: #000;
  font-weight: normal;
}

.Normal-P
        {
        margin:0.0px 0.0px 0.0px 0.0px; text-align:center; font-weight:400; 
        }
.Normal-C
        {
        font-family:"Corbel", sans-serif; font-size:19.0px; line-height:1.21em; 
        color:#f2f082; 
        }
.Normal-C0
        {
        font-family:"Corbel", sans-serif; font-size:32.0px; line-height:1.22em; 
        color:#f2f082; 
        }
.style1 {font-family: "Corbel", sans-serif; font-size: 32.0px; line-height: 1.22em; color: #f2f082; font-weight: bold; }



.sesame{
	cursor: pointer;
	cursor: pointer;
	padding: 2px 5px;
	border: 0px none gray;
	color: #006600;
	font-size:18px;
	background-image: url(#images/bg-fader.jpg);
	font-weight:bold;
}
.sesame:hover{
	cursor: pointer;
	cursor: pointer;
	padding: 2px 5px;
	border: 0px solid gray;
	color: #FFFF66;
	background-image: url(images/bg-fader.jpg);
	background-repeat: repeat;
}

.opensesame{ /*class added to contents of 1st demo when they are open*/
		background-image:url(#);
	background-repeat: no-repeat;
	background-position: right bottom;
	color:#006600;
}
.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: green;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: red;
}