@charset "UTF-8";

body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #FFFFFF fixed center top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a:link {
	text-decoration: none;
	color: #a9233e;
}
a:visited {
	text-decoration: none;
	color: #a9233e;
}
a:hover {
	text-decoration: none;
	color: #a9233e;
}
a:active {
	text-decoration: none;
	outline: none;
}

a:focus
{
-moz-outline-style: none;
}

#portfolio img{
		padding: 0;
		border: none;
		margin: 2px;
	}

#portfolio img:hover {
		border: none;
	}


.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #D5D4D4;
	text-decoration: none;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 30px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
	text-align: left;
}
