/* CSS Document */
html,body {
height:100%;
}

body {
	background-image:url(images/spot_bg.gif);
	margin:0;
	padding:0;
	text-align: center;
}

#container {
	position:relative;
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/background.gif);
	text-align:left;
}

#topbg {
margin:0;
padding:0px;
background-image:url(images/top_bg.gif);
width:1024px;
height:60px;
}

#contact {
position:relative;
margin:0;
padding-top:35px;
width:1024px;
height:60px;
text-align: center;
}

#menu {
position:absolute;
top:94px;
left:1px;
width:168px;
}

#buttons {
margin-top:45px;
width:168px;
}

#buttons p {
padding:0;
margin:0;
}

#content {
background-image:url(images/stripe_bg.gif);
background-repeat:no-repeat;
margin-top:0px;
margin-left:170px;
width:853px;
}

#title {
margin:0;
width:853; 
height:72;
}

#bottombg {
background-image:url(images/bottom_bg.gif);
margin:50px auto 0 auto;
width:1024px;
height:33px;
}

/* Image Gallery */

.thumb {
border:1px #c1bfb6 solid;
vertical-align: top;
margin: 0 10px 20px 1px;
}

.thumb:hover {
border:2px #c1bfb6 solid;
margin: -1px 9px 19px 0;
}

.thumbA {
border:0px #c1bfb6 solid;
vertical-align: top;
margin: 0 10px 20px 1px;
}

.thumbA:hover {
border:1px #c1bfb6 solid;
margin: -1px 9px 19px 0;
}

a img {border: none; }