/*
GoldRushGallery.com StyleSheet

Copyright (C) 2006 Gold Rush Gallery, Inc.

Programmed by Randall Bollig, <CodeKnights> 
www.codeknights.com
*/

body{ 
	margin:0;
	font-family: serif;
	font-size: 105%;
	text-align:justify;
}

img {
}
img.padded {
	border: 1em solid white;
}


small {
	font-size:85%;
}

small.brasher {
	font-size: 80%;
	color: black;
}

h1{
	color: #990000;
	text-align: left;
	border-bottom: thin solid black;
}

.nav_header {color: #990000;
	border-bottom: 1px solid #000000;
	font-size: 125%;
	font-weight: bold;
	display: block;
}

.nav_bar {
	text-align: left;
}

br.nav_bar{
	line-height:125%;
}



a.nav_option:link{
	color: black;
	text-decoration: none;
	font-size:90%;
	line-height: 125%;
}

a.nav_option:hover{
	color: #990000;
	text-decoration: none;
	font-size:90%;
	line-height: 125%;

}

a.nav_option:visited{
	color: black;
	text-decoration: none;
	font-size:90%;
	line-height: 125%;

}


td.nav_option{
	color: black;
	text-decoration: none;
	font-size: 85%;
}



a:link{
	color: #990000;
	text-decoration: underline;
}
a:visited{
	color: #330000;
	text-decoration: underline;
}
a:hover{
	color: #ff0000;
	text-decoration: underline;
}


