html,*{
padding:0;
margin:0;
}
:focus{outline:none;}
body {
	background-color: #FFFFFF;
	background-image: url(images/headerbg.png);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family: "Arial Narrow";
	color: #233A20;
	font-size: 28px;
	line-height: 150%;
}
strong, b {
	font-weight: bold;
}

a {
	color: #ED2B55;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


#wrapper {
	width: 920px;
	margin: 0 auto;
}
#logo {
	padding-bottom: 45px;
}
#content {
	padding-bottom: 20px;
	padding-left: 22px;
position:relative;
min-height:280px;
height:280px;
}
.pink {
	color: #EE2A5C;
	font-size: 20px;
	padding-top: 10px;
}

#contentleft {
	width: 435px;
	float: left;
	padding-right: 15px;
	letter-spacing: 1px;
	font-weight:normal;
}
#contentright {
	float: right;
	width: 450px;
position:absolute;
right:0;
top:-205px;
text-align:right;
}
.largeimg {
	border: 10px solid white;
	padding-bottom: 15px;
}
.smallimg{
padding-left:4px;
}


#footer {
	background-image: url(images/footerbg.png);
	background-repeat: repeat-x;
	height: 290px;
	padding-top: 15px;
}
#footerbox {
	padding-left: 25px;
	min-height:290px;
	height:290px;
	color: #FFFFFF;
	font-size: 22px;
	padding-top: 5px;
}
#footerbox a {
	color: #FFFFFF;
}
#footerbox a:hover {
	color: #EE5AB5;
}

.big {
	font-size: 30px;
font-weight:bold;
font-family:Arial;
padding:3px 0;
line-height:170%;
}


#footerleft {
	float: left;
	width: 435px;
	padding-right: 15px;
	line-height: 140%;
}
#footerright {
	float: right;
	width: 440px;
	line-height: 150%;
}
#belowfooter {
	text-align: center;
	padding-bottom: 15px;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4;
}
.copyright {
	font-size: 14px;
	padding-top: 20px;
}

#belowfooter a {
	color: #233A20;
	text-decoration: none;
}
#belowfooter a:hover {
	text-decoration: underline;
	color: #E8274B;
}

#wrapper2 {
	width: 920px;
	margin: 0 auto;
}


/* Gallery */
.slideshow a:hover{
text-decoration:none;
}
.slideshow img{
border:10px solid white;
padding-bottom:20px;
}

#thumbs ul{
list-style-type:none;
}
#thumbs li{
float:left;
}

#thumbs img{
border:0;
padding-left:10px;
}