html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #999999;
	line-height: 13px;
	background-color: #E2E5EA;
	text-align: center;
}


#greybox {
	width: 690px;
	height: 545px;
	top: 50px;
	position: relative;
	text-align: left;
	margin:0px auto;
	padding: 25px;
	background-color: #fff;
}

#homebox {
	width: 740px;
	height: 595px;
	top: 50px;
	position: relative;
	text-align: left;
	margin:0px auto;
	padding: 0px;
}

#contentbox {
	width: 665px;
	height: 385px;
	position: relative;
	text-align: left;
	margin: 0px;
	padding: 0px;
	padding-right: 25px;
	background-color: #fff;
	overflow : auto;
	
	scrollbar-base-color: #ffffff;
	scrollbar-arrow-color: #dddddd;
	scrollbar-track-color: #ffffff;

	scrollbar-shadow-color: #cccccc;
	scrollbar-lightshadow-color: #cccccc; 
	scrollbar-darkshadow-color: #dddddd;

	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #cccccc;
}

#bottom257 {
	position: relative;
	top: 50px;
	width: 690px;
	padding: 25px;
	padding-top: 0px;
	margin:0px auto;
	text-align: right;
	background-color: #fff;
}

#bottom {
	position: relative;
	background-color: transparent;
	top: 50px;
	padding: 25px;
}

#thumbs {
	width: 50px;	
}

#image {
	width: 520px;
	padding-left: 60px;
	padding-right: 10px;
	float: right;
}

#bodyimage {
	width: 300px;
	padding-left: 20px;
	padding-right: 5px;
	float: right;
}

#bodytext {
	width: 315px;	
}

.box {
	width: 130px;
	float: left;
	font-weight: normal;
}
.lang {
	width: 50px;
	float: right;
	font-weight: normal;
}
.hr {
	clear: both;
	padding: 0px;
	margin: 9px 0px 10px 0px;
	background-color: #ccc;
	height: 1px;
}
.row_forceopen {
	clear: both;
	margin: 0px 0px 0px 0px;
	height: 1px;
}



a {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #666;
}

h1 {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	display: inline;
}

h2 {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	display: inline;
}



input {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #999999;
}	
input.box {
	width: 300px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #999999;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #999999;
	width: 300px;
}	