﻿.rectangle {
	top:95px;
	width:250px;
	height:250px;
	float:right;
}

.advert {	
	position:absolute;
	width:160px;
	font-size: x-small;	
}

.links {
	width:180px;
	height:90px;
}
 
.skyscraper {
	position:absolute;
	top:36px;
	width:160px;
	height:600px;
}


.button {
	position:absolute;
	top:720px;; 
	width:120px;
	height:240px;
}


.breadcrumb {
	font-size: small;
	background-color:#336699;
	color:white;
	height:18px;
	width: 468px;
}

.breadcrumb a:visited { color:aqua; }

.breadcrumb a:link { color:white; }

P {
	margin-top:5px;
	margin-bottom:5px;
}

.grain {
	position:absolute;
	font-size: small;
	right:10px;
}
.content {
	position: absolute; 
	left: 175px;	
	width: 468px;
	
	border-width:thick;
	border-color:black;
}
.logo {
	width:160px;
	height: 48px;
}
body {	
	font-family: arial, sans-serif;
	background-color:#FFFFFF;
	font-size: 13px; 
	color: #000000;
}
h1 {	
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: large;
	font-weight: bold;
	color:navy;
	margin-top: 5px;
	margin-bottom: 3px;
}
h2
{
	font-family: verdana,arial,helvetica,sans-serif;
	color:navy;
	font-size: small;
	margin-top: 3px;
	margin-bottom: 1px;

}
h3
{
	font-family: verdana,arial,helvetica,sans-serif;
	font:bold small oblique;
}


