p{
	margin:0px;
}
img{
	border:0px;
}
body {
	background-color: #ded1a5;
	padding: 0px;
	font-family: Arial, Verdana;
	margin: 0px;
}

a:link, a:visited, a:active {
	color: #FA8316;
	text-decoration: none;
}
a:hover{
	color: #FA8316;
	text-decoration: underline;
}

/*-------layout-------*/
#page {
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	
}


#headerHome{
	margin-top: 20px;
	background-color: #c0b387;
	height: 400px;
	background-image: url(images/pic-homeLine.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding:0;
	width: 100%;
}

#sideBar{
	background-image: url(images/index_sideBar.gif);
	margin-left:0;
	background-repeat: no-repeat;
	width: 8px;
	height: 400px;
	float: left;
}
#headerLine{
	background-image: url(images/index_Hline.gif);
	background-repeat: no-repeat;
	height: 420px;
	width: 950px;
	padding:0;
}

#index-logo{
	margin-right: 260px;
	margin-top: 20px;
	float: right;
	width: 300px;
}

#naviwrap{
	width: 300px;
	float: left;

}
#navi_h{
	width: 100%;
	height: 144px;
}

#vlineOrange{
	background-color: #ea660e;
	height: 6px;
	width: 530px;
	float: right;
	margin-top: 59px;
}

#content {
	width: 100%;
	background-image: url(images/bg.gif);
	background-position: center top;
	background-repeat: repeat-y;
	height: 400px;
}

#index_intro {
	width: 398px;
	margin: 10px;
	float: left;
}

#index_pic {
	width: 220px;
	margin: 10px;
	float: left;		
}

#footer{
	width: 950px;
	float: left;
	text-align: center;
	background-color: #333333;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 9pt;
	height: 40px;
}

/*--------------------*/

.bold12 {	
    font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
}
.gray13 {
	line-height: 22px;
	color: #666666;
	font-size: 13px;
}
.blue10b {
	font-size: 10pt;
	font-weight: bold;
	color: #26669b;
}
.white11 {
	font-size: 11pt;
	color: #FFFFFF;
	line-height: 20px;
}
.white9 {
	font-size: 9pt;
	color: #FFFFFF;
}
.red9b{
	font-size: 9pt;
	font-weight: bold;
	color: #CC0000;
}
#clear {
	clear: both;
	margin: 0px;
}

