/* CSS Document */

body {
	margin: 0;
	padding:0;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	background-color: #ffffff;
	background-image:     url(gardens/wallpaper.gif);
}


/*containers*/

#ubercontainer {
	width: 750px;
	padding: 10px 5px 10px 5px;
	margin: 15px 15px 15px 15px;
}
	
#outside {
background-color: #ffffff;
margin: 0;
padding:0;
width: 100%;
padding: 0;
border: 5px solid #6B696B;
}

#bloggercontainer {
	width: 750px;
	padding: 10px 5px 10px 5px;
	margin: 20px 15px 15px 15px;
}

#bloggeroutside {
background-color: #ffffff; 
margin: 0;
padding:0;
width: 100%;
padding: 0;
border-bottom: 5px solid #6B696B;
border-right: 5px solid #6B696B;
border-left: 5px solid #6B696B;
}

#bloggerheader {
	background-color: #a8bfae;
	text-align: center;
	margin: 0;
	padding: 0;
	border-top: 5px solid #6B696B;
}

#header {
	background-color: #a8bfae;
	text-align: center;
	margin: 0;
	padding: 0;
}

#links {
	margin: 0;
	padding: 5px 15px 5px 15px;
	background-color:#ffffff;
	border-top: 2px solid #6B696B;
	border-right: 1px none #6B696B;
	border-bottom: 2px solid #6B696B;
	border-left: 1px none #6B696B;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	text-align: center;
}

#title1 {
	width: 750px;
	background-color: #ffffff;
	margin: 0 0 5px 0;
	padding: 0;
}


#content {
	width: 100%;
	background-color: #ffffff;
	float: right;
	margin: 0;
	padding: 0;
}


#fullcontent {
	background-color: #ffffff;
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 10px;
	float: left;
	}

/* applies to all divs within the fullcontent div */
  #fullcontent div {
	padding:10px;
	margin-top: 10px;
	margin-bottom: 20px;	
	float:left;
	align: center;
}
#content-left {
	background-color: #ffffff;
	width:175px;
	height:100%px;
	margin-left: 5%;
	border-top: 1px solid #6B696B;
	border-right: 0px solid #6B696B;
	border-bottom: 0px solid #6B696B;
	border-left: 1px solid #6B696B;
	
	}

  #content-main {
	background-color: #ffffff;
	padding: 5px;
	width: 175px;
	height:100%px;
	margin-left: 20px;
	border-top: 1px solid #6B696B;
	border-right: 0px solid #6B696B;
	border-bottom: 0px solid #6B696B;
	border-left: 1px solid #6B696B;
		
	}

 #content-right {
	background-color: #ffffff;
	width:175px;
	height:100%;
	margin-left: 20px;
	border-top: 1px solid #6B696B;
	border-right: 0px solid #6B696B;
	border-bottom: 0px solid #6B696B;
	border-left: 1px solid #6B696B;
	
	}



#exhibits {
	background-color: #ffffff;
	width:500px;
	padding: 5px;
	border-top: 1px solid #6B696B;
	border-right: 1px solid #6B696B7;
	border-bottom: 1px solid #6B696B;
	border-left: 1px solid #6B696B;
	}

  #events {
	background-color: #ffffff;
	width:500px;
	padding: 5px;
	border-top: 1px solid #6B696B;
	border-right: 1px solid #6B696B;
	border-bottom: 1px solid #6B696B;
	border-left: 1px solid #6B696B;	
	}


#footer, #footer2 {
	background-color: #a8bfae;
	border-top: 2px solid #6B696B;
	border-right: 1px none #6B696B;
	border-bottom: 2px none #6B696B;
	border-left: 1px none #6B696B;
	padding: 1px;
	text-align: center;
	clear: both;
	color: #710B47;
	font-size: 11pt;
	font-variant: small-caps;
}

#bottom {
	background-color:#ffffff;
	padding: 10px;
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
}

#bottom2 {
	background-color:#ffffff;
	padding: 10px;
	margin: 5px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
}




/*text formatting*/
 

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	text-align: justify;
	
	}

a:link, a:visited {
	text-decoration: none;
	color: #af6874;
	}

a:hover {
	color: #af6874;
	text-decoration: underline;
	}

a:active {
	color: #a8bfae;
	text-decoration: underline;
	}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	text-align: center;
	color: #710B47;
	}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	text-align: center;
	color: #710B47;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	text-align: left;
	color: #710B47;
}



/*image format*/

img.floatleft {
	float: left;
	margin: 0 20px 5px 0; 
	text-align: left;
	border: 2px #000000 solid;
}

img.floatright { 
	float: right;
	margin: 0 0 5px 20px; 
	text-align: right;
	border: 2px #000000 solid;
}
