body{
	padding: 20px, 20px;
	margin: 20px;
	color: #333;
	background: #bbbbbb;
	background-image: url('./site_images/decor-atif-staggered-logo.jpg');
	background-repeat: repeat
	text-align: left;
	font-size: 11px;
	font: 65% Verdana, Sans-serif;
	table-layout: fixed;
}


h1{
	font-size: 11px;
	margin:0;
	font-weight: normal;
	color: #4C4136;

}

h2{
	font-size: 11px;
	margin:0;
	color: #FF6600;

}

h3{
	font-size: 11px;
	color: #867b69;
	font-weight: normal;
	padding: 0 0;
	margin: 0 0;
}


ul{
	list-style-type: square;
}
a{
	color: #808276;
	text-decoration: none;
}

a:hover{
	color: #FF6600;
	text-decoration: none;

}

img{
	border: 1px solid #ffffff;
}

#spacer{
	border: 0px solid #ffffff;
}


#pictureframeinner {
	border: 1px solid #666666;
	background: #ffffff;
	width: auto;

}

#scroll {
	overflow: auto;
	border: 1px solid #ffffff;
	background: #ffffff;
	height: 380px;
}

#scrollflow {
	overflow: auto;
	border: 1px solid #ffffff;
	background: #ffffff;
}



#scroll div {
	padding: 10px;
}

#gallerypad {
  	padding: 5px;
}

#gallerypad2 {
  	padding: 15px;
}

/*The below is for the bottom menu bar referred to in functions.php*/

/*menu bar*/
#sddm
{	margin: 0;
	padding: 00;
	z-index: 30}

/*horizontal menu bar items*/
#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: Verdana, Sans-serif;
	font-size: 13px;}

#sddm li a
{	color: #505246;
	text-align: center;
	text-decoration: none;
	}

#sddm li a:hover
{	background: #D6D6B5;}

/*drop down menu bar container*/
#sddm div
{	position: absolute;
	visibility: hidden;

	background: #E6E6C5;
	border: 1px solid #D6D6B4}

	/*drop down menu bar items*/
	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #E6E6C5;
		color: #505246;
		font: 11px arial}

	#sddm div a:hover
	{	background: #D6D6B5;
		color: #505246}
