body {
	margin: 0;
	padding: 0;
	background: url(imges/repeatingcresc.gif) repeat fixed;
}

h2 {
	line-height: 1.2em;
}

h3 {
	line-height: .1em;
}

#logo {
	position:fixed;
	left:10px;
	top:124px;
	width:250px;
	height:56px;
	z-index:3;
}

#tag {
	
	position: fixed;
	top: 138px;
	left: 320px;
	
	
}

/* @group Menu */

#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	color: #fff;
	line-height: 1.6em;
	background-image: url(imges/menu-bkgrnd.gif);
	width: 128px;
	height: 326px;
	position:fixed; 
	left:0px; 
	top:180px; 
	z-index: 20; 
 	border-right: 6px solid #fff;
}

#menu a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-shadow: #000 0 0 3px;
}

#menu a:hover {
	color: #c63;
	font-weight: bold;
}

/* @end */

.homephoto {
	
	float: left;
	top: 0px;
	z-index: 2;

		
}

#paulphoto {
	float: left;
	position: relative;
	bottom: -6px;
	left: -40px;
}

#sadiephoto {
	float: left;
	position: relative;
	bottom: -220px;
	left: -100px;
}

#content {
	position:absolute;
	text-align: left;
	left:134px;
	top:180px;
	height:326px;
	width: 4870px;
	z-index:2;
	overflow: auto;
	background: url(imges/contentbkgrnd_05.gif) repeat-x;
}

#ftecontent {
	
	position:absolute;
	text-align: left;
	left:0px;
	top:180px;
	height:326px;
	width: 100%;
	z-index:2;
	overflow: hidden;
	background: url(imges/contentbkgrnd_05.gif) repeat-x;
	
}

/* content width was 3400 */



.textbox {
	
	padding: 10px;
	height: 290px;
	width: 350px;
	float: left;
	color: #fff;
	text-shadow: #000 0 0 3px;
	font: .8em/1.1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.textbox a {
	color: #fff;
}

.textbox a:hover {
	color: #c63;
}


.col2 {
	padding: 64px 10px 10px;
	height: 200px;
	width: 350px;
	float: left;
	color: #fff;
	text-shadow: #000 0 0 3px;
	font: .8em/1.1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	
}

.testimonial {
	font: italic 1.1em/1em Georgia, "Times New Roman", Times, serif;
}

ul li {
	line-height: 1.1em;
	font-style: italic;
	margin-left: -20px;
	font-size: .9em;
}



.item {
	padding: 10px;
	margin: 10px;
}

.thumb {
	border: 3px solid #fff;
	float: left;
	margin: 6px;
	width: 80px;
	height: 80px;

}



.spacer {
	
	width: 80px;
	float: left;
	border-top-style: solid;
	border-top-color: #369;
}

/* @group Footer */

#arrowrow {
	position:absolute;
	top:550px;
	left:134px;
	width: 4850px;
	height: 64px;
	

}

#rightarrow {
	position: fixed;
	float: right;
	right: 5px;
	z-index: 1;
	
}

#leftarrow {
		position: relative;
		float: right;
		z-index: 8;
	
}

#footer {
	position: fixed;
	top: 525px;
	left: 40%;
	color: #184983;
	font: .7em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#footer a {
	color: #184983;
	
}

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

/* @end */
	
