/* general styles */

body {
	color: black; background-color: white;
	font-size: 100.01%;
	font-family: Helvetica,Arial,sans-serif;
}

img {
	border: none;
}

a:link {
	color: #996600;
}

a:visited {
	color: black;
}

/* Page formatting */
#page {
	align : center;
}

#banner a:link {
	color: #CC6600;
}

#banner a:visited {
	color: #CC6600;
}

/* Table formatting */

#leftcolumn {
	vertical-align: top;
	border: 1px solid #993366;
	font-size: 10pt;
}

#leftcolumn h1 {
	font-size: 12pt;
	font-weight: bold;
	color: #993366;
}

#leftcolumn h2 {
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 0pt;
}

#leftcolumn p {
	margin-top:0pt;
	margin-bottom:0pt;
	margin-left:5px;
	text-indent:-5px;
}

/* Center column - Bold item list */
#centercolumn {
	vertical-align: top;
	border: 1px solid #993366;
	font-size: 10pt;
}

#centercolumn h1 {
	font-weight: bold;
	font-size: 11pt;
	color: #993366;
	clear: both;
}

#centercolumn img {
	float: left;
	margin-right: 4px;
	margin-top: 2px;
	margin-bottom: 2px;
}

#centercolumn p.footer {
	font-style: italic;
	clear: both;
}

#centercolumn p.footer a:link {
	color: #996600;
}

#centercolumn p.footer a:visited {
	color: #996600;
}

/* Right column - Flickr picture list */
#rightcolumn {
	vertical-align: top;
	border: 1px solid #993366;
}

#rightcolumn p {
	font-size: 10pt;
}


p#blogList {
	font-size:10pt;
	font-weight: bold;
}

p#blogList a:link {
	color: #CC6600;
}

p#blogList a:visited {
	color: #CC6600;
}



/* The footer */
div#footer {
	font-size:8pt;
	font-style:italic;
	text-align:center;
}

