html {
	background-color: #fff;
	font-size: 16px;
}

body {
	position: relative;
	width: 770px;
	padding: 0;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid #BFBFBF;
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;	
	font-size: 76.5%;
	color: #330000;	
}

img {
	border: 0;
}

#content {
	position: relative;
	width: 100%;
	min-height: 500px;
	margin-top: 25px;
	padding: 0;
}

/* Interior Pages */

#branding2 {
	position: relative;
	width: 100%;
	height: 100px;
	margin: -20px;
	padding: 0;
}

#eye2 {
	position: relative;	
	width: 110px;
	float: left;	
	margin: 10px 0 0 20px;
	padding: 0px;
}

#menu2 {
	position: relative;
	width: auto;
	padding: 0;
	margin-top: 30px;
	float: right;
	text-align: center;
}

ul.menu2 {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

ul.menu2 li {
	display: inline;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 1em;
	padding-right: 2em;
}

div#title {
	position: relative;
	width: 150px;
	float: left;
	margin-top: -30px;
	margin-left: 160px;
}

ul.content_links li h2 {
	font-size: 1.4em;
	color: #000;
}

a:link, a:visited, a:active {
	text-decoration: underline;
	color: #22317F;
}

a:focus, a:hover {
	color: #43A835;
}

a:link.example, a:visited.example {
	text-decoration: underline;
	color: #22317F;
}

a:focus.example, a:hover.example, a:active.example {
	text-decoration: underline;
	color: #43A835;
}

a:link.article, a:visited.article {
	text-decoration: underline;
	color: #0036AC;
}

a:focus.article, a:hover.article, a:active.article  {
	text-decoration: underline;
	color: #43A835;
}

#footer {
	position: relative;
	display: block;
	width: 100%;
	clear: both;
	padding-top: 1em;
}

#footer ul {
	list-style: none;
	color: #808080;
	margin-left: 0;
}

#footer ul li:first-child {
	float: left;
}

/*
#footer ul li#wco {
	float: right;
}
*/

#footer ul li#designer {
	display: inline-block;
	width: 20px;
	height: 20px;				
	float: right;
	margin: 0;
	}
#footer ul li#designer a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	background: url('../images/wco_man.jpg') 0 0 no-repeat; }