@charset "utf-8";
/* CSS Document */
/* Set general styles for the body, links, the wrapper, etc. */

/* The main page content */
body {
/*	background: url(images/blog-bg.png) top left repeat; */
}

#mainContent {
	clear: both;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	padding: 0;
	width: 780px;
	height: 1000px;
	border: #C90 2px solid;
	border-top: none;
	background-color: #FFFFFF;
}

#promote {
	display: block;
	margin-top: 25px;
	margin-left: 12px;
	margin-right: 7px;
	margin-bottom: 12px;
}

#amazonWidget {
	display: inline;
	margin-top: 17px;
	margin-left: 7px;
	margin-right: 0;
	margin-bottom: 10px;
	padding: 0;
	border-left: 2px solid #999999;
	border-bottom: 7px groove #333333;
	background-color: #EEEEEE;
	width: 160px;
	height: 600px;
	float: right;
}

#leftColumn {
	margin: 0;
	margin-top: 15px;
	margin-left: 5px;
	padding: 0;
	width: 600px;
	height: 750px;
	float: left;
}

#leftColumn h2 {
	width: 600px;
	margin: 0;
	padding-top: 14px;
	padding-bottom: 14px;
	font-style: normal;
	font-weight: normal;
	font-size: 2.5em;
	text-align: center;
	color: #FFFFFF;
	background:url(images/header-bg.png) bottom left no-repeat;
	overflow: hidden;
}

#leftColumn h3 {
	width: 585px;
	height: 40px;
	margin: 0;
	padding: 0;
	margin-top: 1px;
	padding-top: 5px;
	padding-left: 15px;
	padding-bottom: 5px;
	margin-right: 10px;
	margin-bottom: 12px;
	text-align: left;
	font-size: 1.4em;
	font-weight: normal;
	color: #FFFFFF;
	font-family: Tahoma, "Trebuchet MS", Arial, Verdana, Geneva, sans-serif;
	background:url(images/table-gradient-lg.png) top left repeat-x;
}

#widgetGroup {
	width: 585px;
	height: 600px;
	margin: 0;
	padding: 0;
	margin-top: 25px;
}

.widget {
	margin-top: 15px;
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 7px;
}

#widgetSmall {
	margin-left: 5px;
	margin-right: 28px;
}

#live365widget {
	margin-left: 28px;
	margin-right: 0;
}

/* generic classes */
.divider2 {
	clear: both;
	height: 7px;
	width: 70%;
	margin: 0;
	padding: 0;
	margin-left: 15%;
	margin-right: 18%;
	margin-bottom: 25px;
	border-bottom: 7px groove #333333;
}