body {
	background-attachment: scroll;
	background-color: #F5F1E7;
	background-image: url(images/main_bg.gif);
	background-repeat: repeat-x;
	background-position: center center;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #626262;
	text-align: left;
}


p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #626262;
	text-align: left;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #B5B5B5;
}
h3 a {
	color: #B5B5B5;
	text-decoration: none;
}
h3 a:hover {
	color: #660000;
	text-decoration: none;
}
.container {
	height: 100%;
	width: 100%;
	vertical-align: middle;
}
.outside {
	background-color: #F5F1E7;
	margin: 0px;
	padding: 5px;
	border: 1px solid #C5C1B9;
	height: 435px;
	width: 700px;
}
#inside {
	background-color: #F5F1E7;
	margin: 0px;
	padding: 0px;
	height: 435px;
	width: 700px;
	border: 1px solid #C5C1B9;
	background-image: url(images/inside_bg.jpg);
	/*background-image: url(images/rotate/rotator.php);*/
	text-align: left;
}
#logo {
	padding: 8px 0px 0px 2px;

}
#scroll {
	padding: 0px;
	align: left;
	overflow: auto;
	margin: 5px 5px 0px 0px;
	height: 325px;
	width: 375px;
	float: right;
}
#scrollinsides {
	width: 340px;
	margin: 0px;
	padding: 0px;
}


#scrollinsides A:link    {text-decoration: none; color: #AF5850; background-color:#fff; font-weight:bold;}
#scrollinsides A:visited  {text-decoration: none; color: #AF5850; background-color:#fff; font-weight:bold;}
#scrollinsides A:active   {text-decoration: none; color: #88362E; background-color:#fff; font-weight:bold;}
#scrollinsides A:hover   {text-decoration: none; color: #88362E; background-color:#fff; font-weight:bold;}



/* navigation */

	#nav {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	border: none;
	text-align: left;
		}
	
	#nav li {
		margin: 0; 
		padding: 0;
		list-style-type: none;
		}
		
	#nav a:link, #nav a:visited {
	font-size: 14px;
	line-height: 21px;
	font-weight: normal;
	padding: 0 0 0 23;
	text-decoration: none;
	color: #908F89;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 7px;
		}
	
	/* you are here */
	
	#navigation {
	margin: 0px;
	padding: 5px 0px 0px 155px;
	float: left;
	}
	
	body#home #home_tab a, 
	body#about #about_tab a, 
	body#services #services_tab a, 
	body#clients #clients_tab a,
	body#press #press_tab a,
	body#photos #photos_tab a,
	body#contact #contact_tab a,
	#nav a:hover {
	color:  #F4938A;
	background: url(images/selected.gif) no-repeat left center;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 23px;
		}

.smallForm {
	font: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	border: 1px solid #959595;
	text-align: left;
	width: 250px;
}
.rightButton {
	width: 95px;
	background-color:#CFCBC2;
	color: #333333;
}

.center {
	text-align:center;
	border:1px solid #333;
	margin:0;
	padding:0;
}

a img{ border-width:0}

.james {
	background:#fff url(../images/photos/james.jpg) no-repeat fixed top;
}