/* this file used for index.html (michael mills' home page only*/
* {
	margin: 0;
	padding: 0;
}

body {
	background: #e8e0d5 url(fxd_cntr_back.gif) center repeat-y;
	margin: 0px;
}

p {
	font: 0.74em/1.5 trebuchet ms, verdana, arial, helvetica, sans-serif;
	color: #9f927f;
}

.p2 {
	font: italic 0.90em/3.0 trebuchet ms, verdana, arial, helvetica, ans-serif;
	color: #333;
}

h2 {
	width: 460px;
	font: bold 0.9em/1.5 trebuchet ms, verdana, arial, helvetica, sans-serif;
	color: #9f927f;
	text-align: center;
}

.p3 {
	width: 460px;
	font: bold 0.85em/1.5 trebuchet ms, verdana, arial, helvetica, sans-serif;
	color: #4f6b8b;
}

#contact {
	background: url("images/contact.png") no-repeat;
	position: fixed;
	width: 25px;  
	height: 79px;
	margin-top: 20px;
	margin-left: 18px;
	text-indent: -1000px;
}

#contact a:link, #contact a:visited {
	background: url("images/contact.png") no-repeat;
	display: block;
	border: none;
}

#contact a:hover {
	background: url("images/hover_contact.png") no-repeat;
	text-transform: none;
	background-color: transparent;
	color: #fff;
}

#block {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	font: italic bold 0.6em/1.5 trebuchet ms, verdana, arial, helvetica, sans-serif;
	color: #9f927f;
}

#wrapper {
	width: 614px;
	display: block;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
}

#logo {
	width: 505px;
	float: right;
	margin-bottom: 8px;
}

#title {
	background: url("title.gif") no-repeat center;
	margin-top: -13px;
	margin-left: 109px;
	float: left;
	height: 67px;
}

#container {
	width: 475px;
	float: right;
	margin: 6px 14px 10px 0;
}

a:link {
	text-transform: none;
	text-decoration: none;
	color: #4f6b8b;
}

a:visited {
	text-transform: none;
	padding: 2px 0 2px 0;
	text-decoration: none;
	color: #4f6b8b;
}

a:hover {
	text-transform: none;
	background-color: #9f927f;
	color: #fff;
}

a:active {
	text-transform: none;
	color: #fff;
	text-decoration: none;
}

#footer {
	width: 507px;
	font: 0.74em/1.5 trebuchet ms, verdana, arial, helvetica, sans-serif;
	float: left;
	margin-left: 109px;
	padding: 4px 0 4px 0;
	text-align: center;
	border-top: 11px #b9aa94 solid;
	border-bottom: 11px #b9aa94 solid;
	clear: both;
}

