@charset "utf-8";
/* 2YA Original Site New Style */

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

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

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

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:230px;
	height:100%;
	margin:0px;
}

/* Div to place logo correctly */

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

/* Topbar -- the line that extends from
	the 'i' in the logo to right edge of
	outer div */
	
div#topbar {
	position:absolute;
	/* Same color as logo */
	background:#FAD842;
	width:443px;
	height:2px;
	top:37px;
	left:327px;
}

/* linkbar locations */

div#linkCaptionText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

div#captionText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

div#linkServices {
	position:absolute;
	z-index:2;
	width:100px;
	height:79px;
	top:87px;
	left:400px;
	text-align:center;
}

div#linkClients {
	position:absolute;
	z-index:2;
	width:100px;
	height:79px;
	top:87px;
	left:520px;
	text-align:center;
}

div#linkContact {
	position:absolute;
	z-index:2;
	width:100px;
	height:79px;
	top:87px;
	left:640px;
	text-align:center;
}

/* Button (home link) */
div#button {
	position:absolute;
	z-index:1;
	width:40px;
	height:20px;
	left:95px;
	top:820px;
	height:20px;
}

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

/* Footer for webmaster label */
div#footer {
	position: absolute;
	z-index:2;
	background:#FFFFFF;
	text-align:left;
	font-size:10px;
	color:#000000;
	bottom:0px;
	left:236px;
}

/* The only style needed */

.style1 {
	font-size: 12px;
	color: #FFFFFF;
}