body {
	background: #e1e1e1;
	color: #373737;
	font-family: Arial, sans-serif;
	font-size: 87.5%; /* 14px */
	margin: 0;
}

a img {
	border: none;
}

p {
	line-height: 19.25px;
}

#page_wrap {
	margin: 0 auto;
	width: 1000px;
}

#content {
	background: #fff url(../images/mini-bar.gif) repeat-x;;
	float: right;
	width: 955px;
}

/** Header **/
#header {
	background: url(../images/header-bg.gif) repeat-x;
	height: 146px;
	margin: 0 0 20px 0;
	min-width: 1000px;
}

#header #head_wrap {
	margin: 0 auto;
	width: 1000px;
}

#header h1 {
	background: url(../images/logo.png) no-repeat;
	float: left;
	height: 74px;
	margin: 23px 0 0 30px;;
	text-indent: -9999px;
	width: 420px;
}

#header p {
	background: url(../images/towns.gif) no-repeat;
	float: right;
	height: 52px;
	margin: 23px 0 14px;
	text-indent: -9999px;
	width: 380px;
}

#header ul {
	background: url(../images/navigation.gif) no-repeat;
	clear: right;
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 326px;
}

#header li {
	float: left;
}

#header li a {
	display: block;
	height: 34px;
	outline: none;
	text-indent: -9999px;
}

#header li a.home {
	width: 67px;
}
#header li a.home:hover {
	background: url(../images/navigation.gif) no-repeat 0 -34px;
}

#header li a.about {
	width: 107px;
}
#header li a.about:hover {
	background: url(../images/navigation.gif) no-repeat -67px -34px;
}

#header li a.photos {
	width: 79px;
}
#header li a.photos:hover {
	background: url(../images/navigation.gif) no-repeat -174px -34px;
}

#header li a.issues {
	width: 73px;
}
#header li a.issues:hover {
	background: url(../images/navigation.gif) no-repeat -253px -34px;
}

/** Homepage **/
#billboard {
	display: block;
}

#buttons {
	background: #e1e1e1 url(../images/box-bg.jpg) no-repeat;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 13px 0 0 9px;
}

#buttons li {
	float: left;
	margin: 0 2px;
}

#buttons a {
	display: block;
	height: 130px;
	text-indent: -9999px;
	width: 231px;
}

#buttons .issues {
	background: url(../images/theissues-box.png) no-repeat;
}

#buttons .support {
	background: url(../images/donate-box.png) no-repeat;
}

#buttons .follow {
	background: url(../images/follow-box.png) no-repeat;
}

#buttons .greenparty {
	background: url(../images/greenparty-box.png) no-repeat;
}

/** About **/
#about {
	float: left;
	padding: 28px 0 0 46px;
	width: 612px;
}



/** Sidebar **/
#sidebar {
	border-left: 1px solid #390;
	float: right;
	width: 252px;
}

#sidebar ul {
	list-style: none;
	margin: 14px auto 10px;
	padding: 0;
	width: 231px;
}

#sidebar li {
	margin: 3px 0;
}

#sidebar ul a {
	display: block;
	height: 130px;
	text-indent: -9999px;
	width: 231px;
}

#sidebar a.issues {
	background: url(../images/theissues-box.png) no-repeat;
}

#sidebar a.support {
	background: url(../images/donate-box.png) no-repeat;
}

#sidebar a.follow {
	background: url(../images/follow-box.png) no-repeat;
}

#sidebar a.greenparty {
	background: url(../images/greenparty-box.png) no-repeat;
}

#sidebar a.vote {
	background: url(../images/votehere-box.png) no-repeat;
}

#sidebar p {
	border-top: 1px solid #390;
	border-bottom: 1px solid #390;
	color: #666;
	font-size: 14px;
	line-height: 22px;
	margin: 0;
	padding: 12px;
}

#sidebar p strong {
	color: #373737;
}

#sidebar a {
	color: #900;
	text-decoration: none;
}

/** Photos **/
#photos {
	display: inline; /* IE6 */
	float: left;
	margin: 33px 0 0 47px;
	width: 615px;
}

#photos img {
	display: inline;
	float: left;
	margin: 3px;
}

/** Issues **/
#issues-header img {
	margin-left: 45px;
}

.issues-cats {
	font-size: 16px;
	font-weight:bold;
	color:#FFF;
}

#issues-list {
	background: url(../images/issues-list-bg.gif) no-repeat;
	float: right;
	height: 179px;
	padding: 65px 30px 0;
	width: 529px;
}

#issues-list ul {
	float: left;
	list-style: none;
	margin: 0;
	padding-left: 45px;
}

#issues-list ul.second {
	margin-left: 45px;
}

#issues-list a {
	color: #f60;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 22px;
	text-decoration: none;
	text-transform: uppercase;
}

#issues {
	float: left;
	padding: 33px 0 0 45px;
	width: 612px;
}

#issues h2 {
	background: url(../images/theissues-title.png) no-repeat;
	height: 49px;
	margin: 0 auto 44px;
	text-indent: -9999px;
	width: 340px;
}

#issues p {
	margin: 0;
}

#issues h3 {
	margin: 20px 0 6px;
}

