/* Global */body {
	margin: 0px;
	padding: 0px;
	color: #484848;
	font-family: Optima, 'Century Gothic' , 'Lucida Sans Unicode' â 'Trebuchet MS' ,san-serif;
	}

p { font-family: Optima, 'Century Gothic' , 'Lucida Sans Unicode' â 'Trebuchet MS' ,san-serif; }
a { text-decoration: none; }
a:hover { text-decoration: underline; }/* Stuff to make the layout work */.container {
	width: 650px;
	margin: 20px;
	margin-left: auto;
	margin-right: auto;
	}/* Common elements *//* header */.header {
	height: 100px;
	background-color: #66334D;
	background-image: url('images/headerTextGreenSm.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding: 10px;
	color: #EAD7E1;
	}

.header h2 {
	display: none;
	font-weight: normal;
	font-style: italic;
	font-size: 54px;
	}/* sidebar */.sidebar {
	float: right;
	width: 130px;
	/*min-width: 200px;*/
	min-height: 650px /*for modern browsers */;
	height: 100% !important /*for modern browsers */;
	height: auto;
	padding: 50px 10px;
	color: #484848;
	}

.sidebar a { color: #484848; }

.sidebar a:visited {
	text-decoration: none;
	color: #484848;
	}

.sidebar a:active { text-decoration: underline; }/* main text */.main {
	width: 470px;
	margin: 0px 200px 0px 0px;
	padding: 10px 20px 10px 10px;
	min-height: 650px /*for modern browsers */;
	height: auto !important /*for modern browsers */;
	/*float: left;*/
	}

.linkList p { padding-left: 40px; }/* footer */.footer {
	clear: both;
	background-image: url('images/footer.png');
	height: 80px;
	}/* Page items *//* ResearcherID badge */#badgeCont566027 { position: center; }/* Publication list */#pubList p { font-size: 1em; }/* Link list */.linkList img { padding-top: 10px; }