/* Stylesheet created by Michele Berkes for gnoapgallery.com */

/* Styles that affect the whole page */
html {
	margin : 0px;
}

a:link {
	text-decoration : none;
}
a:visited {
	text-decoration : none;
}
a:hover {
	color : ff6600;
	text-decoration : underline;
}

H1, H2, H3 {
	color : #ff6600;
}

H1 {
	font-size : 140%;
}
H2 {
	font-size : 110%;
}

.media
{
margin-top:.5ex;
margin-bottom:0px;
font-variant: small-caps;
font-weight: bold;
}

.artist
{
margin-top:0px;
margin-left:1em;
}

/* Styles for the navigation area */

#Navigation {
	font-family: Verdana, Arial, sans-serif;
	font-size: 70%;
	margin-top : 15px;
	margin-right : 8px;
	margin-left : 10px;
}

#Navigation p {
	margin-top: 0;
	margin-bottom : 8px;
}


/* Styles for the content area */
#Content {
	font-family: Verdana, Arial, sans-serif;
	font-size: 80%;
	margin-top : 15px;
}

#Content table {
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
} 

.caption {
	font-style: italic; 
	margin-bottom: 9px;
}

/* Styles for the footer area */
#Footer {
	font-family: Verdana, Arial, sans-serif;
	font-size:70%;
	text-align : center;
	margin-top : 25px;
}

#Footer p {
	margin-top: 0;
	margin-bottom: 8px;
}



