/******************************************************************************** 
    Stylesheet for the Ian Ellison Web Site
    Last Edit: 16th October 2003 by Zoe Swiderski (http://www.zoesweb.com)
*********************************************************************************/

body
{
	background-color: #FFFFCC;
}

#header
{
	border: medium double #663300;
	height: 125px;
	background-image: url(images/ianEllisonLogo.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: right;
	vertical-align: middle;
	font-family: "Times New Roman", Times, serif;
}

#headerText
{
	text-align: center;
	width: 25%;
	line-height: 150%;
}

.menu
{
	color: #FFFFFF;
	background-color: #591D00;
	font-size: medium;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.menu:link
{
	margin-left: 15px;
	margin-right: 15px;
	color: #ffffff;
	text-decoration: none;

}

.menu:visited
{
	margin-right: 15px;
	margin-left: 15px;
	color: #ffffff;
	text-decoration: none;
}

.menu:hover
{
	margin-left: 15px;
	margin-right: 15px;
	color: #ffff00;
}

#mainBodyContent
{
	border: thin double #663300;
	padding: 30px;
}

h1
{
	text-align:left;
}

.rightPic 
{
	float: right;
	margin: 20px;
	border: thin solid #663300;
}

.leftPic 
{
	float: left;
	margin-right: 20px;
	margin-top: 20px;
	border: thin solid #663300;
}

.imgBorder
{
	border: thin solid #663300;
}

.footer
{
	color: #663300;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

