﻿/*Style Sheet created for John Kenneth Galbraith website --*/



/* ------- Basic page links -------- */

#container {
	width: 800px;
	margin: 0px auto 0px auto;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	background-color: #C0C0C0;
}
.mainbody {
	float: right;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	padding: 5px;
	width: 450px;
	background-color: #C0C0C0;
}


/* ---------- top of page --------- */

#logo{
	margin: 0px 40px;
	float: left;
	width: 270px;
	height: 268px;

}

/* ---------- content  area --------- */

#galbraith{
	float: left;
	width: 216px;
	height: 302px;
}

img {
	float: left;
	border: 4px double #BBB; 
}

H1 {
	font-family: Tolkien;
	font-size: 4em;
	text-align: center;
	color: #000000;
	margin-bottom: 0px;
}
H2 {
	font-family: Tolkien;
	font-size: x-large;
	font-weight: 500;
	font-style: normal;
	text-decoration: none;
	color: #000000;
	text-align: left;
}

H3 {
	font-family: Tolkien;
	font-size: x-large;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	color: #000000;
	text-align: center;
	margin-bottom: 0px;
}

P {
	font-family: Times;
	font-weight: 200;
	font-size: medium;
	font-style: normal;
	color: #000000;
	text-align: left;
	vertical-align: middle;
	margin-bottom: 0px;
}

H4 {
font-family: Times; 
font-weight: 500;  
font-size: large;
font-style: normal; 
color: #000000; 
text-align: center; 

}

HR { color: #C0C0C0; 
font-size: 90%; 
font-weight: 900; 
height:4px; 
width:90%; 

}

/* ---------- end of content  area --------- */


/* ---------- copyright  area --------- */


#navbar {
	width: 150px;
	text-align: center;
	padding: 2px;
	float: left;
	list-style-type: none;
}
#navbar a {
	list-style-type: none;
	display: block;
	padding: 2px;
	text-decoration: none;
}
#navbar ul {
	text-decoration: none;
	list-style-type: none;
}
#navbar ul li {
	text-decoration: none;
	display: block;
	list-style-type: none;
	padding: 5px;
	text-align: center;
}
#navbar ul li a:visited {
	background-color: #FFFFFF;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	width: 780px;
	text-align: center;
	background-color: #FFFFFF;
}
.clear {
	clear: both;
}
#navbar ul li a:hover {
	background-color: #FFFFCC;
}
.banner {
	text-align: center;
	background-image: url('images/scroll-a1.gif');
}
.h3 {
	font-family: "Arial Black";
	font-size: medium;
	font-style: italic;
	color: #0000FF;
	margin-bottom: 0px;
}
.style2 {
	margin-left: 10px;
	margin-right: 10px;
}

