body {
	background-color: #C4C0BD;
	margin: 0 auto;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	

}
#holder {
	padding-bottom: 20px;
}

tr {
	background-color: 414141;
	vertical-align: top;
	background-position: top;
	text-align: top;
}
td {
	color: #C4C0BD;
	font-family: Garamond, "Times New Roman", serif;
	font-size: 13px;
	text-align: top;
}


h1 {
	font-size: 17px;
	font-family: Garamond, "Times New Roman", serif;
	text-transform: uppercase;
	text-align: left;
}

h2 {
	font-size: 1.8em;
	text-transform: uppercase;
}

h3 {
	font-size: 1.1em;
	text-align: left;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: normal;
}

p{
	text-align: left;
	font-size: 1.1em;
	color: #CCCCCC;
	padding-left: 3px;
	line-height: 17px;

}


a {
	color: #8FA9C4;
	font-family: Garamond, "Times New Roman", serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}

a:hover {
	color: #A66C6C;
	text-decoration: none;
	font-family: Garamond, "Times New Roman", serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;

}

a.white-link-underline {	
	text-decoration: underline;
	color: #FFFFFF;
}

li {
	text-align: left;
	font-size: 1.1em;
	text-indent: 10px;

}
.callout{
	font-weight: bold;
	color: #A66C6C;
}
.white-text{
color: #ffffff;
text-decoration: none;

}
.blue-text{
	color: #8FA9C4;
}

#content{
	background-repeat: no-repeat;
	padding-top: 40px;

}
img {
	border: none;
	background-position: left;
}

img.left {
	float: left;
	margin: 10px 10px 10px 0;
}

img.right {
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

img.border {
	float: left;
	margin: 0px 0px 0px 0;
}
.headline {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bolder;
	color: #FFFFFF;
}
.magnify {
}

dsettings: {
 magnifyby: 4, //default increase factor of enlarged image
 duration: 500, //default duration of animation, in millisec
 mgopacity: 0.2 //opacify of original image when enlarged image overlays it
},
cursorcss: 'http:www.zimmans.com/www/htdocs/Pages/(magnify.cur), -moz-zoom-in', //Value for CSS's 'cursor' attribute, added to original image

