@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #afb79f;
	background-repeat:repeat-x;
	background-position: center top;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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;
}
.twoColFixRtHdr #container { 
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #e8e5dc;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
	background-repeat: repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	-webkit-box-shadow: 0 0 14px #444;
		box-shadow: 0 0 14px #444;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
		
	
} 
.twoColFixRtHdr #header { 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-radius: 15px 15px 0 0;
	-moz-border-radius: 15px 15px 0 0;
	-webkit-border-radius: 15px 15px 0 0;
	
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 198px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	height: 100%;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.twoColFixRtHdr #mainContent {
	background-color:#FFF;
	width: 750px;
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: -14px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 100%;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #A0A0A4;
} 
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #A0A0A4;
	border-radius: 0 0 15px 15px;
	-moz-border-radius: 0 0 15px 15px;
	-webkit-border-radius: 0 0 15px 15px;
	
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
a {
	color: #2A0000;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
}
a:hover {
	color: #7F3F00;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.menu {
	width:970px;
	height:30px;
	position:relative;
	border-right: 0px;
	z-index:1010;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:970px; w\idth:970px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.menu ul ul {
	width:149px;
	text-align: justify;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:156px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:10px; text-decoration:none; color: #FFF; text-shadow: #252525 2px 2px 2px; width:138px; height:30px; border:0px solid #000; border-width:0px 0 0px 0px; background: ; padding-left:0px; padding-right:0px; line-height:30px; font-weight:bold;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background: #FFFBF0;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:30px;left:0; width:149px;border-top:0px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:0px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background: #FFFBF0; opacity:0.96; filter:alpha(opacity=96); text-shadow: none; color: #2A0000; height:auto; line-height:1em; padding:10px 11px; width:128px;border-width:0 0px 0px 0px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

.hometext {
	height: 300px;
	width: 200px;
	position: relative;
	float: none;
	left: 0px;
	font-family: Verdana;
	font-size: 10px;
	text-align: left;
	line-height: 16px;
	color: #333;
	vertical-align: middle;
	padding-right: 9px;
	padding-left: 10px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #A0A0A4;
}

h1 {
	font-family: Verdana;
	font-size: 10px;
	text-align: left;
	line-height: 16px;
	color: #172E0A;
	font-weight: bold;
	padding-bottom: 4px;
}
h2 {
	height: 14px;
	width: 344px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #172E0A;
	text-align: center;
	padding-bottom: 10px;
}
. {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	height: 100%;
	width: 200px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-left-width: thin;
	border-left-style: none;
	border-left-color: #A0A0A4;
}
.bluetourtitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #930;
	font-weight: normal;
}
.columntext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	padding-top: 8px;
	vertical-align: top;
	text-align: left;
	width: 310px;
	margin-left: 17px;
}
.FooterText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	padding-top: 15px;
	margin: 0px;
}
.CopyrightText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666;
	text-align: center;
	padding-bottom: 10px;
}
.footerkeywordtext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	padding-top: 10px;
	color: #3C3C3C;
	width: auto;
	text-align: justify;
	vertical-align: middle;
}
.dates {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	padding-left: 4px;
	line-height: 16px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
.smalllinks2{
	font-size:9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: normal;
}
.destinationtext3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: left;
	padding-top: 10px;
}
.bluetourtitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color: #FFFBF0;
	line-height: 26px;
	padding-left: 35px;
}
.tourinfogroups {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #2A3F00;
	list-style-type: none;
	height: auto;
	text-align: left;
	width: 65px;
	padding-left: 5px;
	vertical-align: top;
	line-height: 20px;
	margin-left: 5px;
	float: left;
}
.tourinfodiv {
	height: auto;
	width: 200px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	vertical-align: top;
	text-align: left;
	line-height: 20px;
	font-weight: normal;
	float: right;
}
.destinationinfodiv {
	width="100%"
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	vertical-align: top;
	text-align: left;
	line-height: 20px;
	font-weight: normal;
	padding-right: 20px;
}
.dates3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #AA7F55;
	line-height: 14px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	text-indent: 5px;
	margin-left: 10px;
	margin-top: 10px;
}
.dates2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2A3F55;
	padding-left: 0 px;
	line-height: 14px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	margin-top: 10px;
}
.smalllinks{
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
	padding-left: 2px;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #2A0000;
}
.ReadMore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #2A0000;
	text-align: center;
	vertical-align: middle;
	width: 225px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.tourinfogroups2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #AA7F55;
	list-style-type: none;
	height: auto;
	text-align: left;
	width: 80px;
	padding-left: 5px;
	vertical-align: top;
	line-height: 20px;
	margin-left: 10px;
}
.smalllinks3:link {
	font-size:9px;
	font-family: Verdana, Geneva, sans-serif;
	color: #2A0000;
	font-weight: normal;
	text-decoration: none;
}
.smalllinks3:visited {
	font-size:9px;
	font-family: Verdana, Geneva, sans-serif;
	color: #2A0000;
	font-weight: normal;
	text-decoration: none;
}
.smalllinks3:hover {
	font-size:9px;
	font-family: Verdana, Geneva, sans-serif;
	color: #600;
	font-weight: normal;
	text-decoration: underline;
}
.smalllinks3:active {
	font-size:9px;
	font-family: Verdana, Geneva, sans-serif;
	color: #2A0000;
	font-weight: normal;
	text-decoration: none;
}
.guideschoice{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	color: #FFFBF0;
	line-height: 24px;
	padding-left: 5px;
}
.PageBreak {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #172E0A;
	height: auto;
	width: auto;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #A0A0A4;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #A0A0A4;
}
.linksnotbolded2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #930;
	font-weight: normal;
}
.linksnotbolded:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #930;
	font-weight: normal;
}
.linksnotbolded:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #930;
	font-weight: normal;
}
.linksnotbolded:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #930;
	font-weight: normal;
}
.linksnotbolded:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #930;
	font-weight: normal;
}
.quicklinks2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #2A3F55;
	line-height: 20px;
	padding-left: 20px;
	text-align: left;
}
.TripTitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #172E0A;
	height: auto;
	width: auto;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #A0A0A4;
	padding-bottom: 10px;
}
.termsheader {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	padding-left: 0px;
	height: 35px;
	width: 250px;
	vertical-align: middle;
	line-height: 35px;
	text-indent: 10px;
	padding-bottom: 0px;
}
.tourparagraphs {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000;
	padding-right: 25px;
	text-align: left;
}
.slideshowcontainer {
	margin-right: 10px;
}
.othersimilartours {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	padding-left: 10px;
	text-align: left;
	line-height: 24px;
	font-weight: bold;
	color: #2A0000;
}
.buttonstylelinks {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	vertical-align: middle;
	height: auto;
	width: auto;
}
.destinationtext2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: left;
}
.destinationtext4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: left;
	line-height: 20px;
}
.datesheader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	color: #AA7F55;
	text-align: left;
}
.footerlinks{
	font-family: Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size: 10px;
	color: #2A0000;
	text-decoration:none;
	padding-bottom: 0px;
}
.tourparagraphlinks:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #930;
	text-decoration: none;
}
.tourparagraphlinks:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #930;
	text-decoration: none;
}
.tourparagraphlinks:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #930;
	text-decoration: underline;
}
.tourparagraphlinks:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #930;
	text-decoration: none;
}
.alphabetlinks:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #930;
	text-decoration: underline;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.alphabetlinks:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	background-color: #930;
	padding: 3px;
}
.alphabetlinks:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #930;
	text-decoration: underline;
	padding: 3px;
}
.alphabetlinks:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #930;
	text-decoration: underline;
	padding: 3px;
}

#slideshow {
	position:relative;
	height:300px;
}

#slideshow IMG {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
}

#slideshow IMG.active {
	z-index:10;
	opacity:1.0;
}

#slideshow IMG.last-active {
	z-index:9;
}

.smalltext2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	padding-top: 10px;
	color: #3C3C3C;
	width: auto;
	text-align: center;
	vertical-align: middle;
}
.tripfinderhearders {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #AA7F55;
	font-weight: bold;
}
.tripfinderheaders2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #172E0A;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
}
.tripfinderratings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #172E0A;
	font-weight: normal;
	text-align: center;
}
.tripfindertext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #033;
	text-align: center;
}
.tourfinderlinks{
	font-size:10px;
	font-family: Verdana, Geneva, sans-serif;
	color: #2A0000;
	font-weight: bold;
}
.guidenames {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	color: #AA7F55;
	text-align: center;
	padding-left: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.destinationtext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
}
.Redlines {
	width: 100%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #2A0000;
}
.guidereviews {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	padding-left: 8px;
	vertical-align: top;
	text-align: left;
}
.testimonialdiv {
	height: auto;
	width: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	vertical-align: top;
	text-align: left;
	line-height: 20px;
	font-weight: normal;
}
.whywildlandheaders {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #172E0A;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: left;
}
.bluetourtitletrue{
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	color: #172E0A;
	line-height: 24px;
	padding-left: 5px;
	text-align: center;
}
.FormFields {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
.disclosures {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #A00;
	text-align: left;
	vertical-align: middle;
	padding-left: 5px;
}
.contacttext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2A0000;
	text-align: left;
}
.FAQsText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #2A3F55;
	text-align: left;
	padding-left: 5px;
}
.sitemap {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #2A3F55;
	text-align: left;
	padding-left: 20px;
}
.sitemapheader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 30px;
	font-weight: normal;
	color: #2A3F55;
	text-align: left;
	padding-left: 10px;
}
.columntext2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #2A3F55;
	vertical-align: top;
	text-align: left;
	padding-top: 2px;
}
.plus {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #600;
	text-align: center;
	line-height: 18px;
	vertical-align: middle;
	text-shadow: #AAA 1px 1px 1px;
	font-weight: normal;
	position: relative;
}
.smalllinks4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #600;
	background-color: #E8E8E8;
	text-align: center;
	vertical-align: middle;
	height: 100%;
	width: 100%;
}
.newsletterbox {
	height: 25px;
	width: 160px;
	background-repeat: no-repeat;
	text-align: center;
	line-height: 25px;
	vertical-align: middle;
	border-radius: 5px;
}
.newsletterbox:hover {
	height: 25px;
	width: 160px;
	background-repeat: no-repeat;
	text-align: center;
	line-height: 25px;
	vertical-align: middle;
	color: #555;
	border-radius: 5px;
}
a.newsletter:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555;
	font-weight: bold;
}
a.newsletter:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555;
	font-weight: bold;
}
a.newsletter:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555;
	font-weight: bold;
}
a.newsletter:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555;
	font-weight: bold;
}
.2005container {
	height: 75px;
	width: 200px;
	float: left;
	position: relative;
}
.contactcontainer {
	overflow: hidden;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	color: #300;
	padding-bottom: 15px;
}
.hours {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #444;
	text-align: right;
	padding-right: 18px;
}

.smalllinks4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #600;
	background-color: #E8E8E8;
	text-align: center;
	vertical-align: middle;
	height: 100%;
	width: 100%;
}
.2 {
	height: 30px;
	width: 160px;
	background-repeat: no-repeat;
	text-align: center;
	line-height: 24px;
	vertical-align: middle;
}
.2:hover {
	height: 30px;
	width: 160px;
	background-repeat: no-repeat;
	text-align: center;
	line-height: 24px;
	vertical-align: middle;
	color: #555;
}
.headernumber {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	color: #600;
	text-align: center;
}
.thinrow {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 4px;
}
#logoholder IMG {
	border-radius: 15px 0 0 0;
	-moz-border-radius: 15px 0 0 0;
	margin-left: 10px;
}

#logoholder2 IMG {
	border-radius: 5px;
}