body {
margin-top: 0;
	}

div.box a {
	color: #ffa;
	}

div.box a:hover {
	color: #ff8;
	}

h1, h2, h3, h4, h5, h6 {
	color: #ffa;
	}

h1 {
	width: 350px;
	background: #151515;
	margin: 0;
	padding: 5px 0 20px 0;
	text-align: center;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	}

h2 a {
	display: block;
	padding: 0 20px;
	color: #ccc;
	background: #555;
	text-decoration: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

	}

h2 a:hover {
	color: #ff8;
	background: #444;
	}

#flickr h2 a {
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
}

ul {
	list-style: square;
	}

#about {
	color: #bbb;
	padding-top: 1px;
	padding-bottom: 1px;
	background: #151515;
	}

#about ul {
	list-style: none;
	}

#about li a {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	}

#about img {
	border: 2px solid #333;
	left: -2px;
	margin: -10px 0 0 0;
	position: relative;
	}

.flickr-photo {
	float: left;
	margin: 5px;
	width: 240px;
	height: 240px;
	text-align: center;
	line-height: 240px;
	font-size: 240px;
	}

#txfx {
	}

.most-recent {
	margin-bottom: 20px;
	}

.other-items p {
	margin: 0 0 5px 0;
	}

#flickr {
	background: #333;
	-moz-border-radius: 15px;
	-moz-border-radius-topright: 20px;


	-webkit-border-radius: 10px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	}

#header {
	text-align: center;
	font-size: 18px;
	background: #eee;
	color: #F55;
	margin-bottom: 10px;
	height: 50px;
	line-height: 50px;
	}

li blockquote {
	xbackground: #eee;
	padding: 0 10px;
	margin: 10px 0 10px 20px;
	position: relative;
border-left: 5px solid #ddd;
	}

.bqstart, .bqend {
	font-size: 300%;
	}

.bqstart {
	text-indent: 0;
	position: absolute;
	top: -0.2em;
	left: 0;
	}

.bqend {
	position: absolute;
	margin-top: -0.2em;
	right: 0;
	text-indent: 0;
	}

li p {
	margin-bottom: 0;
	}

div#mjcombar {
	overflow: hidden;
	font-weight: bold;
	position: absolute;
	top: 0;
	width: 100%;
	height: 30px;
	background: #ccc;
	}

div#mjcombar ul {
	/* width: 900px; */
	line-height: 30px;
	margin: 0 auto;
	padding: 0;
	white-space: nowrap;
	list-style-type: none;
	text-align: center;
	}

div#mjcombar ul li {
	display: inline;
	}

div#mjcombar ul li a {
	border-right: 1px solid #aaa;
	padding: 0 20px;
	float: left;
	color: #000;
	text-decoration: none;
	}

div#mjcombar ul li a:hover {
	background: #eee;
	color: #333;
	}

div#mjcombar ul li a.current-site {
	background: #333;
	color: #fff;
	}

body {
	margin-top: 40px;
	}