/* Layout */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666633;
	background: #FFFFFF url(images/bgtback.jpg) no-repeat fixed center top;
}
#container {
	width: 760px;
	margin: 20px auto 0px;
}
#profile {
	float: left;
	width: 180px;
	text-align: right;
	padding: 10px;
}
#blog {
	float: right;
	width: 400px;
	text-align: left;
	padding: 10px;
}
#links {
	width: 120px;
	float: left;
	padding: 10px;
}
.clear {
	clear: both;
}
.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}#footer {
	padding: 10px;
	text-align: right;
	font-size: 10px;
}

/* Profile Column */
#flickrbadge {
}
#flickrbadge img {
	border: none;
	height: 75px;
	width: 75px;
}
#flickrbadge a {
	border: 1px solid #663;
	display: block;
	margin: 0px 0px 7px 7px;
	float: right;
}
#flickrbadge a:hover {
	border: 1px solid #f60;
}

h1 {
	font-size: 26px;
	font-weight: normal;
	letter-spacing: -2px;
	margin-bottom: 10px;
	clear: both;
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
}
h2 {
	margin-bottom: 3px;
	font-weight: bold;
	font-variant: normal;
	font-size: 13px;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
li {
	margin-bottom: 3px;
}
a {
	color: #999900;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}

/* Blog Column */

h3 {
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 10px;
	color: #CC6600;
}
dl {
	margin: 0px;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0px 0px 10px;
}
#blog a {
	text-decoration: underline;
}
#blog a:visited {
	text-decoration: underline;
	color: #999966;
}
#blog a:hover {

	color: #FF6600;
	text-decoration: underline;
}
#description {
	display: none;
}

