/* css for Steven Hamblin's University of Alberta website. */
/* v 0.01 - June 14, 2006 */
/* All rights reserved.  All images and text copyright 2006, Steven Hamblin. */
/* Contact me at srh3 AtSign ualberta.ca */

body {
	text-align:center;
	background: #FFFFFF;
}

#container {
	background:url("background.gif") repeat-y;
	width: 704px;
	margin: 0px auto;
	text-align: justify;
/*	padding:15px;*/
}

#pageHeader {
	margin:0;
	padding:0;
}

#pageHeader h1 {
	padding:0;
	margin:0;
	background:url("header.jpg	") no-repeat;
	width:704px;
	height:197px;
}
/* This hack puts the image in place of the text.  I got
   this from the examples at the css Zen Garden - www.csszengarden.com */
#pageHeader h1 span {
	display: none;
}

/* navlist code from: http://css.maxdesign.com.au/listamatic/horizontal05.htm */
#navlist {
	margin:0;
	padding: 10px 0px 20px 10px;
	border-bottom: 1px solid #000;
	width:695;
}

#navlist ul, #navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navlist a:link, #navlist a:visited {
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #999;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
	border-bottom: 4px solid #000;
	padding-bottom: 2px;
	background: transparent;
	color: #000;
} 

#navlist a:hover { color: #000; }

/* main text */
#mainText {
	margin:0;
	padding:10;
	text-align:justify;
}

#mainText pre {
	font-family: verdana,sans-serif;
	font-size:12px;
}

#mainText p {
	font-family: garamond,sans-serif;
}

#maintext ol,#navlist ul {
	font-family: verdana,sans-serif;
}

#maintext ol {
	list-style-position:inside;
}

#maintext ul {
	padding:10px;
	font-size: 50%;
}

#maintext li {
	margin 5px 0;
}

/* This image code from http://www.w3.org/Style/Examples/007/figures.html */
div.figureRight { 
	float: right;
	width: 25%;
	border: thin silver solid;
	margin: 0.5em;
	padding: 0.5em;
	margin-top: 20px;
	margin-left: 10px;
}

div.figureLeft {
    float: left;
    width: 25%;
    border: thin silver solid;
    margin: 0.5em;
    padding: 0.5em;
	margin-right: 10px;
}

div.figureRight,div.figureLeft p {
	text-align: center
	font-style: italic;
	font-size: x-small;
	text-indent: 0;
}

img.scaled {
	width: 100%;
}

img.rightSide {
	float:right;
	margin-right:20px;
	margin-top:5px;
}

#footer {
	background:#317BB6;
	width:680px;
	padding:0 0 0 20px;
	margin:0;
	text-align:right;
}

#footer a {
	color:white;
}

#copyright {
	text-align: center;
	font-size:9px;
}