/* CSS Document */
*{
margin:0;
padding:0;
}
body{
background-attachment:fixed;
}
#container{
margin:0 auto 0 auto;
width:900px;

}
#header{}
#flash{
background-image:url(images/po_chi_home.jpg);
height:131px;
width: 800px;
background-repeat:no-repeat;
padding: 215px 0 0 0;
margin: 15px auto 0 auto;
}
#nav{
background-image:url(images/nav_bg.jpg);
background-repeat:repeat-x;
text-decoration:none;
height: 29px;
width: 800px;
margin: 15px auto 0 auto;
}
#nav ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav li{
float:left;
}

#nav a{
text-align:center;
color:#CCCCCC;
display:block;
text-decoration:none;
width: 114px;
padding: 4px 0 5px 0;


}
#nav a:hover{
background-image:url(images/nav_over_bg.jpg);
background-repeat:repeat-x;
}
#title_bar{
height:100px;
margin: 17px auto 0 auto;
width: 800px;
}
#intro_quote{
padding: 20px 115px 0 115px;
line-height: 28px;
letter-spacing: 1px;
}
#header_tier2{
background-image:url(images/tier2_header.png);
background-repeat:no-repeat;
height:180px;
margin:0;
}

#nav_tier2{
background-image:url(images/nav_bg.jpg);
background-repeat:repeat-x;
text-decoration:none;
height: 29px;

margin: 0px 0 0 237px;
}
#nav_tier2 ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav_tier2 li{
float:left;
}

#nav_tier2 a{
text-align:center;
color:#CCCCCC;
display:block;
text-decoration:none;
width: 94px;
padding: 4px 0 5px 0;


}
#nav_tier2 a:hover{
background-image:url(images/nav_over_bg.jpg);
background-repeat:repeat-x;
}

#content_title h1{
	padding: 0 0 0 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:#928550;
	font-style:normal;
	font-weight:100;
	letter-spacing:1px;
}

#content_body{
padding: 0 0 30px 25px;
color:#928550;
width: 775px;
}

#footer{
font-weight:400;
}
#foot a{
}

#foot a:hover{
color: #687AA4;
}
