table#ContentWrapper {
	background-image: url("../images/base/content_bg_home.png");
}

table#ContentWrapper #ContentRight {
	background-image: url("../images/base/content_underlay.png");
	background-repeat: no-repeat;
	background-position: bottom right;
}

.DottedLine {
	width: 326px;
	margin: 17px 0px 17px -3px;
}


/* Welcome */

div#Welcome h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #333333;
	margin: 8px 0px 4px 0px;
}
div#Welcome p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 1.5em;
	margin: 0px 0px 14px 0px;
	padding-right: 10px;
}

/* Benefits */

div#Benefits {
	width: 322px;
	background-image: url("../images/base/blubox_bg.png");
	background-repeat: repeat-y;
	margin-left: -3px;
}
div#Benefits h1 {
	font: 17px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	margin: 10px 10px 10px 15px;
}

div#Benefits h1 a {
	font: 17px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
}
div#Benefits h1 a:hover {
	text-decoration: none;
}

div#Benefits h2 {
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #6699FF;
	margin: 0px 10px 6px 15px;
}

div#Benefits p {
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
	margin: 0px 10px 12px 15px;
	line-height: 1.5em;
}


/* Site of the week */

div#SotwText {
	height: 120px;
	width: 310px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-top: 5px;
	margin-left: 28px;
	margin-bottom: 10px;
	background-image: url("../images/base/sotw_bg.jpg");
	background-repeat: no-repeat;
	background-position: right;
}

div#SotwText h1 {
	font: 16px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	margin: 4px 10px 2px 0px;
}

div#SotwText p {
	padding-right: 150px;
}

/* Headlines */

div.Headline {
	width: 324px;
	height: 94px;
	margin-left: 16px;
	position: relative;
	background-image: url("../images/base/headline_bg.png");
	background-repeat: no-repeat;
}
div.Headline img {
	position: absolute;
	left: 15px;
	top: 21px;
	width: 87px;
	height: 59px;
}
div.Headline div {
	float: right;
	width: 200px;
	margin-top: 13px;
}
div.Headline h1 {
	font: 17px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #227AD3;
	margin: 0px 0px 2px 0px;
}
div.Headline p {
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
	margin: 0px 0px 12px 0px;
	line-height: 1.5em;
}

