/*
-----------------------------------------------
washington life main styles
version:  0.1
----------------------------------------------- */

/* Flash Movie Area
----------------------------------------------- */

#splash {
	margin-bottom: 3px;
}

/* Welcome Message Area
----------------------------------------------- */

#welcome {
	color: #333;
	background-color: #ffcc66;
	font-family: georgia, serif;	
	font-size: 11px;
	padding: 20px;
}

#welcome a {
	color: #003366;
}

#welcome #message {
	position: relative;
	left: 365px;
	width: 360px;
}

#welcome #message #title {
	background-image: url("../images/section/title_welcome.gif");
  	background-repeat: no-repeat;
	height: 36px;
}

#welcome #message #title span {
	display:none;
}

/* Footer
----------------------------------------------- */
#footer {
	clear: both;
	color: #000;
	padding-bottom: 20px;
}

#footer a {
	color: #999;
}

#footer a.active {
	font-weight: bold;
}

#footer #colophon {
	color: #999;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	margin: 0px;
	padding: 5px 0px 0px 5px;
}

#footer #colophon #unison {
	display: inline;
	margin: 0px;
	padding: 0px 150px 0px 0px;
	position: relative;
	right: -500px;
	vertical-align: baseline;
}
