* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: verdana;
	line-height: 20px;
	color: #ceb9ac;
}

body {
	background: url('../images/bg_menu.gif') 76px top repeat-y #000;
}

#ie6 {
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -190px;
	padding: 20px;
	background-color: #ff6600;
	border: 2px solid #fff;
	color: #fff;
	display: none;
	font-weight: bold;
	width: 336px;
	z-index: 1000;
	text-align: justify;
}

#container {
	width: 980px;
	height: 100%;
}

#menubar {
	width: 302px;
	height: 100%;
	background: url('../images/bg_menu.gif');
	margin-left: 76px;
	float: left;
	position: relative;
}

#sample_images {
	width: 100%;
	height: 150px;
	background: url('../images/sample_images.jpg');
	position: absolute;
	top: 150px;
	left: 0px;
	z-index: 10;
}

#title {
	position: absolute;
	width: 570px;
	height: 50px;
	left: 325px;
	top: 50px;
	font-size: 30px;
	letter-spacing: 5px;
}

html>body #title {
	line-height: 35px;
	margin-top: -6px;
}

#menu {
	margin: 175px 40px 10px 40px;
	width: 222px;
	font-size: 15px;
	position: relative;
}

#tool {
	position: absolute;
	top: 108px;
	left: 140px;
}

ul {
	list-style-type: none;
}

#menu ul li a,
div p span a {
	font-size: 14px;
	text-decoration: none;
	border-bottom: 1px #7e7977 dotted;
}

#menu ul li a:hover,
div p span a:hover {
	text-decoration: none;
	color: #ff9900;
	border-bottom: 1px #ff9900 dotted;
}

#ref {
	padding: 30px 0px 30px 0px;
}

#menu ul #ref a {
}

#menubar div p {
	padding: 10px 0px;
}

#menubar div p,
#menubar div p * {
	font-size: 14px;
	font-style: italic;
}

.dark {
	padding: 20px 40px 20px 40px;
	background: url('../images/bg_menu_dark.gif');
}

#content {
	width: 580px;
	padding: 332px 0px 20px 20px;
	float: left;
}

h1 {
	font-size: 22px;
	letter-spacing: 3px;
	font-weight: normal;
	padding-bottom: 30px;
	color: #de9b76;
}

#content p {
	text-align: justify;
	font-size: 14px;
}

.hidden {
	width: 100px;
	height: 100px;
        display: none;
	overflow: hidden;
}

.cb {
	padding: 20px;
	margin: 0 auto;
	font-size: 15px;
	background-color: #27201c;
	position: relative;
}

.operahack {
	height: 5px;
	position: relative;
	font-size: 0px;
}

.cb p {
	text-align: justify;
	padding: 15px 0px 5px 0px;
}

.cb ul li {
	list-style-type: disc;
	margin-left: 40px;
	padding-bottom: 5px;
	font-style: italic;
}

.cb .image {
	border: 5px solid #50433c;
	margin-left: 20px;
	width: 150px;
}

.minwidth {
	width: 600px;
	color: #ff9900;
	font-size: 22px;
	padding-bottom: 5px;
}

.tl, .tr, .bl, .br {
	position: absolute;
}

.tl {
	top: 0px;
	left: 0px;
}

.tr {
	top: 0px;
	right: 0px;
}

.bl {
        bottom: -20px;
	left: -20px;
}

.br {
        bottom: -20px;
	right: -20px;
}

h2 {
	font-size: 17px;
	font-weight: normal;
	padding: 15px 0px 5px 0px;
	color: #ff9900;
}

h3 {
	font-size: 15px;
	font-weight: normal;
	padding: 15px 0px 0px 0px;
	margin-bottom: -15px;
	color: #ff9900;
	font-style: italic;
}

h4 {
	font-size:18px;
	letter-spacing: 3px;
	font-weight: normal;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #de9b76;
}

h5 {
	font-size:20px;
	letter-spacing: 3px;
	font-weight: normal;
	padding-bottom: 30px;
	color: #ee6c24;
}

.italic {
	font-style: italic;
}
