

BODY {
	margin: 0px;
	font-size: 14px;
	font-family: arial;
	background: url('/images/loynodg/content_bg_02.jpg') repeat 0px 85px ;
	background-color: #b9c9e9;
}

div#outer {
	width: 100%;
	display: block;
	overflow: auto;

	text-align: center;
}

div#login_container {
	width: 798px;
	_width: 800px;
	margin-top: 25px;
	padding: 0px;
	padding-bottom: 5px;
	font-family: Georgia, Garamond, Times, serif;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
/*	background-color: #666666; to debug only */
}

div#container {
	width: 798px;
	_width: 800px;
	margin: 0px auto 25px auto;
	display: block;
	overflow: auto;
	_overflow: visible;
	background-color: #eeeeee;
	border: 1px solid #333333;
	min-height: 500px;
	text-align: left;
}

div#header {
	width: 100%;
	height: 224px;
	display: block;
	float: left;
 	overflow: hidden;
/*	border-bottom: 1px solid #333333; */
}

div#header div {
	display: block;
	float: left;
}

div#header_flag {
	width: 100%;
	height: 224px;
	background-image:url('/images/loynodg/header-20070424.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
}

div#header_nav {
	background-color: #052564;
	color: #d87171;
	width: 100%;
	height: 20px;
	padding: 0px;
	_padding-left: 0px;
	_padding-right: 0px;
	_margin: 0px;
	float: left;
	font-family: Georgia, Garamond, Times, serif;
}

div#header_nav a {
	color: #d87171;
}

div#header_nav ul {
	display: block;
	padding: 0px;
	margin: 0px;
}

div#header_nav ul.left {
	float:left;
}

div#header_nav ul.right {
	float:right;
}

div#header_nav ul li {
	display: block;
	float: left;
	margin: 0px;
}

div#header_nav ul li a {
	color: #000000;
	padding: 4px 10px;
}

div#header_nav ul li a:hover {
	color: #a1274C;
}

div#body_content {
	width: 778px;
/*	_width: 778px; */
	float: left;
	background: url('/images/loynodg/body_content_bg.jpg') repeat-y left top;

}

div#body_content div.column {
	display:block;
	float: left;
	overflow:auto;
	min-height: 300px;
}

div#body_content div.column p {
	margin-right: 10px;
}

/* div#body_content div#nav {
	background: url('/images/loynodg/menu_bg.gif') repeat-x center top;
	background-color: #efaec7;
	width: 115px;
	_width: 135px; 115px ACTUAL WIDTH + 10px padding + 10px margin
	padding: 5px 5px 5px 5px;
	margin: 0px 10px 0px 0px;
	border: 1px solid #333333;
} */

 div#body_content div#nav {
	background: url('/images/loynodg/menu_bg.jpg') repeat-x center top;
	background-color: #7394d4;
	width: 115px;
	_width: 126px; /* 115px ACTUAL WIDTH + 5px left padding + 5px right padding */
	padding: 5px 5px 5px 5px;
	margin: 0px; /* set the default behavior */
	margin-right: 10px; /* push the rest of the content away; helpt to simulate a margin: 20px on the body content */
	overflow: visible;
}

div#body_content div#body_container {
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-bottom: 25px;
}


div#ss_container {
	width: 322px;
	_width: 330px;
	display:block;
	float:right;
	border: 1px solid #666666;
	overflow: auto;
	_overflow: hidden;
	background-color: #c6d4e3;
	margin: 0px;
	margin-left: 25px;
	text-align: center;
}
div#ss_container span#ss_text {
	display:block;
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #75041C;
	font-weight: bold;
	font-stretch: narrower;
	padding: 10px 0px;
}

div#ss_container img {
	border: 1px solid #666666;
	margin: 10px;
	padding: 0px;
	width: 300px;
	clip: rect(100px,100px,100px,0px);
	overflow: hidden;
}

td.slide_controls {
	display:block;
	font-size: 12px;
}
