/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 3688 2006-06-02 00:12:18Z drbyte $
 */

body {
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 65%;
	color: #FFFFFF;
	background-color: #FFFFFF;
	background: url(/images/drbkgd4.jpg) repeat-y center; 
	}

a img {
	border: none;
	vertical-align: bottom;
	}

a:link, #navEZPagesTOC ul li a {
	color: #FFFFC0;
	text-decoration: none;
	
	}
 
a:visited {
	color: #FFFFC0;
	text-decoration: none;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #FFFFFF;
	background-color: #391401;
	}
	
#navMain ul li a:hover, #navSupp ul li a:hover {
	background-color: #672501;
	border-style: inset;
	}
	
a:active {
	color: #FFFFC0;
	}

h1 {
	font-size: 1.25em;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.1em;
	}

.biggerText {
	font-size: 1.2em;
	}

.biggerText H1{
	font-size: 1.2em;
	text-align: center;
	padding: 2em;
	}
	
h1, h2, h3, h4, h5, h6 {
	margin: 0.3em;
	}

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}

TEXTAREA {
	float: left;
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #F0F8FF;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	color: #FFFFC0;
	}

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

LABEL.inputLabel {
	width: 11em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 15em;
	float: left;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
	width: 12em;
	float: left;
	}

P, ADDRESS {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	}
	
div.ListingBox {
	border: 4px solid #004000;
	} 

.clearBoth {
	clear: both;
	}

HR {
	height: 0px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 2px solid #fdc25b;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #000000;
	}

.messageStackError {
	background-color: #000000;
	color: #FFFF00;
	line-height: 2em;
	padding: 0.2em;
	border: 0px solid #000000;
	font-size: 1.1em;
	font-weight: bold;
	}

.messageStackSuccess {
	background-color: #000000;
	color: #ffffff;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #000000;
	text-align: left;
	width: 85%;
	vertical-align: top;
	min-width:750px;
	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

#logoWrapper {
	text-align : center;
	padding: 0em;
	}
	
#logoWrapper a:hover {
	vertical-align: bottom;
	background-color: #000000;
	}
	
#indexCategoriesHeading, #productListHeading {
	text-align : center;
	font-size: 1.6em;
	padding-bottom: 1em;
	}
	
#ezPagesHeading {
	text-align : center;
	color: #FFFFFF;
	}
	
#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	padding-left: 0em;
	} 

#tagline {
	color:#FFFFFF;
	font-size: 1.1em;
	text-align : center;
	padding-top: 3em;
	font-weight: bold;
	}

#sendSpendWrapper {
	border-top: 3px solid #fdc25b;
	border-left: 3px solid #fdc25b;
	border-right: 3px solid #de8d02;
	border-bottom: 3px solid #de8d02;
	background-color: #672501;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}
	
.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult{}

.navSplitPagesLinks a:hover{
	background-color: #672501;
	}
	
.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	padding: .5em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em .5em .5em .5em;
	list-style-type: none;
	}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	text-align: center;
	margin: 0em;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	width: 100%;
	}

#navMain ul, #navCatTabs ul, #navSupp ul  {
	margin-bottom: .3em;
	padding:  1em;
	list-style-type: none;
	line-height: 0em;
	}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
		}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: .1em .4em .1em .4em;
	margin: 0em;
	color: #ffffff;
	font-size: 1.0em;
	background-color: #034F8F;
	white-space: nowrap;
	border: 3px outset #A2D6FE;
	}

#ezPageDefault {
 background: #672501;
 color: #FFFBE1;
 font-size: 1.1em;
 margin-left: 0em;
 
 line-height: 1.5em;
 text-align: left;
 	border-top: 3px solid #fdc25b;
	border-left: 3px solid #fdc25b;
	border-right: 3px solid #de8d02;
	border-bottom: 3px solid #de8d02;
 }

#ezPageDefault P{
	margin-bottom: -1em;
	margin-top: 1em;
	font-size: 1.15em;
	}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	width: 30%;
	height: 1%;
	border: 2px solid #fdc25b;
	margin: 1em;
	
	background-color: #672501;
	
	}
	
#navEZPagesTOC ul {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	line-height: 1.5em;
	
	}

#navEZPagesTOC ul li {
	white-space: nowrap;
	}

#navEZPagesTOC li a {
	padding: 0em 0.5em;
	margin: 0em;
	color: #FFFBE1;
	}

#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em;
	}
	
#navMainSearch {
	float: right;
	}

#navBreadCrumb {
	background-color: #000000;
	}

#navEZPagesTop {
	background-color: #672501;
	}

#ezPageDefault H1{
	text-align: center;
	font-size: 1.3em;
	}
	
#ezpagesHeading {
	font-size: 1.08em;
	text-align: center;
	font-weight: bold;
	}
	
#navBreadCrumb, #navEZPagesTop {
	color: #FFFFFF;
	text-align: left;
	font-size: 1.08em;
	font-weight: bold;
	margin-left: 0em;
	padding: 0.6em 2em;
	padding-top: .6em;
	padding-bottom: .6em;
	padding-left: 2em;
	}

#navBreadCrumb a {
	color: #FFFFFF;
	}
	
#navBreadCrumb a:hover {
	background-color: #672501;
	}
	
#navColumnOne {
	background-color: #000000;
	}

#navColumnTwo {
	background-color: #000000;
	}

/*Login Stuff*/

	
/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}
	
.information {
	font-size: 1.2em;
	line-height: 1.6em;
	}
	
.productBiggerText {
	font-size: 1.2em;
	text-align: center;
	}
	
.productBiggerText H1{
	text-align: center;
	padding: 0.5em;
	padding-bottom: 1em;
	}
	
 #productDetailsList li{
 list-style: none;
 }
	
 #productPrices {
	padding: 0.6em;
	}

.alert {
	color: #FFEF83;
	margin-left: 0.5em;
	font-weight: bold;
	}
	
.advisory {
	color: #FFFFFF;
	}
	
.important {
	font-weight: bold;
	}
.noticeme {
	color: #FFFFDB;
	font-weight: bold;
	font-size: medium;
	}
		
.notice {}
.rating{}
.gvBal {
	float: right;
	}
	
.centerColumn, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	
	color: #FFFFFF;
	
	padding-top: 0em;
	padding-bottom: .6em;
	padding-left: .5em;
	}
	
.centerColumn {
	border: 0px;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
#shoppingCartDefault {
	font-size: 110%;
	}

#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #000000;
	padding: 1em;
	}

.tableHeading TH {
	border-bottom: 2px solid #fdc25b;
	}

.tableHeading, #cartSubTotal {
	background-color: #672501;
	 }

#cartSubTotal {
	border-top: 2px solid #fdc25b;
	font-weight: bold;
	text-align: right;
	line-height: 1em;
	padding-right: 2.5em;
	}

.tableRow, .tableHeading, #cartSubTotal {
	height: 0em;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay   {
	padding: 0.5em 0em;
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	color: #DFE4FF;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.newItemInCart {
	color: #fdc25b;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}
	
	
.cartOldItem {
	color: #FFFBE1;
	position: relative;   /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

#cartAttribsList {
	margin-left: 1em;
	}
	
.markProductOutOfStock {
	color: #FFFF00;
	font-size: 150%;
	text-decoration: blink
	}

#mediaManager {
width: 50%; 
margin: 0.2em;
padding: 0.5em;
}
.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #FFFF00;
	}

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	} 

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

/*Image Display*/
#reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}

#productMainImage {
	width: 34%;  /* adjust to fit */
	} 
  
#productDescription {
	background: #672501;
	color: #FFFBE1;
	text-align: left;
	padding: .2em;
	padding-bottom: .2em;
	font-size: 120%;
	border-top: 3px solid #fdc25b;
	border-left: 3px solid #fdc25b;
	border-right: 3px solid #de8d02;
	border-bottom: 3px solid #de8d02;
	float: right;
	line-height: 1.5em;
	width: 62%; /* adjust to fit */
	}
	
#productDescription h1 {
	text-align: center;
	padding-top: .8em;
	padding-bottom: .2em;
	}

#productDescription a {
	color: Yellow;
	}
	
#productDescription p {
	margin-bottom : 0em;
	margin-top : 0em;
	}
	
.productGeneral {
	}

.categoryIcon {}
#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	width: 25%;
	margin: 0.0em 0em;
	padding-right: .8em;
	padding-left: .2em;
	padding-bottom: 1em;
	}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}
	
/*sideboxes*/
.columnLeft {
	
	}

h3.leftBoxHeading, h3.leftBoxHeading a {
	font-size: 1.08em;
	color: #ffffff;
	}

.leftBoxHeading {
	margin: 0em;
	background-color: #2a0e00;
	padding: 0.3em 0.3em;
	}

.centerBoxHeading {
	margin: 0em;
	background-color: #672501;
	padding: 0.3em 0.3em;
	}
	
.leftBoxContainer {
	border-top: 3px solid #fdc25b;
	border-left: 3px solid #fdc25b;
	border-right: 3px solid #de8d02;
	border-bottom: 3px solid #de8d02;
	margin-top: 0em;
	margin-bottom: 1em;
	
	}

.rightBoxContainer {
	position:relative;
	left: 8px;
	font-weight: bold;
	border-top: 3px solid #fdc25b;
	border-left: 3px solid #fdc25b;
	border-right: 3px solid #de8d02;
	border-bottom: 3px solid #de8d02;
	margin-top: 0em;
	margin-bottom: 1em;
	}
	
.sideBoxContent {
	background-color: #672501;
	padding: 0.4em;
	}
	
.newsBoxContent {
	background-color: #672501;
	padding: 0.4em;
	text-align: center;
	}
	
#shoppingcartContent a{
	color: #ffffff;
	}
	
.category-top, .category-products, .category-links {
	font-weight: bold;
	font-size: 1.04em;
	}

h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1.08em;
	color: #ffffff;
	}

.rightBoxHeading {
	margin: 0em;
	background-color: #2a0e00;
	padding: 0.1em 0.1em;
	}

h3.leftBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	} 

h3.rightBoxHeading a:hover {
	color: #FFFFC0;
	text-decoration: none;
	}

.rightBoxContent {
	background-color: #ffffff;
	margin-bottom: 1em;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}

.centerBoxContentsProducts {
	text-align: center;
	}

#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	}

#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}

#bannerboxHeading {
	background-color: #0000CC;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/*index content*/
	.indexcontent {
	background-color: #000000;
	font-size: 1.2em;
	border-top: 0px solid #fdc25b;
	border-left: 0px solid #fdc25b;
	border-right: 0px solid #de8d02;
	border-bottom: 0px solid #de8d02;
	}

	.indexbox {
	text-align: center;
	margin: 0em;
	}

	.index-fullbox {
	text-align: left;
	margin-top: .5em;
	}
	
	.indexbox-links {
	margin-top: .5em;
	}
	
	.indexcell-leftbox {
	text-align: center;
	padding-top: .5em;
	border-top: 0px solid #fdc25b;
	border-left: 0px solid #fdc25b;
	border-right: 0px solid #de8d02;
	border-bottom: 0px solid #de8d02;
	}

	.indexcell-centerbox {
	text-align: center;
	padding: 0.0em;
	border-left: 0px solid #fdc25b;
	border-top: 0px solid #fdc25b;	
	border-right: 0px solid #de8d02;
	border-bottom: 0px solid #de8d02;
	}
	
	.indexcell-rightbox {
	text-align: center;
	padding: 0.0em;
	border-left: 0px solid #fdc25b;
	border-top: 0px solid #fdc25b;	
	border-right: 0px solid #de8d02;
	border-bottom: 0px solid #de8d02;
	}
	
/*misc*/
.lowerside {
	position: absolute;
	bottom: 0;
	}

.back {
	float: left;
	}

.forward {
	float: right;
	margin-top:2.5em;
	}
	
.forwardTotal {
	float: right;
	margin-top:0.5em;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #7F2F03;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #A23C04;
	height: 1.5em;
	vertical-align: top;
	}
	
.rowEven a, .rowOdd a {
	font-weight: bold;
	font-size: 1.1em;
	}

.hiddenField {
	display: none;
}

.visibleField {
	display: inline;
}
	
CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}



#siteMapList {
	width: 90%;
	float: right;
	}

.ratingRow {
	margin: 1em 0em 1.5em 0em;
	}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: #ffffff;
	}
	
.itemTitle {
	font-size: 1.05em;
	}

.itemTitle a:hover{
	background-color: #672501;
	}

.listingDescription a:hover{
	background-color: #672501;
	}
	
.listingBox {
	border: 2px solid #004000;
	} 
	
div.backgroundImage {
	background: #FFFBE1;
	background-image: url(/images/parchment.jpg);
	padding: .2em;
	font-size: 120%;
	}
	
.catDescContent, .content {
	background: #672501;
	color: #FFFBE1;
	text-align: left;
	padding: 1em;
	font-size: 120%;
	border-top: 3px solid #fdc25b;
	border-left: 3px solid #fdc25b;
	border-right: 3px solid #de8d02;
	border-bottom: 3px solid #de8d02;
	line-height: 1.5em;
	}	
	
#ccacceptContent {text-align:center; padding:6px 2px; line-height:1.5em;}

.testimonial {
	background: #672501;
	color: #FFFBE1;
	padding: 1em;
	margin: 1em;
	font-size: 120%;
	border-top: 3px solid #fdc25b;
	border-left: 3px solid #fdc25b;
	border-right: 3px solid #de8d02;
	border-bottom: 3px solid #de8d02;
	line-height: 1.5em;
	text-align: left;
	}

.buttonRowConfirm {
	font-size: 120%;
	}
	
#checkoutShipping, #loginDefault, #checkoutPayment, #csNotifications,  #checkoutConfirmDefault {
	text-align: left;
	font-size: 110%;
	line-height: 1.5em;
	}
#lightbox {
left:0;
line-height:0;
position:absolute;
text-align:center;
top:40px;
width:100%;
z-index:100;
}

#lightbox a img {
border:none;
}

#outerImageContainer {
background-color:#FFF;
height:250px;
margin:0 auto;
position:relative;
width:250px;
}

#imageContainer {
padding:10px;
}

#loading {
height:25%;
left:0;
line-height:0;
position:absolute;
text-align:center;
top:40%;
width:100%;
}

#hoverNav {
height:100%;
left:0;
position:absolute;
top:0;
width:100%;
z-index:10;
}

#imageContainer>#hoverNav {
left:0;
position:relative;
}

#hoverNav a {
outline:none;
}

#prevLink,#nextLink {
background:transparent url(../../template_default/images/lightbox/blank.gif) no-repeat;
display:block;
height:100%;
width:63px;
}

#prevLink {
background-image:url(../../template_default/images/lightbox/prevlabel.gif);
background-position:left 0;
background-repeat:no-repeat;
float:left;
left:0;
}

#nextLink {
background-image:url(../../template_default/images/lightbox/nextlabel.gif);
background-position:right 0;
background-repeat:no-repeat;
float:right;
right:0;
}

#imageDataContainer {
background-color:#fff;
font:10px Verdana, Helvetica, sans-serif;
line-height:1.4em;
margin:0 auto;
}

#imageData {
padding:0 10px;
}

#imageData #imageDetails {
float:left;
text-align:left;
width:70%;
}

#imageData #caption {
font-weight:700;
}

#imageData #numberDisplay {
clear:left;
display:block;
padding-bottom:1em;
}

#imageData #bottomNavClose {
float:right;
padding-bottom:0;
vertical-align:middle;
width:66px;
}

#overlay {
-moz-opacity:0.6px;
background-color:#000;
filter:alpha(opacity=60);
height:500px;
left:0;
opacity:0.6px;
position:absolute;
top:0;
width:100%;
z-index:90;
}

.clearfix:after {
clear:both;
content:".";
display:block;
height:0;
visibility:hidden;
}

* html>body .clearfix {
display:inline-block;
width:100%;
}

* html .clearfix {
height:1%;
}

.newsInfo {
  text-align: left;
  font-style: normal;
}

.newsContent {
font-size: 1.0em;
}

#newsArchivTitleHeading {
	text-align: left;
	}

#newsArchivDateHeading {
	text-align: right;
	}

	