/* CSS Document */
body {
	background-color: #F7F7F7;
	background-image: url(../images/bodybg.gif);
	background-repeat: repeat-x;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	margin-left: 10px;
}
a {
	color: #A83237;
}
a:hover {
	color: #2084BC;
}
h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-indent: 8px;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
}
.footer {
	background-image: url(../images/imagine_29.gif);
	background-repeat: no-repeat;
	display: block;
	height: 28px;
	width: 950px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	text-align: center;
	padding-top: 7px;
}
.footer a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}
.footer a:hover {
	color: #FF9933;
	text-decoration: underline;
}
#portfolio_list {
	display: block;
	padding: 0px;
	margin: 2px;
}
#portfolio_list p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #A52B31;
	text-decoration: none;
}
#portfolio_list a {
	text-decoration: none;
}
#portfolio_list a:hover {
	color: #FFFFFF;
	background-color: #A52B31;
}
