body
{
	background-color: #996;
	background-image: url(../images/ak-grid-dots_2.gif);
	color: #330;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	margin: 0 0 0 -375px;
	position: absolute;
	left: 50%;
}

h1
{
	color: #F90;
	text-indent: -2000px;
	vertical-align: top;
}

a:link
{
	color: #FFF;
	text-decoration: none;
}

a:visited
{
	color: #FC0;
	text-decoration: none;
}

a:hover
{
	color: #CF6;
	/*letter-spacing: .09em;*/
}

a:active 
{ 
	color: #000; 
}

img.home
{
	border-color: #660;
	border-width: 6px;
	border-style: double;
	position: absolute;
	top: 105px;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #F90;
	z-index: 0;
}

#container-1
{
	width: 750px;
	height: 480px;
	background-color: #330;
	top: 15px;
	right: auto;
	left: 15px;
	border-color: #9C0;
	z-index: 10;
	padding: 0;
	position: absolute;
}

#banner
{
	width: 750px;
	height: 106px;
	background-color: #996;
	position: absolute;
	top: 0px;
	right: 0;
	bottom: 0;
	left: 0px;
	background-image: url(../images/landscapes-2.gif);
	background-position: center;
	background-repeat: no-repeat;
	border-color: #FFF;
	border-width: 2px 0 0 0;
	border-style: dotted none none none;
	z-index: 25;
}

#nav
{
	width: 750px;
	height: 25px;
	background-color: #660;
	position: absolute;
	top: 80px;
	right: 0;
	bottom: 0;
	left: 0;
	border-bottom: #FFF;
	border-width: 0 0 2px 0;
	border-style: none none dotted none;
	z-index: 30;
}

#navbar
{
	color: #F60;
	font-size: 10px;
	text-align: center;
	top: 6px;
	width: 750px;
	position: absolute;
}

#address
{
	width: 200px;
	height: 105px;
	background-image: url(../images/ad-box.png);
	background-repeat: no-repeat;
	top: 500px;
	left: 40px;
	bottom: 0px;
	z-index: 50;
	position: relative;
	padding: 10px 20px 10px 20px;
	text-align: center;
}
p.add-text
{
	color: #333;
	font-size: 10px;
	text-align: center;
	line-height: 1.5em;
	margin-left: -20%;
}


/* The Expand-a-box (without overlapping right corners, suitable for transparent boxes) */

.expandaBox
{
	display: block;
	width: 200px;
}

.topLeft
{
	background-image: url(../images/bg_topLeft.png);
	width: 165px;
	/* Note that width is called out rather than left as 100% */
	height: 35px;
	float: left;
}

.topRight
{
	background-image: url(../images/bg_topRight.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
	width: 35px;
	height: 35px;
	float: right;
	margin-right: -35px; /* displaced proportional to the topLeft width */
}

.centerLeft
{
	background-image: url(../images/bg_centerLeft.png);
	background-repeat: repeat-y;
	width: 100%;
	float: left;
	margin-left: -10px;
}

.centerRight
{
	background-image: url(../images/bg_centerRight.png);
	background-repeat: repeat-y;
	background-position: 100% 0;
	width: 190px;
	/* Note that width is called out rather than left as 100% */
	height: 100%;
	float: right;
}

.bottomLeft
{
	background-image: url(../images/bg_bottomLeft.png);
	background-repeat: no-repeat;
	width: 165px;
	height: 36px;
	/* Note that width is called out rather than left as 100% */
	float: left;
	
}

.bottomRight
{
	background-image: url(../images/bg_bottomRight.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
	width: 35px;
	height: 36px;
	float: right;
	margin-right: -35px;/* displaced proportional to the bottomRight width */
}

/* Text inside the box */
.content
{
	text-align: center;
	margin: -10px 20px -10px 15px;
}

.clear { clear: both; }

/* End of Expand-a-box */