﻿/* CSS layout */
body {
	background: #F2F2F2;
	margin:0;
	padding: 0;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

ul {
	margin-top:0px;
	margin-bottom:0px;
}

#page {
	width: 800px;
	height:681px;
	min-height:681px;
	margin-left:auto;
	margin-right:auto;
}

#header {
}

#headermenu {
	text-align:right;
	color:#888888;
	padding:5px;
}

#headermenu a {
	color:navy;
	text-decoration:none;
}

#headermenu a:hover {
	color:maroon;
	text-decoration:underline;
}

#headermenu a:active {
	text-decoration:none;
}

#frontpagemenu {
	text-align:right;
	font-size:medium;
	color:#888888;
	padding:5px;
}

#frontpagemenu a {
	color:navy;
	text-decoration:none;
}

#frontpagemenu a:hover {
	color:maroon;
	text-decoration:underline;
}

#frontpagemenu a:active {
	text-decoration:none;
}

#footer {
}

#page_content {
	border: thin gray solid;
	background:white;
	min-height:100%;
	padding:10px;
}

#page_content a {
	color:blue;
	text-decoration:none;
}

#page_content a:hover {
	text-decoration:underline;
}

#page_content a:link {
	text-decoration:none;
}

#page_content a:active {
	text-decoration:none;
}

#sideleft {
	background:#eeeeee;
	padding:5px;
	width:150px;
	text-align:center;
	float:left;
	margin-right:10px;
	border:thin #aaaaaa solid;
}

#sideright {
	background:#eeeeee;
	padding:5px;
	width:150px;
	text-align:center;
	float:right;
	margin-left:10px;
	border:thin #aaaaaa solid;
}

.author-photo {
	float:right;
	margin:5px;
	border-width:0px;
}

.linkedimg {
	border-width:0px;
}

