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

#wrapper {
	width: 920px;
	margin: auto;
	background-position: top;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #412210;
	margin-top: 0px;
	line-height: 21px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 21px;
}
h1 {
	font-size: 26px;
	color: #FFFFFF;
	line-height: 30px;
}
h2 {
	font-size: 18px;
	color: #D75BA3;
}
#header {
	height: 120px;
	width: 920px;
	background-color: #D75BA3;
}
#nav {
	height: 30px;
	width: 920px;
	font-weight: bold;
	color: #412210;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
}
#nav  a:link    {
	color: #412210;
	text-decoration: none;
	font-weight: bold;
}
#nav a:visited {
	font-weight: bold;
	color: #412210;
	text-decoration: none;
}
#nav a:hover, a:active  {
    color: #D75BA3;
	text-decoration: none;
    font-weight: bold;
}
#maincontent {
	width: 920px;
	background-color: #412210;
}
#maincontentleft {
	float: left;
	width: 330px;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
}
#maincontentright {
	float: right;
	width: 480px;
	padding-top: 50px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}
#maincontent a:link, a:visited  {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}
#maincontent a:hover, a:active  {
	color: #D75BA3;
	text-decoration: none;
	font-weight: normal;
}
#footer {
	width: 920px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #412210;
	text-align: center;
	font-weight: normal;
	height: 120px;
}
.pink {
	color: #D75BA3;
	font-size: 12px;
	line-height: 15px;
}
.pink a {
	color: #D75BA3;
	text-decoration: none;
}
.pink a:hover {
	text-decoration: underline;
}



.thumbnail{
position: relative;
z-index: 0;
}

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

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #fff2d7;
	left: -200px;
	border: 1px solid #ffffff;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

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

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0;
	left: 140px; /*position where enlarged image should offset horizontally */
}

