@charset "utf-8";
#wizards {
	height: 175px;
	width: auto;
}
#browse_by {
	padding-left: 15px;
	text-align: left;
}
#blog_link {
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: left;
}
#blog_link a {
	font-size: 16px;
	text-decoration: none;
	font-weight: normal;
	background-image: url(../1mages/BGs/box.png);
	background-repeat: no-repeat;
	height: 75px;
	width: 100px;
	display: block;
	padding-top: 10px;
	padding-left: 7px;
	color: #666666;	
}
#blog_link a:hover {
	color: #C91732;
	background-image: url(../1mages/BGs/box_over.png);
}

#logo {
	position: absolute;
	left: 12px;
	top: 27px;
	text-align: center;
	width: 301px;
	height: 69px;
}
#header {
	position: relative;
	height: 250px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	
}
#mainContent {
	height: auto;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 20px;
	position: relative !important;
	background-color: #FFFFFF;
	padding-bottom: 15px;
}
#col_right {
	width: auto;
	margin-left: 165px;
	position: relative !important;
}
