#page_openning {
	width: 100%;
	height: 600px;
}
#copy {
	color: gray;
	font-size: .8em;
	width: 580px;
	margin-top: 40px;
	margin-left: 100px;
	display: block;
	line-height: 1.5em;
}
#details_holder {
	width: 100%;
	height: 200px;
	display: block;
	border-style: solid;
	border-width: 0px;
	margin-top: 50px;
}
#details_left {
	width: 550px;
	height: 200px;
	background: url(../Graphics/ContactBgr1.gif) no-repeat;
	border-style: solid;
	border-width: 0px;
	display: inline-block;
	float: left;
}
#details_right {
	width: 170px;
	height: 200px;
	background: url(../Graphics/ContactBgr2.gif) no-repeat 0 0;
	border-style: solid;
	border-width: 0px;
	display: inline-block;
	float: left;
}
#item_container {
	border-style: solid;
	border-width: 0px;
	text-align: left;
	float: left;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	margin-left: 100px;
	width: 350px;
	height: 150px;
}
table.details {
}
table.details td {
	padding: 5px;
	color: black;
}
strong {
	color: #55aad4;
}
address {
	color: gray;
	font-weight: normal;
	font-style: normal;
	font-size: .8em;
}
#form_holder {
	border-style: solid;
	border-width: 1px;
	width: 200px;
}
