/* General Tags*/
body {
	margin: 0px;
	font-family : Georgia,arial,sans-serif;
	background-color : #333333;
	text-align:center;
	color: white;
}

p {
	font-family : Georgia, arial, sans-serif;
	color: white;
	margin: 0px 10px 10px 10px;
}
span.largefont {
		font-size:16px;
		font-weight: bold;
		color: #FD7A15;
		margin: 0px;
		padding: 0px;
		}

hr {
	color : #999999;
	margin: 2px;
	
}
table.toppics {
	width: 800px;
}
/* Links */
a:link {
	color: white;
}
a:visited {
	color: white;
}
a:hover{
	color: #FD7A15;
}
a.gray {
	color: #999999;
}
a.gray:visited {
	color: #999999;;
}
a.gray:hover{
	color: #FD7A15;
}
a.footer:link {
	font-size: 11px;
	color: #999999;	
}

a.footer:visited {
	font-size: 11px;
	color: #999999;	
}
a.footer:hover {
	font-size: 11px;
	color: #ff6600;
}

/* specific divs */
	#frame {
		width:800px;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		padding:0px;
		text-align:left;
		}
		
		#contentcenter {
		width:510px;
		padding:4px;
		float:left;
		background:#333;
		}
	#contentright {
	width:250px;
	margin: 10px;
	padding:5px;
	float:left;
	background-color : #292929;
}
#contentright p {
	color: #999999;
	font-size: 12px;
	margin: 0px;
}
	#contentrightspecial {
	background-image: url(images/home/special_bg.jpg);
	text-align: right;
	color: #202020;
	font-size: 16px;
	padding: 5px;
	font-weight : bold;
	line-height: 150%;
}
	#header {
		}
	#footer {
			color: #999999;
			font-size: 11px;
}
	/* Navigation */
	#nav ul {
  display: block;
  list-style: none outside;
  padding: 0;
  margin: 0 0 0 10px;
  font-family: Georgia, serif;
  position: relative;
  left: 375px;
}

#nav li {
  padding: 0;
  margin: 0 4px 0 0;
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
  border-left: 1px solid #666666;
  color: #999999;
  /* the next 4 lines are magic */
  display: block;
  float: left;
  position: relative;
  top: 0em;
}

#nav a:link,
#nav a:visited {
  color: #999999;
  text-decoration: none;
  padding-left: 1em;
  padding-right: 1em;
}

#nav a:hover {
  background-color: #FD7A15;;
  color: #333333;
}

#navclear {
  display: none;
}
html>body #navclear {
  display: block;
  clear: both;
}


/* ----- now highlight active tab based on body @class attribute ----- */

body.index #nav li#nav-index a,
body.about #nav li#nav-about a,
body.archives #nav li#nav-archives a,
body.projects #nav li#nav-projects a,
body.pictures #nav li#nav-pictures a,
body.syndication #nav li#nav-syndication a,
body.links #nav li#nav-links a {
  background-color: #fff;
  color: #000066;
}