html {
	background: #EDEDED url(/html.png);
	margin: 0;
}

body {
	background: url(/body.png) repeat-x;
	margin: 0;
}

a:link { 
	color: #0000FF;
}

a:visited {
	color: #0000FF;
}

a:active { 
	color: #0000FF;
}

a:hover	{
	color: #800080;
}

#container {
	width: 625px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 66px;
	padding-top: 40px;
	text-align: center;
}

#services {
	width: 625px;
	height: 368px;
}

ul.services {
	list-style-type: none;
    list-style-image: none;
    line-height: 0px;
    padding: 0px;
    margin: 0px;
}

ul.services li {
	background: url(/services.png) top left no-repeat;
	width: 150px;
	height: 368px;
	float: left;
	display: block; 
	margin: 0px; 
	padding: 3px;
}

.active {
	filter: chroma;
}

.inactive {
	filter: gray;
}

#images {
	position: relative;
	top: 7px;
	left: 7px;
}

h1 {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

#top {
	background: url(/top.png) top left no-repeat;
}

#middle {
	background: url(/middle.png) top left repeat-y;
}

#bottom {
	background: url(/bottom.png) bottom left no-repeat;
}

#content {
	margin-left: 14px;
	padding-bottom: 15px;
	padding-top: 10px;
	margin-right: 14px;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	word-spacing: 1px;
	text-align: left;
	height: auto !important;
	height: 300px;
	min-height: 300px;
}

h1 {
	margin: 0;
	font-weight: normal;
	font: normal small Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	font-size: 18px;
}

.breadcrumb {
	margin: 0;
	font-weight: normal;
	font: normal small Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	font-size: 18px;
	color: #333333;
	text-decoration: none;
}

.album a {
	font-weight: normal;
	font: normal small Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
}

.shadowed { 
	float: right;
	background: url(/drop-shadow.png) no-repeat bottom right !important;
	background: url(/drop-shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
}

.shadowed img {
	  display: block;
	  position: relative;
	  top: 0px;
	  background-color: #FFFFFF;
	  border: 1px solid #CCCCCC;
	  margin: -6px 6px 6px -6px;
	  padding: 4px;
}

#footer {
	font: normal small Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

#nav {
	font-size: 17px;
	padding-top: 10px;
}

#nav a {
	text-decoration: none;
	letter-spacing: -1px;
	color: #333333;
}

#nav a:hover {
	color: #999999;
}

#nav .active a {
	color: #999999;
}

#copy {
	font-size: 11px;
	color: #999999;
}

#copy a {
	color: #999999;
}