* {
	outline: none;
	}
html {	
	font: 12px/16px Tahoma, Verdana, Arial;
	}
body {
	margin: 0;
	background: #FAFAF4 url("page_gradient.png") repeat-x 0px 0px;
	color: #110;
	min-height: 400px;
	text-align: center;
	}
#header {
	width: 100%;
	height: 150px;
	background: url("page_logo.png") no-repeat center top;
	}
#content {
	width: 780px;
	min-height: 250px;
	padding: 20px 20px 0 20px;
	margin: 0 auto;
	border: 1px solid #ECECE0;
	border-top-width: 0;
	}
#tabs {
	border-bottom: 1px solid #ECECE0;
	width: 780px;
	height: 22px;
	margin: 0 auto;
	padding: 0 21px;
	}
	#tabs a {
		font-size: 16px;
		line-height: 20px;
		padding: 3px 6px;
		margin: 0 5px;
		color: #888B76;
		text-decoration: none;
		font-weight: bold;
		}
	#tabs a.active {
		background: #ECECE0;
		}
#footer {
	background: url("page_foot.png") no-repeat 660px 0px;/**/
	height: 220px;
	width: 780px;
	margin: 0 auto;
	color: #888B76;
	padding: 0 20px;
	text-align: right;
	}
	#footer .copy { 
		margin: 0 150px 0 0;
		padding: 70px 0 0 0;
		}
fieldset {
	border: 1px solid #6D6D32;
	padding: 10px;
	width: 420px;
	margin: 0 auto;
	text-align: left;
	}
fieldset legend {
	margin-left: 110px;
	padding: 0 10px;
	color: #6D6D32;
	font-weight: bold;
	}
fieldset p {
	position: relative;
	margin: 0 0 10px 120px;
	}
fieldset label.ind {
	position: absolute;
	margin-left: -120px;
	width: 110px;
	text-align: right;
	}
.tiny { width: 60px; }
.mini { width: 120px; }	
.small { width: 180px; }
.medium { width: 240px; }
.large { width: 300px; }
.huge { width: 360px; }
.error {
	color: #900;
	}
.sect {
	padding: 0;
	clear: left;
	}	
.img {
	float: left;
	margin: 10px;
	height: 180px;
	width: 240px;
	background: #000 url("loading.gif") no-repeat center center;
	cursor: pointer;
	}
.bbxLoader {
	background: #000 url("loading.gif") no-repeat center center;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	}
.loading {
	height: 200px;
	width: 300px;
	}
.photoFrame {
	padding: 0;
	margin: 0;
	text-align: center;
	}
	.photoFrame img {
		border: 4px solid #FFF;
		}
.photoFrame .prev,
.photoFrame .next {
	position: absolute;
	top: 0;
	height: 100%;
	width: 50px;
	cursor: pointer;
	}
.photoFrame .prev {
	left: -54px;
	background: url("arrow_prev.gif") no-repeat center center;
	}
.photoFrame .next {
	right: -54px;
	background: url("arrow_next.gif") no-repeat center center;
	}
.photoFrame .info {
	color: #FFF;
	text-align: right;
	padding-top: 4px;
	}
.photoFrame .close {
	display: block;
	cursor: pointer;
	height: 14px;
	color: #FFF;
	text-align: left;
	font-size: 10px;
	line-height: 12px;
	}

