#masthead, #content {
	background-color: #FFFFFF;
	border-top: solid 1px #64888C;
	border-left: solid 1px #64888C;
	border-right: solid 1px #64888C;
	width: 758px;
	margin-left: auto;
	margin-right: auto;
}

#content {
	border-bottom: solid 1px #64888C;
	overflow: auto;
}

.intro_copy {
	font-size: 1.2em;
	padding-right: 40px;
}

strong.big_red {
	color: #CC0000;
	font-size: 1.5em;
}

.box_design, .box_email, .box_custom, .box {
	padding-top: 6px;
	padding-left: 17px;
	padding-right: 17px;
	padding-bottom: 12px;
	font-size: 1em;
}
.box_design p, .box_email p, .box_custom p, .box p {
	padding: 0px;
	margin: 0px;
}
.box_design {
	background-image: url(../images/bg_designDev.gif);
	background-position: top left;
}
.box_email {
	background-image: url(../images/bg_email.gif);
	background-position: top left;

}

.box_email #postmaster img { margin:2px 0 0 -2px; border:0; }
.box_email #postmaster { margin-top:10px; }

.box_email .get-started { padding:6px 0 0 0; text-align:right; }

.box_custom {
	background-image: url(../images/bg_customApps.gif);
	background-position: top left;
}
.box_colored {
	background-color: #E8EDEE;
}
.box_featured {
	color: #496366;
	font-size: 1em;
}
.box_title a:link {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFf;
	text-decoration: none;
}
.box_title a:visited {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFf;
	text-decoration: none;
}
.box_title a:hover {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFf;
	text-decoration: underline;
}
.box_title a:active {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFf;
	text-decoration: none;
}
