@import "reset.css";

html, body											{ height:100%; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size:90%; line-height:140%; background-color:#E7E7E8 }

a													{ text-decoration:none }

#outer												{ width:100%; min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -96px; }

#container											{ width:773px; margin:0 auto; border:1px solid #CDCDCD; border-top:none }

#header												{ width:100%; height:78px; background:#FFF url(../holding/pawn_icons.jpg) 222px 0 no-repeat; }
#header .logos										{ float:left; width:220px; }
#header .news										{ float:left; width:540px; padding-top:30px }
#header .news a										{ color:#3A66AB; font-size:95% }

#banner												{ height:125px; background:#FFF url(../holding/header.jpg) no-repeat; }

#content											{ padding:30px 0; background:#FFF/* url(../holding/content-bg.gif) repeat-y*/; }
#content .left										{ float:left; width:539px; border-right:1px solid #DDD; color:#666; font-size:95% }
#content .left p									{ margin-bottom:19px; font-size:10pt; }
#content .left p.opening							{ color:#282864; font-size:12pt; line-height:140%; font-weight:bold; }
#content .left .padding								{ padding:0px 25px 0px 25px }
#content .right										{ float:right; width:233px; }
#content .right .padding							{ padding:0px 20px 0px 20px }
#content .right .title								{ color:#25207D; margin-bottom:5px; font-size:95%; }
#content .right ul									{  }
#content .right ul li								{ height:30px; line-height:30px; }
#content .right ul li a								{ display:block; color:#069; font-size:95%; background:url(../holding/arrow.gif) center left no-repeat; padding-left:13px }

#footer												{ width:100%; font-size:8pt; color:#FFF; background:#676767 }
#footer .padding									{ padding:4px 20px }

.clr												{ clear:both }

