html, body {
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: #E9ECCA;
}
table tr td {
	vertical-align: top;
	font: 12px Arial, Sans-Serif;
}
img {
	border: none;
}
h1, h2 {
	color: #1C3462;
}
h1 {
	font: 24px Arial, sans-serif;
	font-weight: bold;	
}
h2 {
	font: 15px Arial, sans-serif;
	font-weight: bold;
	margin: 0;
}
p, ul li, ol li {
	font: 12px Arial, sans-serif;
}
p {
	margin-top: 0;	
}
ul {
	margin-bottom: 0;	
}
#container {
	background-color: #E9ECCA;
	height: 100%;
}
#main {
	width: 760px;
}
.header {
	height: 148px;
}
#masthead {
	width: 550px; height: 148px;
	background: url("/images/magic-masthead.gif") no-repeat;
	cursor: hand;
	cursor: pointer;
}
#greenbar {
	width: 760px; height: 5px;
	background-color: #507B5C;
}
/* content */
.leftcolumn {
	width: 550px; height: auto;
	border-right: solid 1px #000;
}
.rightcolumn {
	width: 210px;
}
.leftcolumn, .rightcolumn {
	background-color: #fff;
}
#content {
	padding: 20px 20px 20px 25px;
}
#contentarea {
	height: 100%;
}		
#sidebar {
	background: url("/images/magic-rightbackground.gif") no-repeat;
	background-color: #fff;
	padding: 40px 5px 20px 6px;
}
#sidebar h1 {
	font-size: 13px;
}
#sidebar h2 {
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	margin-left: 5px;
}
#testimonial {
	margin-top: 10px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font: 12px Arial, sans-serif;
	padding: 5px;
}
#quote {
	font-style: italic;
	font-size: 12px;
	margin-bottom: 10px;
}
/* content */

/* home */
#icephoto, #icephoto td, #contactinfo {
	width: 550px;
}
.smalltext {
	font: 10px Arial, sans-serif;
	padding: 0 7px 0 7px;
}
.smalltext a {
	color: #000;
}
#sidebarhome {
	background: url("/images/magic-homesidebar.gif") no-repeat;
	background-color: #fff;
}
#promotion {
	padding: 20px 5px 10px 10px;
}
#promotion ul {
	font: 13px Arial, sans-serif;
	color: #1C3462;
	padding: 0 0 0 15px; margin: 0;
}
#promotion ul li {
	line-height: 14px;
	font: 13px Arial, sans-serif;
}
/* /home */

/* navigation */
#navigation {
	width: 209px; height: 148px;
}
#navigation td, #navigation img {
	width: 209px;
}
/* /navigation */

/* footer */
#contactinfo {
	height: 30px;
	background-color: #748F63;
	font: 11px Arial, sans-serif;
	color: #fff;
	padding: 8px 15px 5px 15px;
}
#contactinfo a {
	color: #fff;
}
#phonenumber {
	font-size: 12px;
	font-weight: bold;
}
/* /footer */

/* contact form */

.requiredField, .field {
	text-align: right;
}

/* /contact form */