#page {
 clear: both;
 overflow: hidden;
 width:100%;
 height: auto;
 background-color:#EEE;
}

#content {
 overflow: hidden;
 border-left-style: solid;
 border-right-style: solid;
 border-width: 1px;
 border-color: #CCC;
 width:90%;
 height: auto;
 margin-left:auto;
 margin-right:auto;
 padding-top: 20px;
 background-color:#FFF;
}

#content h1 {
 padding-left: 20px;
 padding-right: 20px;
 font-size: 24px;
 line-height: 1em;
}

#content p {
 font-size: 14px;
 padding-left: 20px;
 padding-right: 20px;
 line-height: 110%;
 text-align: justify;
}
#rightstrip {
 float:right;
 width:420px;
 text-align: justify;
 text-decoration: none;
 font-size: 14px;
}

#rightstrip span {
 float:left;
 width:205px;
}

#rightstrip span .double {
 width:410px;
}

#rightstrip .tx {
 overflow:hidden;
 clear:both;
 width:410px;
 margin-bottom:20px;
}

#rightstrip a {
 vertical-align: top;
 margin-right: 20px;
 padding-top: 20px;
 text-decoration: none;
 font-weight: bold;
 color: #bb0000;
}

#rightstrip a:hover {
 text-decoration: underline;
}

#rightstrip h1 {
 font-size: 14px;
}

#wrp {
 float:left;
 width:100%;
 margin-left:-420px;
}

#leftstrip {
 margin-left:420px;
}
