/**
 * 1. Skeleton
 */

html,body
{
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", verdana,sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	color: #303030;
} 
 
body
{
	min-width:934px;
	background: #fff url(radish.gif) no-repeat fixed;
}

#header,#menu,#content,#sub-section,#footer {

overflow:hidden;

display:inline-block

}

#horizon
{
	/*text-align: center;*/
	/*border: 1px solid gray;*/
}

#inner
{
	position:relative;
	top: 0;
	left: 50%;	
	margin: 0 0 0 -467px;
	/*border: 1px dashed green;*/
	text-align: left;
	width: 934px;
}
/* safari and opera need this */

#header,#footer
{
	width:100%;

	/*border: 1px solid blue;*/
}

#header
{
	margin: 0 0 30px 0;
	padding: 0;
}

#news,#column-left,#column-middle,#column-right {float:left; }

#column-left
{
	width:300px;
	padding: 0 5px 0 0;
	margin: 0;
	/*border-right: 1px dotted #505050;
	border-left: 1px dotted #505050;*/
}

#news
{
    text-align: right;
	width:300px;
	padding: 0 5px 0 0;
	margin: 0;
	/*border-right: 1px dotted #505050;
	border-left: 1px dotted #505050;*/
}

#column-middle
{
	width:300px;
	padding: 0 5px 0 5px;
	margin: 0;
	/*border-right: 1px dotted #505050;*/
}

#column-right
{
	width: 300px;
	padding: 0 5px 0 5px;
	margin: 0;
	/*border-right: 1px dotted #505050;*/
}

#footer {clear:left; 	margin: 0;
	padding: 0;}

#logo-radagio {width: 300px; height: 112px; float: left;}

#header-right {text-align: right; width: 634px;height: 112px; float: left;}

p
{
	margin: 0 0 1.4em 0;
	padding: 0;
}

h1
{
	display: none;
}

h2
{
	font-family: "Trebuchet MS", verdana,sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	color: #970f00;
	margin: 0 0 0 0;
	padding: 0;
	font-weight: bold;
	text-transform: uppercase;
}

#news p
{
	font-size: 0.8em;
	line-height: 1.2em;
	color: #666666;
}

#news h2
{
	font-size: 0.8em;
	line-height: 1.2em;
	color: #000000;
}

#news a
{
	font-size: 0.8em;
	line-height: 1.2em;
	color: #000000;
}

#footer p
{
	font-size: 0.8em;
	text-align: left;
}
/**
 * 2. navigation
 */

#top-right-nav
{
	position: relative;
	top: 50%;
	margin:  36px 0 0 0;
	padding: 0;

}

#top-right-nav li
{
	list-style-type: none;
	display: inline;
	padding: 0 0 0 20px;
}

a
{
	font-family: "Trebuchet MS", verdana,sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
	color: #970f00;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

p img
{
	border: solid 1px;
}

a img
{
	border: none;
}

a:hover
{
	text-decoration: underline;
}