body {
	text-align: center;
	font-family: Cambria, Georgia, "Century Schoolbook", "Times New Roman", serif;
	background: #2C1B0B url(../images/body.jpg) no-repeat 50% 0;
	font-size: 90%;
}
#wrap {
	width: 480px;
	padding: 0 23px 23px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: transparent url(../images/photo-shadow.png) no-repeat 0 77px;
}
#header {
	text-align: center;
	margin-bottom: 33px;
	line-height: 0;
}
#header img {
	cursor: pointer;
}
#nav {
	float: left;
	width: 100%;
	list-style: none;
	background: #27180c url(../images/nav.png) no-repeat 0 100%;
	text-align: center;
}
#nav li {
	position: relative;
	left: -.7em;
	display: inline;
	text-align: center;
	margin: 0 1em !important;
}
#nav li#t-intro { display: none; }
#nav li a:link, #nav li a:visited, #nav li a:hover, #nav li a:active {
	display: inline;
	color: #aa946a;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 90%;
	font-weight: bold;
	line-height: 32px;
}

#intro {
	padding: 0;
}


#content {
	clear: both;
	width: 480px;
	color: #938062;
	border: #28190c solid 1px;
}

#content h2 {
	color: #739fa6;
	font-size: 200%;
}
#content h3 {
	color: #71898d;
	font-size: 150%;
	text-transform: uppercase;
}
#content p,
#content li {
	line-height: 140%;
}
#content p {
	margin: 0 0 1em;
}
#content li {
	list-style: disc;
	margin-left: 1.5em;
}

#content a:link,
#content a:visited,
#content a:hover,
#content a:active {
  color: #71898d;
}





#footer {
	color: #625644;
	float: left;
	width: 480px;
	padding: 23px 0 150px;
}
#content #footer a {
	color: #625644;
	text-decoration: none;
}
#footer strong, #footer span, #footer a {
	display: block;
}
#contact {
	width: 48%;
	float: left;
	text-align: right;
}
#mail {
	width: 48%;
	float: right;
}
#name, #company {
	color: #938062;
	font-size: 110%;
}


#photos.ui-tabs-panel {
	padding: 0 !important;
}
ul#photo-nav {
	float: left;
	margin: 13px;
}
ul#photo-nav li {
	float: left;
	list-style: none;
	line-height: 0px;
	padding: 13px;
	margin: 0;
}
ul#photo-nav li a {
	margin: 0;
	padding: 0;
	border: 0;
}

#gallery ul {
	text-align: center;
	clear: both;
}
#gallery li {
	display: inline;
	list-style: none;
	padding: 8px;
	margin: 0;
	line-height: 44px;
}
#gallery li a {
	margin: 0;
	padding: 0;
	border: 0;
}


#project-title {
	position: relative;
	clear: both;
	padding: 13px;
}
#project-title p#desc {
	margin: 0;
}
#project-title span#price {
}

#project-title p#back {
	position: absolute;
	bottom: 0;
	right: 13px;
	color: #71898d;
}
#project-title p#back a {
	color: #71898d;
	text-transform: uppercase;
	font-size: 90%;
}

#about h2 {
  margin-bottom: .5em;
}
#about h3#define {
  width: 35%;
  float: right;
  
	color: #71898d;
	font-size: 145%;
	text-transform: none;
	font-style: italic;
}



.ui-tabs-selected a {
	color: #739fa6 !important;
	outline: none;
	border-bottom: dotted 1px #424741;
}

.ui-tabs-panel {
	background: transparent url(../images/content-bg.png) repeat-x 0;
	padding: 23px;
	padding-top: 50px;
}
.ui-tabs-hide { display: none; }
