/* Julia Taylor, CPA Style Sheet

version:   1.0
author:    Susan Carpenter
email:     contact@epageboy.com
website:   http://www.ePageBoy.com/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/

/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}

a {text-decoration:none;}

body {
	background: #ccc;
	font-family: 100%/1.6, "Times New Roman", Times, serif;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {margin: 1em 0;}

h1, h3 {
	color: #800040;
	font-style: italic;
	text-align: center;
}

h3 {
	color:#535353;
	margin-top: -1.5em;
}

/* Class for clearing floats */
.clear {clear: both;}

/* Remove border around linked images */
img {border: 0;}

/* =Typography
-----------------------------------------------------------------------------*/

/* =Home page content and links
-----------------------------------------------------------------------------*/
#wrapper {
  position: absolute;
	background: url(../images/wave.gif) top left no-repeat;
	height: 30em;
	width: 50em;
	margin: 5% 0 0 5%;
}

#coInfo {
	position: relative;
	height: 66%;
	width: 60%;
	margin: -1% 0 0 4%;
}

#contact {
	position: relative;
	margin: 11% 0 0 9%;
}

#phoneNet {
	float: right;
	margin: -3.25em 2em 0 0;
	text-align: left;
}

/* Search engine information not visible on page */
#seInfo {
	color: #ccc;
	height: 0px;
	margin-left: -2000px;
	visibility: hidden;
}

/* =Generated Content
-----------------------------------------------------------------------------*/

/* =Headings
-----------------------------------------------------------------------------*/

/* =Links
-----------------------------------------------------------------------------*/

/* =Footer
-----------------------------------------------------------------------------*/
#footer {
	clear: both;
	color: #818181;
	font: 55% Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10%;
}

#footer a {text-decoration: underline;}

#ePB {
	color: #006;
	font-family: "Comic Sans MS";
}

#ePB a {text-decoration: none;}
#ePB a:visited {color: #006;}
#ePB span {color: #900;}
