body {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica; 
 	background: #b1aea9 url('images/background.png') repeat-x top center;
	color: #74726E;
}

#container, #header {
	width: 705px;
}

#words {
	margin: 0 0 30px 0;
	overflow: auto;
}

.word {
	width: 135px;
	height: 24px;
	background-image: url('images/word-bg.png');
	background-repeat: no-repeat;
	margin: 3px;
	padding-top: 11px;
	text-align: center;
	font-size: 11px;
	color: #000000;
	float: left;
}

.word:hover {
	cursor: pointer;
}


#container {
	margin: 0 auto 30px auto;
	overflow: auto;
}

table#johariwindow {
	border-collapse: collapse;
	font-size: 12px;
	width: 704px;
}

table#johariwindow td.label, td.label {
	font-weight: bold;
	text-align: center;
	padding: 10px;
}

table#johariwindow td.content {
	width: 340px;
	height: 150px;
	border: 1px solid #cbcbcb;
	padding: 15px;
	color: #000000;
}

#loading {
	display: none;
	margin: 0 auto;
	width: 300px;
	height: 200px;
	text-align: center;
	padding-top: 50px;
}

#header {
	height: 70px;
	padding-top: 18px;
	margin: 0 auto;
}

#header h1 {
	text-indent: -9999px;
	width: 220px;
	height: 43px;
	background: url('images/logo.gif') no-repeat;
	margin: 0;
	padding: 0;
}

#userform, #info {
	clear: both;	
	padding: 20px;
	margin: 30px auto;
	background-color: #eeeeee;
	overflow: auto;
	font-size: 12px;
}

#userform {
	display: none;	
	width: 400px;
}

#info {
	width: 650px;
}

#info p {
	font-size: 14px;
}

#info a {
	color: #e59800;
	text-decoration: underline;
}

#info a:hover, #newjohari a:hover {
	text-decoration: none;
}

.formitem {
	font-size: 12px;
	margin: 10px auto;
}

.formitem span {
	display: block;
	margin-bottom: 5px;
}

h2 {
	color: #2e2e2e;
	font-size: 23px;
	font-weight: normal;
}

h2 span {
	color: #3a3a3a;
}

#newjohari {
	text-align: center;
	font-size: 15px;
	margin-top: 40px;
}

#newjohari a {
	text-decoration: underline;
	color: blue;
}

