/* Greenhill Agency General CSS Style Sheet */
/* .: Mariya Lysenkova :..: info@mariya.biz :. */

/* GENERAL HTML TAG STYLES */
body {
	font-family: Garamond;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	background-image: url(graphics/background.jpg);
}
a {
	color: #017446;
}
h1 {
	font-size: 14pt;
	color: #017446;
}

/* SPECIAL STYLES */
.navlinks {
	color: #000000;
	text-decoration: none;
	font-size: 10pt;
}
.navlinks:hover {
	color:#ffffff;
}
.smalltext {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: normal;
}

/* DIV SPECIFICATIONS, ORDERED BY Z-INDEX */
div#Nav
{
	position:absolute;
	text-align:right; 
	height:20px; 
	z-index:0; 
	right: 0px; 
	width:100%;
	top: 0px; 
	background-color: #82C88A; 
	layer-background-color: #82C88A;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:25px;
	padding-right:25px;
}
div#LeftImage
{
	position:absolute; 
	top:0; 
	left:0px; 
	width:373px; 
	height:645px;
	background-image: url(graphics/leftgraphic.gif);
	z-index: 1;
}
div#Footer
{
	padding-top:30px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #006633;
	z-index:2;
}
div#Content
{
	 position:absolute;
	 height:70%; 
	 left: 400px; 
	 right:25px;
	 top:75px;
	 z-index:3;
	 padding-bottom:40px;
}