@charset "utf-8";
/* 2YA Style for New Pages */
/* Designing website to be 770px wide by 870px tall,
	all divs are absolutely placed from top left corner of outer div */

body {
	background:#CAA819;
	/* background:#FFFFFF; */
}

/* Remove border from image links */
a img {
	border:none;
}

/* Remove underline from links */
a {
	text-decoration:none;
}

div#outer {
	position: relative;
	/* can't use z-index on relative positioned element! */
	top:0px;
	width:770px;
	height:870px;
	background:#FFFFFF;
	/* top right bottom left */
	margin:0px auto 0px auto;
	padding:0px;
	border:none;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
}
	
div#sidebar {
	position: absolute;
	z-index:1;
	top:0px;
	left:0px;
	background-color: #000000;
	width:114px;
	height:100%;
	margin:0px;
	color:#FFFFFF;
}

div#footer {
	position: absolute;
	z-index:1;
	background:#FFFFFF;
	text-align:left;
	font-size:10px;
	color:#000000;
	bottom:0px;
	left:120px;
}

div#logo {
	position: absolute;
	z-index:2;
	top:10px;
	left:40px;
	width:360px;
	height:70px;
}

div#topbar {
	position:absolute;
	/* Same color as logo */
	background:#FAD842;
	width:478px;
	height:2px;
	top:37px;
	left:292px;
}

#button {
	position:absolute;
	z-index:1;
	width:40px;
	height:20px;
	left:40px;
	top:820px;
}

#button_text {
	position:absolute;
	z-index:2;
	color:#000000;
	text-align:center;
	font-size:10px;
	width:40px;
	height:20px;
	left:40px;
	top:823px;
}