body {
    margin: 0;
    background-color: #FFF;
	background-image: url(http://www.iancraddock.com/images/ic_cuisine.jpg);				
	background-repeat: repeat-x;
	background-position: top left;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 100;
	line-height: 15px;
	color: #000;
	margin: 0;
	padding: 0 0 0 0;
	word-wrap: break-word;	/* IE */
}




#wrapper {
	text-align: center;
}


#header {
margin: 0 0 20 0;
padding: 0;
background: transparent;
}


#banner {
	background-color: transparent;
	height: 300px;
	width: 770px;
	padding: 0;
	margin: 0;
}


#container {
    background-color: #transparent;
	width: 800px;
	margin: 0 auto 20px 75px;
	border: 0;
	padding: 0;
	text-align: left;
}



#sidebar {
	float: left;
	width: 300px;
	margin-top: 40px;	
	padding: 0;
	text-align: left;
	font-size: 11px;
	line-height: 12px;
}

p {
	margin: 0 0 16px;
	padding: 2px;
}

#sidebar div {
	margin: 0;
	padding: 0;
	height: 1%;
}


#content{
	float: right;
	width: 450px;
	margin-top: 40px;
	padding: 0;
	color: #000;
	line-height: 18px;
}

#content a:link{
	color: #000;
	text-decoration: none;
	background-color: transparent;
	border-bottom: none;
		font-size: 14px;
			line-height: 18px;

}

#content a:visited{
	color: #000;
	text-decoration: none;
	background-color: transparent;
	border-bottom: none;
		font-size: 14px;
			line-height: 18px;

}

#content a:hover{
	color: #000;
	text-decoration: none;
	background-color: transparent;
	border-bottom: 1px dotted #000;
		font-size: 14px;
			line-height: 18px;

}


#contentone {
	float: left;
	width: 800px;
	margin: 0 50px 0 50px;	
	padding: 20 0 0 0;
}









#logobar {
	height: 330px;
	padding: 0;
	margin: 0;
}

#logobarnewsarch {
	height: 130px;
	padding: 0;
	margin: 0;
}







/* typography
----------------------------------------------- */




h1, h2 { 
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	}

h3
{
	font-size: 14px;
	line-height: 15px;
	font-weight: normal;
}

a:link{
	color: #000;
	text-decoration: none;
	background-color: transparent;
	border-bottom: none;
}

a:visited{
	color: #000;
	text-decoration: none;
	background-color: transparent;
	border-bottom: none;
}

a:hover{
	color: #000;
	text-decoration: none;
	background-color: transparent;
	border-bottom: 1px dotted #000;
}

a:link img, a:visited img, a:hover img, a:active img  { 		
	text-decoration: none;
	border: none;
	}


.small {
	font-size: 11px;
	line-height: 12px;
}


.smallo a:link, a:visited, a:hover, a:active {
	font-size: 11px;
	line-height: 12px;
	color: #E5AD34;
}


.smallb a:link, a:visited, a:hover, a:active {
	font-size: 11px;
	line-height: 12px;
	color: #5DBEC7;
}

.smallp a:link, a:visited, a:hover, a:active {
	font-size: 11px;
	line-height: 12px;
	color: #90749E;
}

.smallr a:link, a:visited, a:hover, a:active {
	font-size: 11px;
	line-height: 12px;
	color: #C7795F;
}

.smallg a:link, a:visited, a:hover, a:active {
	font-size: 11px;
	line-height: 12px;
	color: #919591;
}





.smalllink {
	font-size: 11px;
	line-height: 22px;
}

.smalllinklinks {
	font-size: 11px;
	line-height: 11px;
}


.headlines {
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
}







/* ACCORDION */

#h3 {
	margin: 5px 0 0;
	height: 20px;
	width: 210px;
}

#h3 a:link, #h3 a:visited {
	color: #fff;
	padding: 4px 0 0;
	display: block;
	height: 20px;
	width: 210px;
	text-decoration: none;
}





p {
	margin: 0 0 16px;
	padding: 2px;
}


div.wrapper {
	background-color: transparent;
}


#content div {
	margin: 0;
	padding: 0;
	height: 1%;
}

.stretcher {
	background: none !important;
	background: #fff;
	width: 350px;
}

.stretcher a img {
    border: 0;
    text-decoration: none;
}

.stretcher a:hover img {
    border: 0;
    text-decoration: none;
}

.stretcher a:visited img {
    border: 0;
    text-decoration: none;
}





/* CLEAR */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	


.clear {
	clear:both;
}




