﻿	
	/* Copyright (c) 2010 Hunter Tuttle. All rights reserved. */
	/* Studio One Style Sheet */	
	
	body
		{
			/*important only needed for office live*/
			/*color needs to be first for contact form script*/
			color: #FFFFFF !important;
			background-color: #400040 !important;
			cursor: default;
		}
	
	/* Office Live Only */
	.MSC_Body,.MS_MasterBody
		{
			background-color: #400040 !important;
		}
	/******/
	
	#pgWpr
		{
			width: 650px;
			font: 14px Arial, Helvetica, sans-serif;
		}
	#hdrWpr
		{
			padding: 10px 0px;
		}
	#hdr
		{
			width: 100%;
			height: 124px;
			background: #400040 url(../Images/StudioOneHeader.jpg) no-repeat top left scroll;
		}
	#nav
		{
			position:relative;
			top: 0px;
			left: 0px;
			height: 40px;
			overflow: hidden;
		}
	#nav a
		{
			position: absolute;
			top: 12px;
			width: 98px;
			height: 16px;
			display: block;
			border: #805800 solid 1px;
			padding: 5px 0px;
			color: #9F9F9F;
			text-decoration: none;
			text-align: center;
			background-color: #580800;
		}
	#nav a:hover
		{
			top: 8px;
			height: 20px;
			color: #FFFFFF;
			background-color: #620900;
		}
	#navLnkOn
		{
			position: absolute;
			top: 1px;
			width: 98px;
			height: 18px;
			display: block;
			border: #805800 solid 1px;
			border-bottom: none;
			padding: 11px 0px 9px 0px;
			text-align: center;
			font-size: 16px;
			background-color: #620900;
		}
	.navSp
		{
			position: absolute;
			top: 0px;
			left: 100px;
			width: 2px;
			height: 39px;
			overflow: hidden;
			display: block;
			border-bottom: #805800 solid 1px;
		}
	#bdyWpr
		{
			text-align: center;
			border: #805800 solid 1px !important;
			border-top: none !important;
			background-color: #620900;
		}
	#bdy
		{
			position: relative;
			top: 0px;
			left: 0px;
			width: 600px;
			padding: 25px;
			margin: 0px auto;
			text-align: center;
		}
	#portrait
		{
			float: left;
			width: 150px;
			height: 165px;
			padding-right: 10px;
			background-image: url(../Images/marjorietressler.jpg);
			background-repeat: no-repeat;
		}
	#cntImg
		{
			height: 89px;
			background-image: url(../Images/studiooneaddress.gif);
		}
	#bulLst
		{
			width: 180px;
		}
	#formWpr
		{
			top: 20px;
			left: 330px;
		}
	#ftrWpr
		{
			height: 30px;
			vertical-align: middle;
			text-align: center;
		}
	#ftrTxt
		{
			margin-top: 10px;
			font: 12px Arial, Helvetica, sans-serif;
		}		

