body {
	margin: 25px 0px;
	padding: 0px;
	background: #556c8e;
	font: .7em Arial, Helvetica, sans-serif;
}
a:link, a:visited {
	color: #23334B;
	text-decoration: none;
}
a:active, a:hover {
	color: #660033;
}
ul {
	list-style: square;
	padding: 0px;
	margin: 0px;
}
h2 {
	font-size: small;
	font-weight: normal;
	margin: 5px;
	clear: left;
	color: #666666;
}
.loading {
	text-align: center;
	padding: 50px; 
}
.error {
	color: #CCCCCC;
	background: #660000;
	padding: 50px;
	text-align: center;
}
#noscript {
	font-size: 2em;
	color: #006600;
	text-align: center;
	padding: 200px;
}

#content {
	background: #FFFFFF;
	width:100%;
	border-top: 3px solid #2d394b;
	border-bottom: 3px solid #2d394b;
}
#mainContent {
	margin-right: auto;
	margin-left: auto;
	text-align:left;
}
#photos {
	text-align: center;
	background: #000;
	color: #FFFFFF;
	padding: 15px 5px;
}
.flickrphoto {
	border: 0px;
}
#buttons {
	padding: 10px;
	clear: both;
	text-align: center;
}
#adsense {
	padding: 5px;
	clear: both;
	margin: 20px 0px;
	text-align: center;
}
#projects {
	text-align: left;
	width: 50%;
	float: center;
}
#ip {
	font-size: 9px;
	color: #999999;
	clear: both;
	text-align: center;
	padding: 10px;
}
#logo {
	text-align: center;
	clear: both;
	padding: 20px 0px;
}
#portfolio {
	padding: 25px 15px 150px;
	background: #C4CCD9 url(graphics/li_bg.gif) repeat-x;
}


.pubDate {
	font-size: 0.7em;
	color: #666666;
}

.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: inherit;
	clear: none; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	font-size: medium;
	width: 450px;
}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	font: normal .8em sans-serif;
	list-style: none;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #999;
	border-top: 1px solid #CCC;
	border-right: 1px solid #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	background: #556c8e url(graphics/tab_bg3.gif) repeat-x 0px -6px;
	color: #FFFFFF;
}
.TabbedPanelsTabHover {
	background-color: #556c8e;
	background: #556c8e url(graphics/tab_bg2.gif) repeat-x 0px -6px;
}
.TabbedPanelsTabSelected {
	background-color: #fff;
	border-bottom: 1px solid #EEE;
	background: #556c8e url(graphics/tab_bg1.gif) repeat-x 0px -6px;
	color: #263140;
}
.TabbedPanelsTab a {
	color: #FFF;
	text-decoration: none; 
}
.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	background-color: #EEE;
}
.TabbedPanelsContent {
	padding: 0px;
	overflow: auto;
	max-height: 400px;
	font-size: 0.8em;
}
.TabbedPanelsContent li {
	border-top: 1px solid #E0DFE3;
	border-bottom: 1px solid #666666;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	padding: 5px 15px;
	list-style: url(none) none outside;
	margin: 0px;
	background: url(/graphics/li_bg.gif) repeat;
}
.TabbedPanelsContentVisible {
}

