body {
		 font-size: small;
		 font-family: sans-serif;
}		 

a:link {
			 color: #000;
}

a:visited {
			 color: #000;
}

a:hover {
				color: #6491a8;
}

a img {
			 border: none;
}

h1 {
	  font-size: 200%;
		text-align: center;
		border-bottom: dotted 1px;
		padding: 0px 0px 5px 0px;
}

h2 {
	  font-size: 150%;
}


.bold {
			 font-weight: bold;
}

.allcontent {
						background-image: url(images/background.jpg);
						background-position: center top;
						margin: 0px;
						padding: 0px;
						width: 800px;
						margin-left: auto;
						margin-right: auto;
						line-height: 1.4em;
}

#bg {
}

#centerbody {
						 
						 margin: 0px 200px 0px 200px;
						 padding: 0px;
						 text-align: left;		 
}

.hilitebox {
					 	border: 2px dashed #999999;
						background-color: #6491a8;
						padding: 5px;
						color: white;
						line-height: 1.2em;
						text-align: center;
						
}					 	

.hilitebox em {
					 		 font-size: 115%;
							 text-align: center;
}
.hilitebox a:hover {
					 color: #fff;
}

#header {
				 text-align: center;
				 margin: 0px 0px 15px 0px;
				 background-repeat: repeat-x;			 
}

#leftmenu {
					 float:left;
					 width: 150px;
					 margin:0px 0px 0px 0px;
					 padding: 15px;
					 font-size: 150%;
					 text-align: right; 
}

#leftmenu a:visited {
					text-decoration: none;
}
#leftmenu a:link {
					text-decoration: none;
}
#leftmenu a:hover {
					color: #fff;
}

#rightside {
					 float:right;
					 width: 150px;
					 margin:0px 0px 0px 10px;
					 padding: 10px;
					 text-align: left;
					 
}
#storelinks {
						 font-size: 150%;
}
#footer {
				text-align: center;
				padding: 3px;
				margin: 50px 10px 10px 10px;
				font-size: 70%;
				clear: right;
				border-top: dotted 1px;
}



.articleimage {
							float: right;
							}
							
.tundralinks {
							text-align: center;
							border: 1px dotted #6491a8;
}						

