html {
	height:				100%;
	background-color:	#BFC9D4;
}

body {
	height:				100%;
	background-image: 	url(/images/background.jpg);
	background-color:	#BFC9D4;
	background-repeat:	repeat-x;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

#center_column {
	width:				952px;
	height:				100%;
	background-image: 	url(/images/background-block.jpg);
	background-color:	#BFC9D4;
	background-repeat:	no-repeat;
	position:			relative;
	left:				50%;
	margin-left:		-476px;	
	margin-bottom:		200px;
}

h1 {
	text-align:			center;
	line-height: 		999px; 
	overflow: 			hidden;
	font-size: 			0;
}

h1 a {
	text-indent:		-1000px;
	width:				287px;
	height:				120px;
	background-image: 	url(/images/minute_box_light.jpg);
/*	position:			relative;
	left:				324px;
	top:				47px;*/
	display:			block;
}

.box {
	margin-top:			70px;
	width:				312px;
	height:				508px;
	background-image: 	url(/images/box.gif);
	background-repeat:	no-repeat;
	float:				left;
	margin-left:		90px;
	padding:			20px 30px;
	font-size:			17px;
	color:				#424f5d;

/*	line-height:		1.3em;*/
}

.box.right {
	margin-left:		20px;
	height:				auto;
	background-image: 	url(/images/large_box.gif);
	margin-bottom:		200px;
}

.box .footer {
	width:				372px;
	height:				25px;
	background-image: 	url(/images/large_box_footer.gif);
	position:			relative;
	left:				-30px;
	top:				30px;
}

.box object {
	margin: 10px 0px;
}

.box p {
	margin-bottom:		5px;
}

.box strong {
	font-size:			19px;
	font-weight:		bold;
}

.box p.seperator {
	background-image: 	url(/images/dots.jpg);
	background-repeat:	no-repeat;
	text-align:			center;
	margin-top:			0px;
/*	border:				1px solid red;*/
	background-position: -2px 0px;
	
}

.box p.buttons {
	position:			relative;
	left:				-10px;
	width:				330px;
	margin-top:			5px;
}

.box .follow_button {
	height:				36px;
	background-repeat:	no-repeat;
	display:			block;
/*	text-indent:		-1000px;*/
	line-height: 		999px; 
	overflow: 			hidden;
	font-size: 			0; 
	cursor:				pointer;
	float:				left;
}

.box .follow_button:hover {
	background-position: 0px -36px;
}

.box .blog_button {
	width:				83px;
	background-image: 	url(/images/blog-button.jpg);
	margin-right:		10px;
}

.box .facebook_button {
	width:				123px;
	background-image: 	url(/images/facebook-button.jpg);
	margin-right:		10px;
}

.box .twitter_button {
	width:				103px;
	background-image: 	url(/images/twitter-button.jpg);
}



#signup_form, h3.thanks {
	background-image: 	url(/images/form-background.gif);
	width:				305px;
	height:				179px;
	position:			relative;
	left:				-10px;
	margin-top:			15px;
	padding:			10px 12px;
	margin-bottom:		10px;
}

h3.thanks {
	font-weight:		bold;
	padding:			60px 22px;
	width:				285px;
	height:				79px;
}

#signup_form div {
	margin-top:			10px;
}

#signup_form label {
	font-weight:		bold;
	width:				72px;
	display:			block;
	float:				left;
	font-size:			15px;
	position:			relative;
	top:				7px;
}

#signup_form .large_text_field {
	width:				211px;
	height:				23px;
	background-image: 	url(/images/large_text_field.jpg);
	border:				0px;
	padding:			5px 10px;
	color:				#424f5d;	
}

#signup_form .small_text_field {
	width:				53px;
	height:				23px;
	background-image: 	url(/images/small_text_field.jpg);
	border:				0px;
	padding:			5px 10px;
	color:				#424f5d;	
	position:			relative;
	top:				-10px;
	left:				3px;
}

#signup_form #submit {
	width:				140px;
	height:				33px;
	background-image: 	url(/images/submit_form-button.jpg);
	border:				0px;
	margin-left:		72px;
	line-height: 		999px; 
	overflow: 			hidden;
	font-size: 			0; 
	cursor:				pointer;
}

#signup_form #submit:hover {
	background-position: 0px -33px;
}

#twtr-widget-1 {
	margin-bottom:		10px;
}

.feedburnerFeedBlock .feedTitle, .feedburnerFeedBlock  #creditfooter{
	display:			none;
	
}

.feedburnerFeedBlock .headline a {
	text-decoration:	none;
	font-weight:		bold;
	color:				#424f5d;
}

.feedburnerFeedBlock .date {
	font-size:			14px;
}

.feedburnerFeedBlock li {
	margin-bottom:		10px;
}

.error {
       color: #5b0f09;
}

	

