html{
	min-height:100%;
	height: auto;
}
body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: center;
	background: #ffffff url('images/hp/bodybg.gif') repeat-x bottom;
}

a img{
	border-width: 0;
	padding:0;
	margin:0;
}
form{
	margin:0;
	padding:0;
}
div#all{
	padding-top:5px;
	width:784px;
	margin:0 auto;
	direction:rtl;
	text-align: right;
}
div#title{
	width:784px;
	height:60px;
	text-align:center;
}
div#title img#logo{
	margin:0 auto;
	width: 237px;
	height: 60px;
}
div#flash{
	width:784px;
	height:240px;
}
div#buttonArea{
	width:784px;
	height: 51px;
	text-align:center;
	background: #ffffff url('images/hp/buttonBg.gif') no-repeat top center;
}
div#buttonArea img{
	width:254px;
	height:45px;
	margin: 3px auto 0 auto;
	cursor:pointer;
}
div#mainArea{
	margin: 0 auto;
	width: 784px;
	padding:0;
	overflow:hidden;
	background: transparent url('images/hp/mainBg.png') no-repeat top;
}
div#mainArea div#mainbg{
	width: 784px;
	padding: 0 0 130px 0;
	background:transparent url('images/hp/mainbottom.png') no-repeat bottom;
	overflow:hidden;
}
div#mainArea div#mainbg div#pad{
	padding: 20px 20px 0px 20px;
	overflow:hidden;
}
div#menu{
	width: 135px;
	background: #EEEEEE url('images/hp/menuBg.png') repeat-y right;
	padding: 10px 10px 25px 10px;
	margin-left: 10px;
	float:right;
	border: 1px #A4A7A9 solid;
}
div#textArea{
	float:right;
	width:554px;
	padding: 0 10px;
	font-size: 13px;
	line-height: 150%;
	text-align: justify;
}
div#textArea h3{
	color: #264A80;
	font-size: 18px;
}
div#textArea h4{
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}
div#menu div.button{
	height: 27px;
	width:135px;
	font-size: 15px;
	text-align:center;
	padding:3px 0 0 0;
	background: #9FB1C3 url('images/hp/buttonBg.png') no-repeat;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #5B5B5B;
	clear:both;
	margin-bottom: 3px;
}
div#menu div.button a{
	color: #000000;
	text-decoration: none;
}
div#menu div.button a:hover{
	color: #264A80;
	text-decoration: none;
}
div#creditArea{
	text-align:center;
	width:784px;
	position: relative;
	top:-30px;
	overflow:hidden;
}
div#creditArea a, div#textArea a{
	color:#000000;	
}

a.hide{
	text-decoration: none;
}

div#creditArea a:hover, div#textArea a:hover{
	color:#0000ff;
	text-decoration: underline;
}
