html, body {
	text-align: center; /* for IE */
	background-image: url(images/background.jpg);
	background-position: center top;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: 1em;
	margin: 10px 0px 0px 0px;
	
	
}
	
p{
margin: 10px 20px 10px 30px;
font-size:0.8em;
font-weight:normal;
}
h1{
margin: 0px 0px 30px 30px;
font-size:1.8em;
font-weight:bold;
color:#e77721;
}
h2{
margin: 10px 0px 10px 30px;
font-size:1.2em;
font-weight:bold;
color:#666666;
}
h3{
margin: 10px 0px 10px 30px;
font-size:0.9em;
color:#FF6600;
font-weight:bold;

}
h4{
margin: 10px 0px 10px 30px;
font-size:0.7em;
font-weight:normal;
color:#666666;
}

a:link {
color:#666666;
text-decoration:underline;
}
a:visited {
color:#666666;
text-decoration:underline;
}
a:hover {
color: #FF9900;
text-decoration:underline;
}

ul{
margin: 10px 20px 10px 50px;
font-weight:normal;
}

#wrapper{
width: 1000px;
height:100%;
text-align: left;
background-color:#FFF;
margin: 0px auto;
}

/* ------------------header content ------------------*/

#headercontainer {
width: 1000px;
height: 281px;
}

#headerleft {
width: 197px;
height: 281px;
float:left;
}

#headerleft p{
font-size: 12px;
margin: 0px;
text-align: center;
}

#headerleft img{
padding: 10px 0px 0px 0px;
}

#headerright{
width: 803px;
height:281px;
float:left;
}

#headerright_top{
width: 594px;
height: 104px;
float:left;
}

#headerright_middle{
width: 594px;
height: 4px;
font-size:0px;
float:left;
}

#headerright_bottom{
width: 594px;
height: 173px;
float:left;
}

/*----------------------------content content ------------------*/
#content_container{
width: 1000px;
float:left;
height: 100%;
background-color: #e77721;
background-image:url(images/bg_contentleft.gif);
background-repeat:repeat-y;
}


#content_left {
width: 197px;
height: 100%;
float: left;


}

#content_left_strip {
width: 197px;
height: 4px;
background-color: #000000;
float: left;
font-size: 0px;
}

#content_left_text {
width: 177px;
height: 100px;
color: #ffffff;
padding: 80px 0px 0px 20px;
}
#content_left_text p{
color: #FFFFFF;
font-size:12px;
margin: 0px;
}
#content_left_text h1{
color: #FFFFFF;
font-size:16px;
font-weight: bold;
margin: 0px;
}
#content_left_text a:link{
color: #FFFFFF;
text-decoration: underline;
}

#content_left_text a:hover{
color: #666666;

}
#content_left_text a:visited{
color: #FFFFFF;

}

#content_left_text ul{
color: #FFFFFF;
font-size:12px;
margin:0px;
}
#content_left_text li{
color: #FFFFFF;
font-size:12px;
padding: 0px 0px 10px 0px;
margin:0px;

}
#content_right {
width: 803px;
height: 100%;
float: left;
background-color:#FFFFFF;
}
#content_right_strip {
width: 803px;
height: 4px;
background-color:#fff;
float: left;
font-size: 0px;
}

#content_right_text {
width: 763px;
height:100%;
float:left;
padding: 40px 20px 40px 20px;
}

#menu {
width: 753px;
height:30px;
background-color:#000000;
padding: 4px 0px 0px 50px;
margin: 0px;
float:left;}

#menu ul {
list-style-type:none;
margin:0;
padding:0;
padding-top:5px;
padding-bottom:3x;
font-size: 13px;
}

#menu li {
display: inline;

}

#menu a:link,a:visited {
font-weight:bold;
color:#fff;
background-color:#666;
text-align:center;
padding:6px;
text-decoration:none;
padding-left: 10px;
padding-right:10px;
}
#menu a:hover,a:active {
background-color:#e77721;
}

table {
margin-left: 30px;
}

/* ---------------------- footer content --------------*/
#footer_container{
width:1000px;
height:20px;
float:left;
background-color:#e77721;
}

#footer_left {
width: 197px;
height:20px;
background-color: #000000;
float:left;
}

#footer_left_bottom {
width: 197px;
height: 4px;
margin: 0px 0px 16px px;
background-color:#666666;
float:left;}


#footer_right {
width: 773px;
height:16px;
margin: 4px 0px 0px 0px;
background-color: #666666;
float:left;
color: #ffffff;
font-size: 10px;
padding: 0px 0px 0px 30px;
text-align:center;
}

#footer_right a:link {
color: #ffffff;
text-decoration: underline;
}

#footer_right a:hover {
color: #ff6600;
text-decoration: underline;
}

#footer_right a:visited {
color: #ffffff;
text-decoration: underline;
}
