body {
	font-family: Arial;
}

#wrapper {
	width: 577px;
}

#header {
	background-color: #6699CC;
	height: 28px;
	margin-bottom: 3px;
}

#issue_pane {
	float: left;
	background-color: #ffffff;
	height: 100%;
}

#header-image {
	float: left;
	border-top: 1px solid #bebebe;
	border-left: 1px solid #bebebe;
	padding: 7px 5px 0px;
}

#header-issue {
	float: left;
	border: 1px solid #bebebe;
	border-bottom: none;
	padding: 9px 5px 0px;
	font-size: 7pt;
	margin-right: 3px;
}

#header-url {
	float: right;
	padding: 5px 7px 0px 0px;
}

#header-url a, #header-url a:visited {
	color: #ffffff;
	font-size: 14px;
	text-decoration: underline;
}

#main_content {
	border: 1px solid #bebebe;
	border-top: 3px solid #bebebe;
	margin-bottom: 13px;
	padding-top: 13px;
}

#featured_project_title a, #featured_project_title a:visited {
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}

#featured_product {
	border: 1px solid #bebebe;
	background-color: #f3f2de;
	margin: 12px 0px 7px;
	text-align: left;
	width: 539px;
}

#featured_product_title {
	background-color: #e3e0c1;
	padding: 10px 0px 5px 20px;
}

#featured_product_main_title a, #featured_product_main_title a:visited {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

#featured_product_sub_title a, #featured_product_sub_title a:visited {
	text-decoration: none;
	font-size: 13px;
	color: #333333;
}

#featured_product_details {
	font-size: 13px;
	padding: 7px 0px 12px 10px;
}

#featured_product_details div.left {
	float: left;
	padding-left: 10px;
}

#featured_product_details div.right {
	float: right;
	padding: 0px 20px 7px 0px;
}

#more_projects {
	padding: 7px 0px 9px;
	text-align: left;
	width: 539px;
}

#more_projects_title {
	padding-bottom: 10px;
}

#more_projects_title a, #more_projects_title a:visited {
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 16px;
	color: #333333;
}

.ref_project_pad {
	float: left;
	padding-right: 15px;
}

.ref_project_pad a, .ref_project_pad a:visited {
	font-family: Arial;
	color: #333333;
	font-size: 13px;
	text-decoration: none;
}

#footer_links {
	background-color: #F2F2DD;
	border-top: 6px solid #BEBA9D;
	text-align: right;
}
#footer_address {
	font-size: 10px;
	padding-top: 20px;
}