/* 

	project:  mishawaka art & frame | peggy o'neil
	designer:  beth salman | bhdesignideas.com
   
*/

* {
	margin: 0;
	padding: 0;
}
* body {
	font: .8em Verdana, Arial, Tahoma, sans-serif;
	line-height: 1.6em;
	background: #000;
	color: #fff;
}
a {
	color: #fff;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #808080;
	background: inherit;
}
p {
	margin: 0 0 15px 0;
}
h1 {
	font: normal 3.7em "Trebuchet MS", Arial, Sans-Serif;
	color: #fff;
}
h1 a {
	color: #fff;
	background: inherit;
}
h1 a:hover {
	color: #E4FFD3;
	background: inherit;
}
sup {
	font-size: .3em;
	color: #DFCDA2;
}
h2 {
	color: #fff;
	font: bold 2em "Myriad", Arial, Sans-Serif;
	margin: 0 0 12px;
}
h3 {
	color: #fff;
	font: 1.5em "Myriad", Arial, Sans-Serif;
	padding: 3px 10px;
	margin: 0 0 15px;
}
#content {
	width: 960px;
	margin: 10px auto;
	background: #fff;
	padding: 10px;
}
#header {
	background: #a2c142 url(../images/logo.png) no-repeat;
	height: 170px;
	padding: 10px 0 0 30px;
}
#headerF {
	background: #78251b url(../images/logo.png) no-repeat;
	height: 170px;
	padding: 10px 0 0 30px;
}
#headerC {
	background: #5e5778 url(../images/logo.png) no-repeat;
	height: 170px;
	padding: 10px 0 0 30px;
}

#headerAbout {
	background: #b28b26 url(../images/logo.png) no-repeat;
	height: 170px;
	padding: 10px 0 0 30px;
}

#headerGifts {
	background: #375230 url(../images/logo.png) no-repeat;
	height: 170px;
	padding: 10px 0 0 30px;
}


#header p {
	margin: 30px 0 0;
	color: #D6E5EA;
}
#logo {
	float: left;
	width: 500px;
	height: 80px;
}


/*navigation */

#nav {
	
   margin: 0;
   padding:0;
   list-style:none;       

}


#nav ul {
	background-color: #000;
	color: #fff;
	float: left;
	width: 960px;
	border-bottom: 1px solid #fff;
}

#nav ul li { display: inline; }

#nav ul li a {
	display: block;
	padding: 0.5em 1em;
	background-color: #000;
	color: #fff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	height: 20px;
	line-height: 20px;
	
}

#nav ul li a:hover {
	background-color: #fff;
	color: #000;
	text-decoration: none;
}


.table {
	width: 450px;
	text-align: center;
	border: 0;
}


#holder {
	font-size: 1em;
	float: left;
	padding: 0px;
}
#last {
	float: left;
	margin: 0 10px 10px 10px;
}
.more {
	border-top: 1px solid #eee;
	padding: 5px 0 0 0;
}
#prefooter {
	margin: 0 auto;
	width: 960px;
	height: 110px;
	background: #fff;
	background-image: url(../images/color-band.png);
	background-repeat: no-repeat;
}
#prefooter p {
	font-size: 1em;
	padding: 25px 0 0 0;
	text-align: center;
}
#footer {
	width: 960px;
	margin: 15px auto;
	color: #666666;
	font-size: 0.9em;
}
#footer a {
	color: #666;
}
.right {
	float: right;
	text-align: right;
	font-size: 1em;
}
#footer .right a {
	margin: 0 0 0 2px;
	padding: 3px 10px;
}
#footer .right a:hover {
	background: #fff;
	color: #444;
	text-decoration: underline;
}

