/* CSS Style Sheet */

body {
	background-color: brown;
	margin-top: 0;
}

a:link, a:visited, a:active {
	color: #993333;
	text-decoration: none;
}
a:link, a:active, a:visited .tag {
	color: #993333;
	text-decoration: none;
	text-align: left;
}

a:hover {
	color: #F48CA1;
}

a.links { 
	color: #000000;
	text-decoration: none;
}

a:hover.links {
	color: #0000ff;
}

h2 {
	color: #f1748d;
	font-size: 19px;
	font-weight: bold;
	line-height: 0;
}

/* Top Menu Bar Begin*/
div#menu {
	background-image: url(images/menubar.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 895px;
	margin-top: 20px;
}

div#menutext {
	position: relative;
    height: auto;
    width: 400px;
    left: 240px;
    top: 10px;
	color: #993333;
	font-weight: bold;
	text-align: right;
	font-size: 17px;
	line-height: 1;
}
/* Top Menu Bar End */

/* Header */
div#header {
	background-image: url(images/logoimage2.gif);
	background-repeat: no-repeat;
	width: 895px;
	height: 188px;
}

div#nancylogo {
	position: relative;
	background-image: url(images/nancylogo.gif);
	background-repeat: no-repeat;
	width: 302px;
	height: 174px;
	right: 235px;
}
/* Header End */

/* Content */
div#container {
	width: 895px;
	height: 430px;
}

div#leftbox {
	float: left;
	clear: right;
	background-image: url(images/textarea1.gif);
	background-repeat: no-repeat;
	width: 430px;
	height: 397px;
}

div#rightbox {
	float: left;
	clear: right;
	background-image: url(images/cookielist.gif);
	background-repeat: no-repeat;
	width: 465px;
	height: 312px;
}

p#maintext {
	position: relative;
	margin-top: 100px;
	color: #993333;
	font-size: 17px;
	font-weight: bold;
	line-height: 2;
}

ul#cookietype {
	list-style-type: none;
	margin-top: 28px;
	margin-right: 30px;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	color: #993333;
	line-height: 1.2;
}		
/* End Content */

/* Footer */
div#footer {
	float: right;
	background-image: url(images/boisebestlogo.gif);
	background-repeat: no-repeat;
	width: 465px;
	height: 85px;
}
.tag {
	margin-right: 550px;
	font-size: 12px;
}
/* End Footer */
