/* CSS Document */
body {
	background:#FA8211;
	font-family:sans-serif, Arial, Helvetica;
}

#page {
	background: #FFFFFF  url(../images/content.jpg) repeat-y;
	width:780px;
	margin: auto;
}

.clr {
	clear: both;
}

#header {
	position:relative;
	background:#FFFFFF url(../images/header.jpg) no-repeat;
	width:780px;
	height:160px;
}

#htop {
	background: #FA8211 url(../images/htop.jpg) no-repeat;
	height: 5px;
	width: 780px;
}

#hmleft {
	background: #FA8211 url(../images/hmleft.jpg) no-repeat;
	float: left;	
	width: 218px;
	height: 21px;
}

#hmenu {
/*	background: #FA8211 url(../images/hmenu.jpg) repeat-x;*/
	position: relative;
	float: left;	
	width: 500px;
	height: 25px;	
	line-height: 26px;
	left: 200px;
	color: #FFFFFF;
	font-size:85%;
/*	font-weight:bold;*/
}

#hmenu a, #hmenu a:link, #hmenu a:visited{
	display: block;
	float:left;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
/*	font-weight:bold;*/
}

#hmright {
	background: #FA8211 url(../images/hmright.jpg) no-repeat;
	float: left;	
	width: 219px;
	height: 21px;
}

#hbottom {
	background: #FA8211 url(../images/hbottom.jpg) no-repeat;
	height: 134px;
	width: 780px;
}

#hspot {
	position: absolute;
	left:15px;
	top:120px;
	width: 230px;
/*	text-align:center;*/
	color: #aaaaaa;
	z-index:1;	
}


#content {
	background: #FFFFFF url(../images/content.jpg) repeat-y;
	position: relative;
	width: 780px;
	text-align:center;
}


#content .title {
	position: relative;
	background: #FFFFFF url(../images/Content_title.jpg) no-repeat ;
	width: 780px;
	height: 190px;
	text-align: justify;
}

#content .title_txt{
	position: absolute;
	left:100px;
	top:130px;
/*	width: 780px;
	text-align:center;*/
	color:#F1942C;
	z-index:1;	
}

#content .title_txt h1{
	font-size: 24px;
}

#content_area {
	background: #FA8211 url(../images/content.jpg) repeat-y;
	position: relative;
	width: 780px;
}

#content_left {
/*	background: #FFFFFF;*/
/*	position: absolute;*/
	float:left;
	left:5px;
	width: 140px;
	padding: 5px;
}

#content_main {
/*	background: #FFFFFF;*/
/*	position: absolute;*/
	float:left;
	left: 155px;
	width: 460px;
	padding: 5px;
	color: #AAAAAA;
	padding: 5px;
	text-align:justify;
}

#content_main .email /*a,
#content_main .email a:link,
#content_main .email a:visited*/{
/*	color: #FA8211;*/
}

#content_main .img_link a,
#content_main .email a:link,
#content_main .email a:visited{
	text-decoration:none;
/*	color:#FFFFFF;*/
}

#content_right {
/*	background: #FFFFFF;*/
/*	position: absolute;*/
	float:left;
	left:625px;
	width: 140px;
	padding: 5px;
}


#footer {
	position: static;
	background: #FA8211 url(../images/footer.jpg) no-repeat;
	width: 780px;
	height:50px;
}

#footer .copyright {
	position: relative;
	height:20px;
	width:760px;
	left: 10px;
	top: 18px;
	padding: 8px 0px 0px 0px;
	text-align:center;
	font-size: 75%;
	z-index:1;	
}


/**************************************
	txx styles
***************************************/

.htitles {
	color:#F1942C;
}