a {
	color:#4c9d9e;
	}

body {
	font-family: Helvetica,sans-serif;
	margin:1.5em 0; padding:0px;
	text-align:center;
	//background-image: url('ametist-bg.jpg');
	}
	
h1 { 
    font-weight: bolder;
    }
	
.content {
	width:850px;
	margin:0px auto;
	padding:0;
	border:0;
	//border:1px solid #333;
	//background-color:#eee;
	}

.container {
	#width:800px;
	#margin:0px;
	padding:15px;
	padding-top: 30px;
	border:none;
	//background-color:#eee;
	}
	
.contact {
	#width:850px;
	margin-top:1em;
	text-align:center;
	padding-top:0;
	padding-bottom:1em;
	//border:1px solid #333;
	//background-color:#dddddd;
	}
	
#contactlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}

.img-shadow {
float:right;
background: url(trans-shadow.png) no-repeat bottom right; /* Most major browsers other than IE supports transparent shadow. Newer release of IE should be able to support that. */
}

.img-shadow img {
display: block; /* IE won't do well without this */
position: relative; /* Make the shadow's position relative to its image */
padding: 5px; /* This creates a border around the image */
background-color: #fff; /* Background color of the border created by the padding */
border: 1px solid #cecece; /* A 1 pixel greyish border is applied to the white border created by the padding */
margin: -6px 6px 6px -6px; /* Offset the image by certain pixels to reveal the shadow, as the shadows are 6 pixels wide, offset it by that amount to get a perfect shadow */
}
