* {margin:0; padding:0;}

html, body {
	height: 100%;	
}

body {
	background:#efc193; 
	font:90% sans-serif !important;
	margin:0;
	padding:0;	
	color:#000000;
	text-align:center; /*fix for centering the content div for ie 5.5*/ 
}


/* WRAPPER */
#wrapper {
	text-align: left;
	margin: 0px auto;
	width: 700px;
	height: 600px; 
	background: transparent;
}

/* GENERAL PAGE CONTAINER */
#container {
height: 400px; 
width: 700px;
margin: 0px 5px 0px 5px;
background: transparent;
}

a {
color: #013696;
text-decoration: none;
}
a:hover {color: #ffffff;}


/* CSS Drop Down Menu */

#menuh{float:none; width: 700px;}
body{behavior:url(csshover.htc); font-size:100%;}
#menuh ul li{float:left; width: 100%;}
#menuh a{height:1%;font:bold 0.7em/1.4em arial, sans-serif;}

#menuh-container
	{
	position: relative;		
	width: 700px;
	height: 90px;
	
	}
	

#menuh
	{
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	font-size: 11px;
	}
	
	

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:110px;	/* width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#menuh li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */







#postcards {
position: relative;
width: 700px;
height: 400px; 
text-align: center;
z-index: 0;
}

#captionbox {
width: 700px;
margin-top: 10px;
height: 70px; 
font-size: 14px;
font-style: italic;
text-align: center;
}

#paintcredit {
height: 30px; 	
font-weight: bold;
font-style: italic;
font-size: 14px;	
text-align: center;
}

#webcredit {
height: 30px;
font-size: 10px;
font-weight: bold;
font-style: italic;
}



.iframe {
width: 700px;
/* height: 100%; */
overflow: auto;
text-align: center;
}


/* COLUMN PAGES */

#side-a {
	float: left;
	width: 320px;
	margin: 15px 15px 0 10px;
	display:inline; /* Fix to margin bug with floated divs, columns etc */
}

#side-b { 
	margin: 0;
	float: left;
	width: 320px;
	margin: 15px 10px 0 15px;
	height: 1% /* Holly hack for Peekaboo Bug */
	display:inline; /* Fix to margin bug with floated divs, columns etc */
}

#span { 
	clear: both;
	width: 670px;
	margin: 10px 15px 0 15px;
}

/* 3 column format */

#side-a1 {
	float: left;
	width: 214px;
	margin: 15px 0 0 14px;
}

#side-mid { 
	float: left;
	width: 214px;
	margin: 15px 15px 0 15px;
	height: 1% /* Holly hack for Peekaboo Bug */
}

#side-b1 { 
	float: right;
	width: 214px;
	margin: 15px 14px 0 0;
	height: 1% /* Holly hack for Peekaboo Bug */
}


