/* layout divs */

html,body {
	background-image: url("../commonimages/farsite_background.jpg");
}

div#container {
	width:800px;
}

div.popupheader {
	height: 29px;
	background-image: url("/commonimages/red_bar_thin.png");
	background-repeat: repeat-x;
	background-position: center;
}

.popupheader h1 {
	height: 29px;
	line-height: 29px;
	margin: 0 10px;
}

#text_column {
	background-position: top;
	padding: 0;
	/*overflow: visible; /* WW */
	width: 620px;
	/*margin-right: 17px;*/
} 

/*big pics in main text column*/

#quicklinks_column {
	visibility: collapse;
}

#closewindow {
	margin: auto auto 1em auto;
	height: 29px;
}

#closewindow div {
	font: normal 8pt Verdana;
	height: 29px;
	background-color: #333333;
	background-image: url("/commonimages/grey_bar_thin.png");
	background-repeat: repeat-x;
	background-position: center;
	text-align: center;
}

#closewindow div:hover {
	background-image: none;
}

#closewindowbutton {
	margin: 0 auto;
	width: auto;
	text-align: center;
	width: 110px;
}

#closewindowbutton a {
	display: block;
	padding: 8px 0;
	margin: auto;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

#closewindowbutton a:hover {
	background-image: none;
	text-transform: uppercase;
	text-decoration: underline;
}

#closewindowbutton a:active {
	background-image: none;
	text-transform: uppercase;
	text-decoration: underline;
}

#closewindowbutton a:visited {
	background-image: none;
	text-decoration: underline;
	text-transform: uppercase;
}