* {
	background-color: #333333;
}
#header {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	width: 100%;
	padding-top: 55px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	text-decoration: none;
	padding-bottom: 10px;
}
#sidebar {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 0px;
	width: 45%;
	font-family: Georgia, "Times New Roman", Times, serif;
	clear: right;
	float: left;
}

#sidebar.publication {
	width: 70%;
	margin-left: 13%;
}

#content {
	width: 100%;
	height: 100%;
}

#footer {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	padding-top: 5px;
	text-transform: lowercase;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-left: 20px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-size: 21px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 20px;
}
h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	margin-left: 20px;
}
h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: #999999;
	font-weight: normal;
	float: right;
}

a:link
{
	color: #999999;
	text-decoration: none;
}

a:visited
{
	color: #003366;
	text-decoration: none;
}

a:hover
{
	color: #6699CC;
	text-decoration: none;
}

a:active
{
	color: #6699CC;
	text-decoration: none;
}

.imageR
{
	float: left;
	padding: 5px;
}
#header, #sidebar, #content, #footer {
	background-color: #333333;	
}
.wordpress
{
	height: 100%;
	width: 100%;
}
