#container 
{
	position: relative;
	width: 100%;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
}

#banner_left
{
	position: absolute;
	left: 0;
	top: 0;
	width: 350px;
	height: 79px;
	background-image: url("images/banner_left.gif");
}

#banner_middle
{
	position: absolute;
	left: 350px;
	right: 271px;
	top: 0;
	height: 79px;
	background-image: url("images/banner_middle.gif");
	background-repeat: repeat;
}

#banner_right
{
	position: absolute;
	right: 0;
	top: 0;
	width: 271px;
	height: 79px;
	background-image: url("images/banner_right.gif");
}

#banner_links
{
	position: absolute;
	left: 29px;
	top: 54px;
	height: 15px;
	background: rgb(41,22,111);
	color: #fff;
}

#login_line
{
	position: absolute;
	left: 29px;
	top: 0;
	height: 20px;
	background: #fff;
	color: rgb(41,22,111);
}

#banner_selects
{
	position: absolute;
	left: 29px;
	top: 30px;
	height: 20px;
	background: rgb(41,22,111);
	color: rgb(0,124,134);
}

#navtabs 
{
	position: absolute;
	left: 30px;
	top: 85px;
	width: 330px;
	height:31px;
}

#filler 
{
	position: absolute;
	left: 0;
	right: 298px;
	top: 104px;
	margin-left: 360px;
	height:12px;
	text-align: left;
	background: rgb(153,176,190);
	color: rgb(153,176,190);
}

#strapline 
{
	position: absolute;
	right: 40px;
	top: 79px;
	width: 258px;
	height:37px;
	text-align: left;
	background-image: url("images/strapline.gif");
}

#main 
{
	position: absolute;
	left: 30px;
	top: 116px;
	right: 38px;
	padding: 0px;
	background: rgb(153,176,190);
}

#footer 
{
	clear: both;
	background-color: #fff;
	text-align:center;
	height:40px;
	color: rgb(41,22,111);
}
#add_gallery_container 
{
	border: 0px solid gray;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align:left;
	background: #fff;
	border: 0px solid white;
}

#add_gallery_banner 
{
	background:	rgb(153,176,190);
	padding: 0px;
	margin-bottom: 0px;
	border: 0px solid gray;
	text-align: center;
	vertical-align: middle;
	height:40px;
	font-family: Arial, Helvetica, sans-serif;
}

#add_gallery_content 
{
	padding: 10px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	border: 0px solid gray;
	color: rgb(41,22,111);
	background: rgb(153,176,190);
	font-size: 15px;
}
#edit_map_content 
{
	padding: 10px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	border: 0px solid gray;
	color: rgb(41,22,111);
	background: rgb(153,176,190);
	font-size: 15px;
	text-align: center;
}

