/* --------------------------------------------------------------      Boilerplate Screen Styles   * Version:   0.5 (2007-11-19)   -------------------------------------------------------------- */@import "lib/reset.css";@import "lib/typography.css";@import "lib/forms.css";@import "lib/tabs.css";/* Site-------------------------------------------------------------- */body {	background-image: url(/workspace/images/body_bg.gif);	background-position: center;	background-repeat: repeat-y;}div#page {	width: 960px;	margin: 0 auto;	background-image: url(/workspace/images/content_bg.gif);	background-repeat: repeat-y;}div#content {	background-image: url(/workspace/images/content_bg.jpg);	background-repeat: no-repeat;	padding: 30px 60px;	margin-bottom: 3em;}h1#header {	width: 960px;	height: 125px;	background-image: url(/workspace/images/header.jpg);	margin: 0;	padding: 0;}li#nav-1, li#nav-2, li#nav-3, li#nav-4, li#nav-5 {	height: 62px;}li#nav-1 {	width: 199px;	background-image: url(/workspace/images/nav_1.jpg);	}li#nav-2 {	width: 188px;	background-image: url(/workspace/images/nav_2.jpg);	}li#nav-3 {	width: 187px;	background-image: url(/workspace/images/nav_3.jpg);	}li#nav-4 {	width: 188px;	background-image: url(/workspace/images/nav_4.jpg);	}li#nav-5 {	width: 198px;	background-image: url(/workspace/images/nav_5.jpg);	}h2#h2-voteforchange, h2#h2-aboutjohn, h2#h2-issues, h2#h2-journal, h2#h2-newsandevents, h2#h2-getinvolved {	height: 35px;	width: 400px;	background-repeat: no-repeat;}h2#h2-voteforchange { background-image: url(/workspace/images/h2_voteforchange.gif); }h2#h2-aboutjohn { background-image: url(/workspace/images/h2_aboutjohn.gif); }h2#h2-issues { background-image: url(/workspace/images/h2_issues.gif); }h2#h2-journal { background-image: url(/workspace/images/h2_journal.gif); }h2#h2-newsandevents { background-image: url(/workspace/images/h2_newsandevents.gif); }h2#h2-getinvolved { background-image: url(/workspace/images/h2_getinvolved.gif); }h2#h2-endorsements { background-image: url(/workspace/images/h2_endorsements.gif); }body#home-page p { width: 570px; }body#home-page h3 { margin-top: 130px; }div#past-entries { width: 300px; float: right; margin-left: 20px; }p.date { font-weight: bold; color: #999; }