

/* Layout Stylesheet */ 
body  { color: #333333; background-color: #634d56; margin: 0; padding: 0 }	 
	 
#container { background-image: url(../images/page_background.gif); background-repeat: repeat-y; height: 100% }
#sidebar { width: 170px }
#header { width: 100%; height: 24px }
#column2  { position: absolute; top: 26px; left: 170px; width: 20px; height: 482px; border-right: 1px solid white }
#content_top  { padding-left: 20px; position: absolute; top: 26px; left: 191px; width: 580px; height: 80px; border-bottom: 1px solid white }
#content_middle  { padding-top: 20px; padding-left: 20px; position: absolute; top: 106px; left: 191px; width: 100%; height: 300px }
#content_bottom  { padding-top: 20px; padding-left: 20px; position: absolute; top: 425px; left: 191px; width: 100%; height: 60px }
#footer { color: #e9d9bb; font-size: 10px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; text-align: right; width: 780px; height: 24px; float: left }
