body{
	font-family: verdana, arial, sans-serif;
	font-size: .8em;
	color: #222;
	background-image: url(back.jpg);
	background-repeat: no-repeat;
}
#content{
	position: absolute;
	top: 120px;
	left: 200px;
	width: 80%
	margin-left: 250px;
	margin-right: 50px;
}
h1{
	font-size: 1.4em;
	font-weight: normal;
	height: 40px;
	width: 400px;
	background-image: url(h1_back.jpg);
	background-repeat: no-repeat;
	color: #000;
	padding-top: 10px;
	padding-left: 20px;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=15);

}
#footer{
	font-family: arial, sans-serif;
	font-size: .7em;
	text-align: center;
	color: #444;
}
#floatMenu{
	position: relative;
}
p.emphasis{
	font-family: verdana,sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: .3em;
	color: #666;
}
button{
	width: 200px;
	background-color: #d0d0d0;
	padding: 3px;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: black;
	border: 3px ridge #808080;
}
