@charset "UTF-8";
#screen {
	background-image: url(../global_images/anthea_walsh.gif);
	background-repeat: repeat;
	height: 100%;
	width: 100%;
	top: 0px;
	position: absolute;
	background-color: #FFFFFF;
}
#container {
	height: 790px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 0px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
#header {
	position: absolute;
	height: 150px;
	width: 960px;
	left: 0px;
	top: 0px;
}
#navbar {
	position: absolute;
	height: 30px;
	width: 960px;
	left: 0px;
	top: 150px;
}
#logo {
	position: absolute;
	height: 150px;
	width: 165px;
	left: 395px;
	top: 0px;
}
#anthea {
	position: absolute;
	height: 45px;
	width: 231px;
	left: 145px;
	top: 50px;
}
#walsh {
	position: absolute;
	height: 45px;
	width: 250px;
	left: 560px;
	top: 50px;
}
#flashcontent {
	position: absolute;
	height: 572px;
	width: 960px;
	left: -1px;
	top: 151px;
	font-family: "Times New Roman", Times, serif;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
#footer {
	position: absolute;
	height: 15px;
	width: 960px;
	left: 0px;
	background-color: #FFFFFF;
	bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
	padding-top: 4px;
}
#address {
	border: 1px dotted #666666;
	position: absolute;
	height: 20px;
	width: 170px;
	left: 230px;
	top: 200px;
	background-color: #FFFFFF;
}
#other_pages_container {
	position: absolute;
	height: 600px;
	width: 960px;
	top: 170px;
	right: 0px;
	background-color: #FFFFFF;
}

