* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #7d7d7d;
	text-align: center;
}

#container {
	width: 960px;
	margin: 20px auto;
	text-align: left;
	font-family: "Arial";
}

#header {
	height: 113px;
}

#header h1 a {
	background: url('../images/logo.png') no-repeat;
	overflow: hidden;
	padding: 113px 0 0 0;
	height: 0;
	width: 400px;
	float: left;
	display: block;
}

#content {
 margin: 10px 0;
 clear: both;
}

#content_head {
	background: url('../images/content_head_bg.png') no-repeat;
	height: 63px;
	padding: 0 0 0 0;
}

#content_body {
	background: #000000 url('../images/home_img_bg.png') no-repeat;
	position: relative;
	height: 450px;
	width: 960px;
}

#slider li img {
	padding: 25px 10px 0 10px;
	float:left;
}

#slider li h3 {
 padding: 25px 10px 10px 0;	
}

#slider li p.desc {
	padding: 10px 10px 10px 10px;
	line-height: 1.5em;
	height: 325px;
}

#slider li p.links {

}

p.links a {
	color: #FFF;
	text-size: 2em;
	font-weight: bold;
}

p.links a:hover {
	
}

p.links a:visited {
	color: #FFF;
}

a.prolink {
	float: right;
	padding: 0 10px 0 0;
}

/*ul#slideshow li {
	list-style-type: none;
	float: left;
	margin: 15px 15px 15px 23px;
	display: block;
	width: 200px;
	height: 150px;
	text-align: center;
	overflow:hidden;
}*/

h2#contact {
	background: url('../images/contact_icon.png') no-repeat;
	padding-left: 35px;
	margin-top: 20px;
}

h2#description {
	background: url('../images/info_icon.png') no-repeat;
	padding-left: 35px;
}

h2#words {
	background: url('../images/words_icon.png') no-repeat;
	padding-left: 35px;
}

#content_body p, h3 {
	padding-left: 35px;
}

#body_left {
	float: left;
	width: 300px;
	margin: 0 10px 0 10px;
}

#body_left img {
	margin-bottom: 10px;
}

#body_right {
	margin: 0 10px 0 10px;
	width: 620px;
	float: right;
}

#spacer {
	height: 37px;
	background: #FFFFFF;
}

#content_foot {
	background: url('../images/content_foot_bg.png') no-repeat;
	height: 63px;
}

div#postcards {
	height: 600px;
	background: #D6D6D6;
	color: #7D7D7D;
	text-align: center;
}

div#postcards h2 {
font-size:1.6em;
padding:15px 0;
}

ul#postcard-images li {
	display: block;
	float: left;
	height: 150px;
	margin: 13px 10px;
	width: 220px;
}


#prevBtn a, #nextBtn a {
color: #FFFFFF;
font-weight: bold;
}

/* image replacement */
#prevBtn, #nextBtn {
	display: block;
	text-indent: -8000px;
}
/* // image replacement */


#prevBtn, #nextBtn {
	display:block;
	height:100px;
	left:-30px;
	position:absolute;
	top:195px;
	width:30px;
	z-index:1000;
}

#nextBtn {
left: 960px;
}

#prevBtn a, #nextBtn a,
#slider1next a, #slider1prev a{  
	display:block;
	position:relative;
	width:30px;
	height:77px;
	background:url(../images/prev_btn.png) no-repeat 0 0;	
}	

#nextBtn a, #slider1next a{ 
	background:url(../images/next_btn.png) no-repeat 0 0;	
}

