@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Georgia, "Times New Roman", Times, serif;
	color: #333333;
	background: url(images/slices/HomePage_10.jpg) repeat;
	margin: 0px;
}
h1 {
	font-weight: normal;
	font-size: 24px;
}
h2 {
	font-size: 18px;
	font-weight: normal;
}
h3 {
	font-size: 14px;
	font-weight: normal;
}

a img { 
	border: none;
}
a:link {
	color: #630;
	text-decoration: none;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}
.container {
	width: 960px;
	background: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}
.content {
	margin: 10px 100px;
	line-height: 24px;
	font-size: 14px;
}

.image-right {
	margin: 5px;
	padding: 10px;
	float: right;
	border: 1px solid #CCC;
}
.large-letter {
	font: normal 100px/70px "Times New Roman", Times, serif;
	float: left;
	padding-right: 5px;
}
.footer {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;
	background: url(images/slices/AddPage_12.jpg) no-repeat center top;
	text-align: center;
	padding-top: 10px;
}
.footer a{
	color: #CCCCCC;
	text-decoration: underline;
}
.footer a:hover{
	color: #FFFFCC;
	text-decoration: none;
}

.footer-home {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	background: url(none) no-repeat top;
	text-align: center;
	padding-top: 10px;
}
.footer-home a{
	color: #CCCCCC;
	text-decoration: underline;
}
.footer-home a:hover{
	color: #666666;
	text-decoration: none;
}
.portfolio-items {
	margin: 15px 5px 20px;
	float: left;
	width: 690px;
}
.portfolio-items h1{
	margin: 0px;
}
.portfolio-items img{
	float: left;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.portfolio-items-content {
	margin: 0px 5px 5px 230px;
	padding: 0px 5px 0px 10px;
	border-left: 1px dotted #CCC;
	font-size: 12px;
	color: #333;
	vertical-align: top;
}
.portfolio-items-buy {
	margin: 5px 5px 20px;
}
.portfolio-items-buy h1{
	margin: 0px;
	padding: 0px 0px 0px 5px;
	font-size: 14px;
	font-weight: normal;
	border-bottom: 1px dotted #CCC;
}
.publisher {
	font-size: 12px;
	font-style: normal;
	color: #999;
	margin: 0px;
	border-top: 1px dotted #666;
}
.portfolio-items-buy p{
	margin: 0px 0px 2px;
	padding: 0px;
}
.portfolio-items-buy a{
	text-decoration: none;
	padding: 5px;
}
.portfolio-items-buy a:hover{
	background: #FFC;	
}
.quote-credit {
	font-style: italic;
	font-weight: bold;
	text-align: right;
	display: block;
	margin-bottom: 30px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
