@font-face {
	font-family: 'Gill Sans', Arial, Helvetica, sans-serif;
	src: url('/fonts/GillSans.ttc');
}
@font-face {
	font-family: 'Gill Sans', Arial, Helvetica, sans-serif;
	src: url('/fonts/GillSans.ttc');
}
@font-face {
	font-family: 'Gill Sans', Arial, Helvetica, sans-serif;
	src: url('/fonts/GillSans.ttc');
}
html, body {
	margin: 0px;
	padding: 0px;
}
body {
	/* background: url('/images/bg.png') repeat top left; */
	background-color: #FFFFFF;
	font-family: 'GillSans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #606060;
}
a img {
	border: 0px;
}
#Container {
	width: 960px;
	margin: 0 auto;
	position: relative;
	top: -135px;
}
#TopBar {
	height: 100px;
	/* background-color: #80b060; */
	/* background-color: #acd6e5; */
	background: url('/images/bg_gradient.png') repeat-x top left;
	border-bottom: 1px solid #d0f0f8;
	/* border-top: 1px solid #7c96a5; */
	position: relative;
	top: 0px;
	z-index: -1;
}
#MiddleBar {
	height: 60px;
	background-color: #b0d8e8;
	border-bottom: 1px solid #d0f0f8;
}
#Title {
	font-family: 'Gill Sans', Arial, Helvetica, sans-serif;
	font-size: 110px;
	color: #ecf6f5;
	text-shadow: #303030 1px 1px 1px;
	position: absolute;
	top: 80px;
	/* left: 250px; */
	right: 0px;
	display: inline-block;
	height: 109px;
	width: 601px;
}
#Portrait {
	position: relative;
	top: 15px;
	left: 0px;
	display: inline-block;
}
#Portrait img {
	border: 1px solid #606060;
	box-shadow: 1px 1px 3px #000000;
	-moz-box-shadow: 1px 1px 3px #000000;
	-webkit-box-shadow: 1px 1px 3px #000000;
}
#SocialMedia {
	position: absolute;
	top: 140px;
	right: 0px;
	height: 32px;
}
#SocialMedia img {
	padding: 0px 2px;
	border: 0px;
}
#Main {
	position: relative;
	top: 45px;
	left: 0px;
}
#Navigation {
	width: 150px;
	float: left;
	text-align: left;
	/* border-right: 1px solid #F0F0F0; */
}
#Navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#Navigation ul li {
	font-family: 'Gill Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #A8A8A8;
	padding: 0px 0px 2px;
	border-bottom: 5px solid #F0F0F0;
}
#Navigation ul li a:link, #Navigation ul li a:visited {
	color: #526b76;
	text-decoration: none;
}
#Navigation ul li a:hover {
	color: #638999;
	text-shadow: #c0e0f0 1px 1px 1px;
}
#Content a:link, #Content a:visited {
	color: #526b76;
	text-decoration: none;
	font-weight: bold;
}
#Content a:hover {
	color: #638999;
}
#Footer a:link, #Footer a:visited {
	color: #526b76;
	text-decoration: none;
}
#Footer a:hover {
	color: #638999;
}
#Content {
	display: inline-block;
	min-height: 400px;
	width: 740px;
	float: right;
	/* border-left: 1px solid #F0F0F0; */
	/* border-right: 1px solid #F0F0F0; */
	padding: 0px 10px 0px 30px;
}
.SectionTitle {
	font-size: 24px;
	font-family: 'Gill Sans', Arial, Helvetica, sans-serif;
	margin-top: -30px;
	margin-bottom: 30px;
}
.NewsTitle {
	font-size: 24px;
	font-family: 'Gill Sans', Arial, Helvetica, sans-serif;
	display: inline-block;
	padding-bottom: 12px;
}
.NewsContent {
	font-size: 14px;
	font-family: 'Gill Sans', Arial, Helvetica, sans-serif;
	color: #707070;
	display: inline-block;
	padding-bottom: 8px;
}
img.NewsContent {
	margin: 14px 0px;
	padding: 0px;
	box-shadow: 1px 1px 3px #000000;
	-moz-box-shadow: 1px 1px 3px #000000;
	-webkit-box-shadow: 1px 1px 3px #000000;
}
#Footer {
	position: relative;
	top: 60px;
	min-height: 60px;
	border-top: 1px solid #E0E0E0;
	font-size: 11px;
	color: #606060;
	padding-top: 6px;
}
#Footer a:hover {
	color: #638999;
}
.clr {
	clear: both;
	margin-top: -1px;
}
.PrintForSale {
	border-top: 1px solid #E0E0E0;
	padding: 20px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	display: inline-block;
	width: 100%;
	position: relative;
}
.PrintForSale .Preview {
	margin-right: 20px;
}
.PrintForSale img {
	border: 1px solid #E0E0E0;
	box-shadow: 1px 1px 3px #909090;
	-moz-box-shadow: 1px 1px 3px #909090;
	-webkit-box-shadow: 1px 1px 3px #909090;
}
.PrintForSale .Title {
	font-family: 'Gill Sans', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: Bold;
	display: block;
	margin-bottom: 10px;
}
.PrintForSale .AddToCart {
	display: inline-block;
	position: absolute;
	bottom: 10px;
	right: 0px;
	margin-left: 20px;
}