@charset "utf-8";
html {
	margin: 0px;
	padding: 0px;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #151112;
}



p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 1em;
	line-height: 1.8em;
	margin: 0px;
	padding: 0px;
}

a {
	font-size: .8em;
	color: #9E1E09;
	text-decoration: none;
}
a:hover {
	color: #4B7489;
}
#container {
	width: 880px; /* the auto margins (in conjunction with a width) center the page */
	height:
	border: 1px solid #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #E9DEC7;
	background-image: url(images/mosaic.jpg);
	height: 600px;
	padding-top: 80px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
} 
#content {
	width: 790px; /* the auto margins (in conjunction with a width) center the page */
	height: auto;
	border: 1px solid #000000;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #E9DEC7;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-image: url(images/crProfile.png);
	background-repeat: no-repeat;
	background-position: right top;
	-moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.8);
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.8);
	box-shadow: 5px 5px 5px rgba(0,0,0,0.8);
	
}
#logo {
	height: auto;
	width: 400px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

#hands {
	background-image: url(pix/hands.png);
	background-repeat: no-repeat;
	height: 200px;
	width: 200px;
	position: fixed;
	float: left;
	margin-right: 0px;
	border: 1px double #CC3300;
}
#message {
	width: 550px;
	float: right;
	text-align: left;
	background-color: #E9DEC7;
	padding: 10px;
	margin-top: 20px;
}
#message li {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: .9em;
	line-height: 1.5em;
}
.small {
	font-size: 0.8em;
}
ul {
	background-color: #DCCAA5;
	border: 1px solid #999999;
	padding-top: 10px;
	padding-bottom: 10px;

}


.bold {
	font-weight: bold;
}
.floatleft {
	float: left;
}
