/************************************************/
/* m_st8.css                                    */
/* whistlestop-gallery.com website				*/
/*												*/
/* copyright Joseph Langley 2006		        */
/* All rights reserved.							*/
/*												*/
/* this file cannot be duplicated and used in 	*/
/* its entirety without written permission of	*/
/* Joseph A. Langley.							*/
/************************************************/

/************************************************/
/*	layout divisions							*/
/************************************************/ 

#main_img {	float:left;
height: 100%;
}

#centerindexdiv { 
width: 80%; /* This is an arbitrary number I picked, but you need to define a width whether in %, px or em */ 
margin: 0 auto 0 auto; 
padding: 0; /* optional */ 
text-align: left; /* IE patch */ 
} 

#indexlinks a {
		color:#FFFFFF;
		padding: 5px 0px 5px 0px;
		display: inherit;
		text-decoration: none;
	background: #999999 url(m_img/up.jpg) center center repeat-x;
	padding: 5px 0px 5px 0px;
	border: none;
	display: inline;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;

	}

a#indexind {
		color:#FFFFFF;
		text-decoration: none;
		background: #999999 url(m_img/over.jpg) center center repeat-x;
	}

#indexlinks a:hover {
		color:#FFFFFF;
		padding: 5px 0px 5px 0px;
		text-decoration: none;
		background: #666666 url(m_img/over.jpg) center center repeat-x;
	}
	
#copnot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	text-align:right;
	color: #999999;
}

#backlinks{
	width: 525px;
	padding: 0px 0px 10px 10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: 90%;
	font-weight: bold;
	text-align: right;
}

#backlinks a {
	color:#666666;
}

/************************************************/
/*	content classes								*/
/************************************************/ 

.indexlinks{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;
	color: #333333;
}

.small{	font-size: 80%;}

/************************************************/
/*	html tags									*/
/************************************************/ 

a {
	color:#0000CC;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight: bold;
}

img {
	border-width: 0;
	margin-right: 25px;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000099;
	font-size: 119%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h2 {font-family:"Times New Roman", Times, serif;
	color:#990000;
	font-size: 90%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

body {font-family: "Times New Roman", Times, Georgia, serif; 
	font-size: 100%;
}
