* {
	padding:0;
	margin:0;			
}
		
#cokefridge {
	min-width:995px;
	height:100%;
	z-index:-1;
}

#fb_content{
	position: absolute; 
	z-index:1;
	width:450px;
	height:26px;
	visibility:hidden;
	overflow:hidden;
}

html,body {
	min-height: 100%;
	height: 100%;
	/*height: auto !important;*/
	position: relative;
}

body {
	background-color: #ffffff;
	color: #777;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	height: 100%;
	font-family: Verdana, Helvetica, sans-serif;
	height: 100%;
}

#content a {
	color: #dd0212;
	text-decoration: none;
}

#content a:hover {
	color: #4e4e4e;
	text-decoration: underline;
}

#content {
	position: relative;
	background: #fefefe;
	padding: 20px;
	height: 100%;
	margin:10px;
}

#content li,#content p,#content a {
	line-height: 18px;
}

h1.title {
	color:#dd0212;
	margin:20px 0px 10px 30px;
	font-size: 18px;
	font-weight:bold;
	height:80px;
	
}

#content h2.home_headline {
	color: #dd0212 !important;
	font-size: 18px;
	margin-bottom: 15px;
}

#content h3 {
	color: #dd0212 !important;
	font-size: 15px;
	color: #ff6600;
	margin-bottom: 10px;
}

#content h4,#content h5,#content h6 {
	color:#dd0212;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}

#content li {
	list-style-type: circle;
	list-style-position: inside;
}

#content div.home_teaser,#content div.home_head,#content ul.nav,#content ul.metanav	{
	background: #fff;
	border: 3px solid #eee;
	padding: 15px;
	margin-bottom: 15px;
}

#content div.clearer {
	clear: both;
}

#content .nav {
	float:left;
	clear:right;
	margin-right:15px;
}