body {
	margin:0;
	padding: 0;
	text-align: center;
	background: #DAD9D2;
	font-family: arial;
	font-size:13px;
	color:#000;
	}

#wrap {
	position: relative;
	text-align:left;
	margin:	0 auto;
	width:660px;
	}
	
h1 {
	font-size: 15px;
	color: #000;
	margin:0;
	display:none;
	}
	
h2 {
	font-size: 14px;
	color: #000;
	margin-top:0;
	margin-bottom:10px;
	}
	
h3 {
	font-size: 14px;
	color: #000;
	margin-top:0;
	margin-bottom:10px;
	}
	
p {
	margin:0;
	padding:0;
}

ul {
	margin-top:0;
	margin-bottom:0;
	margin-left:20px;
	padding:0;
}
	
.clear_both {
	clear:both;
}

.clear_left {
	clear:left;
}

.clear_right {
	clear:right;
}

.navlinks a:link {color: #FFF; text-decoration: none; font-weight: bold; font-size:12px;  }
.navlinks a:visited {color: #FFF; text-decoration: none; font-weight: bold; font-size:12px; }
.navlinks a:hover {color: #FFF; text-decoration: none; font-weight: bold; font-size:12px; }
.navlinks a:active {color: #FFF; text-decoration: none; font-weight: bold; font-size:12px; }

.navlinks2 a:link {color: #000; text-decoration: none; font-weight: normal; font-size:11px;  }
.navlinks2 a:visited {color: #000; text-decoration: none; font-weight: normal; font-size:11px; }
.navlinks2 a:hover {color: #000; text-decoration: none; font-weight: normal; font-size:11px; }
.navlinks2 a:active {color: #000; text-decoration: none; font-weight: normal; font-size:11px; }


#content {
	position:relative;
	background-image:url(../slices/fill.jpg);
	background-repeat:repeat-y;
	top:0;
	left:0;
	padding-top:276px;
	text-align:left;
	width:660px;
}

#content_container {
	position:relative;
	top:0;
	left:25px;
	text-align:left;
	margin:0;
	width:605px;
	height:auto;
}

#content_left {
	float:left;
	text-align:left;
	margin:0;
	width:172px;
	height:315px;
	background-image:url(../slices/left.jpg);
	background-repeat:no-repeat;
}

.cards {
	position:relative;
	top:280px;
	left:0;
	text-align:center;
	margin:0;
	width:172px;
	height:28px;
	background-image:url(../slices/cards.jpg);
	background-repeat:no-repeat;
}

.atra {
	position:relative;
	top:290px;
	left:0;
	text-align:center;
	margin:0;
	width:172px;
	height:80px;
	background-image:url(../slices/atra.jpg);
	background-repeat:no-repeat;
}

#content_right {
	float:right;
	text-align:left;
	margin-top:9px;
	padding-bottom:10px;
	width:415px;
	height:auto;
}

#pano {
	position:absolute;
	top:0;
	left:0;
	width:660px;
	height:276px;
	background-image:url(../slices/header.jpg);
	background-repeat:no-repeat;
}

#email {
	position:absolute;
	top:313px;
	left:35px;
	width:150px;
	height:220px;
}

#top_nav {
	position:absolute;
	top:94px;
	left:258px;
	text-align:left;
	width:auto;
	height:auto;
	z-index:5;
}

#footer {
	position:relative;
	top:0;
	left:0;
	text-align:center;
	background-image:url(../slices/footer.jpg);
	background-repeat:no-repeat;
	width:660px;
	height:134px;
}

#footer p {
	margin:0;
	text-align:center;
	font-size:11px;
	padding-top:40px;
	width:100%;
}

