body
{
	text_align: center;
    background-image: url("images/BGgrad.jpg");
    background-repeat: repeat-x;
    background-color: #fff;
    top: 0px;
    left: 0px;
    border: none;
    margin: 0px;
    padding: 0px;
}

/* Defines outer wrapper div */
#wrapper
{

    background-color: #fff;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
    width: 920px;
    top: 0px;
    left: 0px;
    border-top: 0px;
    border-left: 1px solid #000;
    border-right: 0px solid #000;
    border-bottom: 1px solid #000;
    padding: 0px;
}

#header
{
	background-color: #fff;
	text-align: right;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative; 
/*	background-image: url("images/saasglogo2.jpg");	 */
	height: 170px;

}

#nav
{
	background-color: #eeddee;
	padding-top: 0px; 
	margin-top: 20px;

	width: 120px;
	height: 100%;
    float: left;
}
#nav p
{
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px 0px 0px 185px;
    font-family: Corbel, Verdana, Arial, sans-serif;
    font-size: small;
    font-weight: bold;
    color: #400040;
}
#nav a
{
    color: #400040;
    text-decoration: none;
}
#nav a:hover
{
    color: #fff;
    text-decoration: none;
}

#dropmenudiv{
position:absolute;
border:0px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:50;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 10px 0;
text-decoration: none;
font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: white;
}

#content
{
    position: relative;

/*    margin-top: 20px;  */
	background-color: #fff;	
	font-family: ERAS ITC, Tahoma, Arial, sans-serif;
	color: #400040;
/*    margin-top: 200px;   */
    margin-left: 120px;
	margin-right: 180px;
    width: 600px;
    height: 100%; 
}

p.quote
{
    margin: 0px auto;
    padding: 20px 20px 10px 20px;
    font-family: ERAS ITC, Tahoma, Arial, sans-serif;
    font-size: medium;
    font-weight: normal;
    color: #545454;
    text-align: left;
}


#text_box
{
 
    padding: 10px 10px 10px 10px;
  	background-color: #fff;
  	color: #400040;
    left: 0px;
    height: 100%;

}
#text_box p
{
/*    padding: 20px 0px 0px 0px;  */
    font-family: ERAS ITC, Arial, sans-serif;
    font-size: medium;
    font-weight: bold;
    color: #400040;
    text-align: justify;
}
#text_box a
{
    color: #545454;
}
#text_box a:hover
{
    color: #545454;
}

#photo_box
{
 	float: right;
	width: 180px;
	margin-top: 20px;
	color: #fff;
}
#map_box
{

	width: 600px;
        padding: 10px;
/*	margin-top: 20px;  */
}

#cleardiv
{
clear: both;
height: 1em;
} 



#copyright
{
/*    top: 0px;
    left: 0px;  */
    margin: 0px 0px 0px 120px;
    background-color: transparent;
    height: 40px;
    width: 680px;
}
#copyright p
{
    margin: 0px auto;
    padding-top: 10px;
    font-family: Tahoma, Arial, sans-serif;
    font-size: x-small;
    font-weight: normal;
    text-align: center;
    color: #000;
}
#copyright a
{
    color: #000;
}
#copyright a:hover
{
    color: #000;
}

