@charset "utf-8";
/* CSS Document */


body {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px
}
h2 {
	margin:20px 0 0px 0px;
	padding-top:20px;
	font-size:28px;
	font-family:"Times New Roman", Times, serif;
	color:#CC3B38;
}
h3 {
	margin:10px 0;
	font-size:20px;
	font-family:"Times New Roman", Times, serif;
	color:#CC3B38;
}
.title {
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	color:#CC3B38;
	margin:5px;
}
.left {
	float:right;
	padding-left:10px;
}
#wrapper {
	width:1000px;
	margin:0 auto;
	text-align:left;
	background-color:#FFFFFF;
	background-image:url(images/flowersbackground3.png)
}
#nav {
	position:relative;
	left:120px;
	top:-45px;
}
#maincontent {
	margin-left:250px;
	width:465px;
	height:480px;
	background-image:url(images/pap3.png);
	
	
}
#maincontent2 {
	margin-left:250px;
	width:465px;
	height:480px;
	
	
	
}
#maincontent p {
	margin:5px 10px;
}
#front_text {
	padding:0 10px;
	float:left;
	width:200px;
    font-size:18px;
	font-family:cursive;
}

#sidebar {
	float:right;
}

#linkbox {
	
	position:relative;
	top:20px;
	margin-right:20px;
	padding-left:20px;
	padding-right:100px;
	padding-top:10px;
	padding-bottom:150px;
	background-image:url(images/ornate_back.png);
	background-repeat:no-repeat;
	/*border:1px solid #BC2E3A;*/
}
#contactbox {
	padding:10px;
	position:relative;
	top:-30px;
	left:20px;
	margin-right:20px;
	
	
}
#contactbox p {
	margin:5px 10px;
}
#contactbox a {
	color:#000000;
}
#linkbox ul {
	list-style-type:none;
	margin:0;
	padding:10px;
}	
#linkbox ul li {
	margin:5px 10px;
}
#linkbox ul li a {
	color:#333333;
	text-decoration:none;
	
}
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;

padding: 5px;
left: -1000px;

visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 100px; /*position where enlarged image should offset horizontally */
border:1px solid #BC2E3A;
background:#FFFFFF;
}




