body {
	padding:10px 10px;
	font-family:"Trebuchet MS", Arial, sans-serif;;
}


h3.title a {color:#F26722;text-decoration:none;}
.link {color:#F26722;float:right;}
span.news {background-color:#F26722;color:#FFFFFF;padding:5px 8px 5px 8px;margin:0;}

#featured {border:1px solid #F26722;width:375px;margin-top:5px;float:left;}

/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

#nav {
	width:380px;
	padding:5px;
}

#nav ul {	
	width:370px;
	margin:0;
	padding:0;
}

#nav li {	
	float:left;
	padding-left:1px;
	width:118px;
	list-style-type:none;
	text-align:center;
	margin:0 2px 0 2px;
}

#nav a {
	color:#333333;
	padding:5px;
	position:relative;
	word-spacing:-2px;
	font-size:11px;		
	text-decoration:none;
}	

#nav a.current, #nav a, #nav a:visited {
	word-spacing:0;padding:4px 0 0 0;
}

#nav img {
	border:1px solid #ddd;
	margin:3px 0 0 0;	
	display:block;
	margin:0 auto;
}

#nav strong {		
	font-size:10px;
	color:#666666;
	line-height:3px;
	word-spacing:1px;
}

/* panes */
#panes {

	width:360px;	
	padding:5px 5px 5px 5px;

	/* must be relative so the individual panes can be absolutely positioned */
}


#panes p {font-size:12px;}

#panes img {
	float:left;
	margin-right:10px;		
}

#panes p.more {
	color:#000;
	font-weight:bold;
	font-size:13px;
}

#panes h3 {
	margin:0 0 -5px 0;
	font-size:16px;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, sans-serif;
	color:#F26722;
}

