body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #3a3a3a;
	background-image: url(images/bkgblue.gif);
	background-repeat: repeat-y;
	/*background-image: url(images/bkgblue.gif);
	background-repeat: repeat-y;*/
}


.LogotypeLeft {
	height: 49px;
	width:322px;
	position:absolute;
	left: 75px;
	z-index: 20;
}


.KennaPhotoTitle {
	clear:left;
	float: right;
	margin-bottom: 5px;
}



.Header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	background-image: url(images/bkgOrange.jpg);
	width: 100%;
	height: 101px;
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 10;
	background-repeat: no-repeat;
	background-color: #e6921c;
	background-position: top left;
}


.Sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	width: 200px;
	/*background-color:#4a62a9;*/
	top: 0px;
	bottom: 0px;
	position:absolute;
	left:0px;
	padding-top:130px;
	padding-left: 75px;
	padding-right: 5px;
	z-index: 1;
	margin-top: -15px;
	/*height:100%;*/
}

.Sidebar p {
		font-size: .7em;	
}
.Sidebar a:link {
	text-decoration:none;
	color:#FFFFFF;
}

.Sidebar a:hover{
	color:#dab439;
	font-weight:bold;
}

.Sidebar a:visited{
	color:#142d7a;
	font-weight:normal;
	text-decoration:none;
}

.Maincontent {
	left: 300px;
	max-width:600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #3a3a3a;
	position: absolute;
	z-index: 50;
	bottom:0;
	top:0px;
	padding-left:15px;
	margin-right:25px;
	height:45%;
}

.Maincontent h4{
	margin-bottom: -1.75em;
}

.Maincontent h1{
	margin-bottom: -.75em;
}

.Maincontent .quotenames{
	font-variant: small-caps;
	text-align: right;
}

.Maincontent a:link {
	color: #4a6289;
	text-decoration: none;
}

.Maincontent a:hover {
	color: #4a6289;
	text-decoration: underline;
}

.Maincontent a:visited {
	color: #8c8c8c;
	text-decoration: none;
}

.Maincontent p {
	padding-top:10px;
}

.BuyNow {
	color: #dab439;	
	font-weight:bold;

}

.BuyNow a:link{
	color: #dab439;
	text-decoration:none;
}

.BuyNow a:visited{
	color: #142d7a;
	text-decoration:none;
}

.BuyNow a:hover{
	color: #dab439;
	text-decoration:underline;
}

.footerText{
	font-family: Arial, Helvetica, sans-serif;
	color: #686868;
	text-align: right;
	padding-top: 5px;
	height: 2em;
	bottom:0px;
	z-index:50;
	right: 0px;
	background-color: #FFFFFF;
	
}

img.alignright {
   padding: 4px; margin: 0 0 2px 7px; display: inline; float: right;}

img.alignleft {
   padding: 4px; margin: 0 7px 2px 0; display: inline; float: left;}
