﻿/* Generic Selectors */

body
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 18px;
	color: #165B15;		
	background-color: #f3f56d;
	/*margin: 0 0 0 0; top right bottom left*/	
}

p
{
	font-size: 18px;
	color: #165B15;
	text-align: left;
}

li
{
	/*list-style-type: none;*/
	line-height: 150%;
	font-size: 18px;
}


h1
{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #165B15;
}

h2
{
	font-size: 19px;
	text-align:center;
	font-weight: bold;
	color: #165B15;
}

h3
{
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	color: #165B15;
}

h4
{
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	color: #165B15;
}

h5
{
	font-size:20px;
	font-style:oblique;
}


/*************************  ID's *************************/


#address
{
  position: relative;
	float:left;
	width: 250px;
}

#headerLogo
{
  position: relative;
	margin-left:275px;
}

#navBar
{
	position: relative;
	width:900px;
}

.rollover
{
	position: relative;
	float:right;
}
#ivy
{
	position: relative;
	width:120px;
	float:left;
}

#mainBody
{
	position:relative;
}

#pictures
{
	position: relative;
	margin:15px;
}

.floatRight
{
  position:relative;
  float:right;
}


#main
{
	position: relative;
	width: 620px;
	margin-left:175px;
}





















