/* Toriontour.com */

/* Written by Linda M. Jose, Missionblue.net */
/* Released under a Creative Commons License */
/* http://creativecommons.org/licenses/by-nc-nd/2.0/ */



body {
	font: 12px verdana, sans-serif;
	text-align: center; 	/* Center the content for IE */
	color: #333;
	background: url(background.gif) #dddddd center repeat-y; 
}

div#wrapper {
	margin: 0px auto;
	width: 740px;	
	text-align: left;
	background-color: #FFF;
	padding: 15px;
}







/* Boot artwork pages */
#bootartwork {
width: 740px;
margin: 0px;
float: left;
background-color: #FFF;
margin: 10px 0px 20px 10px;
padding: 0px 20px 0px 0px;
}

#bootartwork p{
line-height: 150%;
}


#bootartwork a {
 color: #333;
	padding-bottom: 1px;
	text-decoration: none;
	font-weight: normal;
}

#bootartwork a:hover {
 color: #999;
 text-decoration: none;
 font-weight: normal;
 	padding-bottom: 1px;
	
 }
 
#bootartwork a:link, a:active {
  color: #333;
 text-decoration:none;
 font-weight: normal;
 	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
 }

#bootartwork a:visited {
  color: #333;
 text-decoration:none;
 font-weight: normal;
 	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
 }








#bootartwork a{	color:#333;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;}

#bootartwork a:visited, a:link, a:active {
    color:#333;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;}
	



.clear{clear:both;}









/* Images */
.featurePic, .pic	{
	float: right;
	padding: 10px;
	margin: 0 0 5px 10px;
	background: #D8D8D9 url(background_pic.gif);
	}
	.pic	{
	float: left;
	margin: 0 10px 5px 0;
	}
	.featurePic img, .pic img	{
	border: 1px solid #999;
}

.thumb{
	float:left;
	position:relative;
	margin:0px 10px 5px 0px;
	border: 0px;}

/* Text Header Formatting */

h1 {
font: 18px Georgia, Serif;
font-weight: bold;
margin: 0px 0px 10px 0px;
}


h3 {
font: 11px Arial, Serif;
text-transform: uppercase;
margin: 0px 0px 10px 0px;
background-color: #333;
padding: 8px;
color: #ffffff;
}

h2 {
font: 14px Arial, serif;
text-transform: uppercase;
font-weight: normal;
background-color: #333333;
padding: 6px;
color: #fff;

}



	
/* Footer  */
	
	#footer {
	clear: both;
	margin:auto;
	padding:2px;
	height:32px;
	width: 740px;
	background-color: #ffffff;
	color: #333;
	bottom: 0px;
	}
	
#footer p{
text-transform: uppercase;
font: 9px Arial, Serif;
color: #333;
margin: 0px 0px 0px 10px;
padding: 10px;
}




.indent { padding: 10px;}


	/* update text at bottom */
	.update {
	font-size: 9px;
	font-family: Georgia, Serif;
	font-style:italic;
	}
	
	
			.highlight2 {background-color: #333;
      padding: 5px;
	font: 13px Georgia;
	border: 1px solid #d5d5d5;
	color: #ffffff;
	}