@import url(http://fonts.googleapis.com/css?family=Cabin:700);
.orangeheader {
	font-family: 'Cabin', sans-serif;
	font-size:18px;
	color:#ff9b00;
}

@charset "UTF-8";
.arial12_brown0 {
	font-family: arial;
	color: #6f674b;
	font-size: 12px;
	line-height: 18px;
}.arial16_brown0 {
	font-family: arial;
	color: #6f674b;
	font-size: 16px;
}
.arial12_brown1 {
	font-family: arial;
	color: #322614;
	font-size: 12px;
	line-height: 16px;
}
.arial12_gray1 {
	font-family: arial;
	color: #505050;
	font-size: 12px;
	line-height: 16px;
}
.arial12_white {
	font-family: arial;
	color: #FFF;
	font-size: 12px;
	font-weight:100;
	text-shadow: 0 1px 2px #000;
	line-height:18px;
}
.arial16_white {
	font-family: arial;
	color: #FFF;
	font-size: 16px;
	font-weight:100;
	text-shadow: 0 2px 2px #000;
}
/*******************/
/*** Footer Link ***/
/*******************/
.link_footer a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFF;
	text-shadow: 0 1px 2px #000;	
	text-decoration: none;
}
.link_footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
.link_footer a:visited {
	color: #FFF;
	text-decoration: none;
}
/***************/
/*** Devider ***/
/***************/
.lineorange_h {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff9b00;
}
.linebrown_h {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cbcaca;
}
/*****************************/
/*** Navigation Background ***/
/*****************************/
.navigation {
	background:url(../images/navigation_bg.gif) repeat-x;
}

/*** Footer Background ***/
.footer {
	background:url(../images/footer_bg.gif) repeat-x;
}
/**********************/
/*** Photo Position ***/
/**********************/
#centeredpage {
   margin:0 auto;
   text-align:left;
   position:relative;
}
/*** Homepage ***/
#officepix {
   position:absolute;
   top:10px;
   left:10px;
}
/*** About Us ***/
#camera {
   position:absolute;
   top:270px;
   left:380px;
}
#photo {
   position:absolute;
   top:60px;
   left:560px;
}
#gallery {
   position:absolute;
   top:360px;
   left:660px;
}
