html, body {
	background-color: #efefef;
}

body { 
	font:62.5%/1 "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: #6797d7;
}
a:hover {
	color: #000;
}
h1 a {
	color: #000;
}

h1, h2, h3 {
	font-family: Georgia, serif;
	letter-spacing: 1px;
}
h1 { font-size: 2.6em; 	margin-bottom: 40px; }
h2 { font-size: 1.8em; 	margin-bottom: 30px;	line-height: 1.2em; }
h3 { font-size: 1.3em; 	margin-bottom: 10px;	line-height: 1.2em;
	color: #909090;
	border-bottom: 1px dotted #d6d6d6;
}

h1 {
	line-height: 50px;
	border-bottom: 1px dotted #d6d6d6;
}

p {
	margin-bottom: 20px;
}
table td {
	vertical-align: top;
	padding-right: 15px;
	padding-bottom: 15px;
}
table tr td:first-child {
	color: #797979;
	text-align: right;
}

#container {
	width: 840px;
	margin: 100px auto 0;
	font-size: 1.4em;
	line-height: 1.3em;
}


/* @group side */

#side { 
	float: left;
	width: 280px;
	padding-bottom: 100px;
}

#side a img {
	background-color: white;
	padding: 10px;
	border: 1px solid #d8dfe7;
}

#side a img:hover {
	border: 1px solid #fff;
}

#side p.meta {	
	color: #797979;
} 

#about p.quote {
	font-style: italic;
	font-size: 1.4em;
}



/* @end */

/* @group main */

#main {
	float: right;
	width: 500px;
	padding-bottom: 100px;
}


/* @group nav */

#nav {
	margin-bottom: 40px;
	font-size: 1.4em;
	line-height: 50px;
	border-bottom: 1px dotted #d6d6d6;
}

#nav li {
	display: inline;
	margin-right: 20px;
}

#nav li.active a {
	color: #cacaca;
}

/* @end */

/* @group content */


/* @end */



/* @end */


#ad {
	width: 220px;
	height: 110px;
	position: fixed;
	right: 0;
	top: 0;
}




