@charset "UTF-8";
/* CSS Document */

body	{
		background:url(../images/back.jpg) center;
		font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
        font-size: 11px;
		letter-spacing:1px;
		line-height:15px;
        margin-top: .5em; color: #000;
}
		
h1	{
	font-family: Gill Sans, Verdana;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	border-bottom:dotted thin #09F;
}

h2	{
	font-family: Gill Sans, Verdana;
	font-size: 10px;
	line-height: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
}

h3	{
		font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-size:16px;
		color:#999;
		line-height:16px;
		letter-spacing:1px;
}

a:link	{
	color:#09F;
	text-decoration:none;
}

a:visited	{
	color:#147;
	text-decoration:none;
}

a:hover {
	color: #147;
	text-decoration: underline;
	}

hr {
	border:dotted thin #09F;
	width:600px;
	margin-top:20px;
	margin-bottom:20px;
}

#menu {
	position:absolute;
	top:0px;
	left:0px;
	background:url(../images/menu.png);
	background-repeat:repeat-x;
	width:100%;
	height:44px;
	z-index:1;
	text-align:center;
}

#page {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/page-back.png);
	background-repeat:repeat-y;
	width:963px;
	margin-top:55px;
}

#pagehead {
	position:absolute;
	left:0px;
	top:0px;
}

#phone {
	position:absolute;
	top:5px;
	right:10px;
	z-index:2;
}

#pencil {
	position:absolute;
	top:5px;
	right:290px;
	z-index:2;
}

#content {
	position:relative;
	width:953px;
	padding:0px 0px 0px 30px;
}

#clients {
	float:right;
	margin-top:-365px;
	margin-right:-30px;
	}

#post {
	position:absolute;
	top:5px;
	right:290px;
	z-index:1;
}

#hidden {
		float:right;
		width:140px;
		height:74px;
}

#text {
	float:left;
	width:550px;
	margin-top:180px;
	text-align:justify;
	margin-bottom:30px;
}

#text2 {
	float:right;
	margin-top:500px;
	width:360px;
}

#righttext {
	float:right;
	margin:10px;
	width:170px;
	text-align:left;
	padding-left:20px;
	padding-right:30px;
}

#lefttext {
	float:left;
	margin:10px;
	width:240px;
	text-align:left;
	padding-right:20px;
}

#leftquote {
	float:left;
	width:33px;
	height:24px;
	margin-top:-8px;
	margin-left:-10px;
	background: url(../images/quotes.png) no-repeat; }

#rightquote {
	float:right;
	width:33px;
	height:24px;
	margin-top:3px;
	background: url(../images/quotes2.png) no-repeat; }
	
#footer	{	
	position:relative;
	clear:both;
	margin:30px;
	text-align:center;
	border-top:dotted thin #09F;
		}

#footertext	{
	position:absolute;
	top:-220px;
	right:0px;
	height:200px;
	width:200px;
}
		
