@charset "UTF-8";
/* Ira Meyer
** CSS base styles for all pages
** Created by Jessica Greenwalt
** www.jgreenwalt.com
** Updated: April 01, 2010 */

html {
	background:#4D4D4D;
	color:#c4c4c4;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;}

a {
	color:#ff7119;
	text-decoration:none;}
a:hover {
	color:#fff;
	text-decoration:underline;}

#center {
	margin:0 auto;
	width:877px;
	position:relative;}

#header .nav {
	position:absolute;
	top:0;
	right:0;}
*+html #header ul.nav {height:67px;}

.nav li {display:inline-block;}
*+html .nav li {display:block;float:left;} /* IE7 */

#header .nav a {
	height:67px;
	display:inline-block;
	text-indent:-9999px;}
*+html #header .nav a {display:block;float:left;}

#header .nav a.link_home {
	background:url(../img/link_home.png) top left no-repeat;
	width:59px;}
#header .nav a.link_home:hover {background:url(../img/link_home_o.png) top left no-repeat;}

#header .nav a.link_about_ira {
	background:url(../img/link_about_ira.png) top left no-repeat;
	width:86px;}
#header .nav a.link_about_ira:hover {background:url(../img/link_about_ira_o.png) top left no-repeat;}

#header .nav a.link_photo_galleries {
	background:url(../img/link_photo_galleries.png) top left no-repeat;
	width:128px;}
#header .nav a.link_photo_galleries:hover {background:url(../img/link_photo_galleries_o.png) top left no-repeat;}

#header .nav a.link_art_shows {
	background:url(../img/link_art_shows.png) top left no-repeat;
	width:93px;}
#header .nav a.link_art_shows:hover {background:url(../img/link_art_shows_o.png) top left no-repeat;}

#header .nav a.link_sale {
	background:url(../img/link_sale.png) top left no-repeat;
	width:52px;}
#header .nav a.link_sale:hover {background:url(../img/link_sale_o.png) top left no-repeat;}

#header .nav a.link_contact {
	background:url(../img/link_contact.png) top left no-repeat;
	width:75px;}
#header .nav a.link_contact:hover {background:url(../img/link_contact_o.png) top left no-repeat;}

#header .nav a.link_cart {
	background:url(../img/link_cart.png) top left no-repeat;
	width:37px;}
#header .nav a.link_cart:hover {background:url(../img/link_cart_o.png) top left no-repeat;}

*+html #content {margin-top:4px;} /* = IE7 Hack to move everything down */

*+html #text_area {margin-top:1em;} /* = IE7 Hack to move everything down */

#text_area {
	text-align:center;
	width:625px;
	margin:0 auto;
	position:relative;
	padding-bottom:2em;}

h2,
h3,
h4,
h5 {font-size:95%;}

h2 {
	color:#b0b0b0;
	margin:2em 0 1.5em 0;}

h3,
h5 {color:#ff7119;}

h5 {font-weight:normal;
margin:1.5em 0 1.5em 0;}

#text_area p {
	margin:0 0 1.5em 0;
	line-height:1.5em;}

#footer {
	background:url(../img/footer_border.png) top left no-repeat;
	margin:0 auto;
	margin-top:4em;
	font-size:85%;
	padding:1.5em 0 3em 0;
	width:100%;}

#footer .nav {
	float:left;
	margin-left:20px;}
#footer .nav li {margin-right:1em;}
#footer .nav a {
	color:#c4c4c4;
	text-decoration:none;}
#footer .nav a:hover {color:#ff7119;}

.copyright {
	color:#919191;
	float:right;
	margin-right:20px;}

.hide {display:none;}