/* 1.GENERAL --------------------------- */

/* zero "problem causers" for all elements */
* {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
}

html, body {
	width: 100%;
	height: 100%;
	font-size: 11px;
	font-family: tahoma, helvetica, arial, sans serif;
	color: #333;
	background: #FFF;
}

/* make <em> tags use a non-italic type. most <em> tags are just bolder text */
em { font-style: normal; }

a, a:visited, a:hover, a:active {
	color: #333;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

/* 2.SITE WIDE CONTENT --------------------------- */

#main-container {
	position: relative;
	width: 540px;
	height: auto;
	margin: 0 auto;
	background: #FFF;
}

#header {
	float: left;
	width: 520px;
	height: 40px;
	margin-bottom: 45px;
	padding-right: 20px;
	background: #FFF url(/images/header_logo.gif) 20px 17px no-repeat;
}

#menu {
	display: block;
	float: right;
	margin-top: 18px;
}

#menu .here {
	font-weight: bold;
}

.content {
	float: left;
	width: 100%;
	height: auto;
	background: #FFF;
}

#photo-wrapper {
	position: relative;
	margin: 0 auto;
}

#back,
#img,
#next {
	float: left;
}

#back,
#next {
	width: 20px;
	height: 100%;
	background: url(/images/back_arrow.gif) left center no-repeat;;
}

#next {
	background: url(/images/next_arrow.gif) right center no-repeat;
}

#desc {
	clear: both;
	float: left;
	width: 100%;
	padding: 10px 0 70px 0;
	font-size: 11px;
	font-weight: bold;
}

#desc em {
	float: left;
	padding-left: 20px;
}


#desc span {
	float: right;
	padding-right: 20px;
	text-align: right;
	font-weight: normal;
	color: #CCC;
}

#setname {
	clear: both;
	float: left;
	width: 500px;
	padding: 0 20px 4px 20px;
	font-size: 11px;
	font-weight: bold;
}

.photo-row {
	clear: both;
	float: left;
	width: 510px;
	height: auto;
	margin-bottom: 6px;
	padding-left: 20px;
}

.photo-row a {
	display: block;
	float: left;
	margin: 6px 6px 0 0;
	border: 1px solid #67614E;
}

.photo-row a.here {
	border: 2px solid #333;
}

.photo-row img {
	padding: 1px;
}

.photo-row a.here img {
	padding: 0;
}

.contact #desc em {
	padding-left: 0;
}

.contact #desc span {
	padding-right: 0;
}

#contact-info {
	clear: both;
	float: left;
	width: 500px;
	padding: 0 20px 4px 20px;
	font-size: 11px;
	font-weight: normal;
}

#contact-info p {
	margin-bottom: 10px;
}

#contact-info p a {
	font-weight: bold;
}
