	/* general styles */*,html,body { 	font-family:tahoma;	font-size:13px;	color:#000000;	margin:0;	padding:0;		}body { 		}img {	border:none;		}ul {	display:inline;
	}li {	display:block;		}p {	padding-bottom:15px;		}.new {	background-color:#ebf1f2;		}
.fiftypx {
	width:50px;
	height:50px;
	border:1px solid #000;
	}	/* links */a, a:visited { 	text-decoration:none;	border-bottom:1px dotted #ba660b;	color:#000000;		}a:hover, a:active {	text-decoration:none;	color:#ba660b;		}	/* headers and span styles */.b {	font-weight:bold;		}.b_light a {	color:#ba660b;		}.b_light a:hover {	color:#13c3fd;		}#nav h1, #nav h2/*, #nav h3*/ {	background-color:#b9c0ae;	padding:4px;		}h1 {	color:#4e6029;	font-size:16px;		}h2 {	color:#526531;	font-size:14px;		}h3 {	color:#66754b;	font-size:12px;		}h1, h2, h3 {	padding:5px;	padding-left:0;		}.hz {	margin-top:7px;	margin-bottom:7px;		}

	/* element styles */
#container {
	position:relative;
	top:25px;
	margin-left:auto;
	margin-right:auto;
	width:711px;
	min-height:100%;
	padding-bottom:5px;
	}
#header {
	z-index:100;
	}
#nav { /* occupies the left 25% of the #container */
	box-sizing:border-box; 
	-o-box-sizing:border-box; 
	-icab-box-sizing:border-box; 
	-khtml-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box; /* browser specific styles for border-box */
	
	position:relative;
	width:25%;
	height:100%;
	text-align:right;
	padding:2px;
	float:left;
	z-index:151;
	}
#text { /* occupies the right 75% of the #container */
	box-sizing:border-box; 
	-o-box-sizing:border-box; 
	-icab-box-sizing:border-box; 
	-khtml-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box; /* browser specific styles for border-box */

	position:relative;
	width:75%;
	height:40px;
	text-align:left;
	padding:2px;
	padding-left:24px;
	float:left;
	top:7px;
	z-index:150;
}
#text h2 {	background-color:#b9c0ae;
	padding:4px;
	}
.inline {
	display:inline;
	text-align:left;
	}
.inline li {
	display:inline;
	}
.inline a {
	border:none;
	}

#twitter {
	display:inline;
	position:relative;
	top:7px;
	text-align:right;
	}
#twitter-link {
	position:relative;
	float:right;
	top:10px;
	}

#flickr { /* some #flickr and #flickr a img css borrowed from Veerle @ veerle.duoh.com */
	width:214px;
	height:168px;
	display:inline;
	position:relative;
	top:21px;
	text-align:right;
	}
#flickr a img {
	float:right;
	margin:0 0px 8px 8px;
	background:#ba660b;
	padding:4px;
	width:62px;
	height:62px;
	}