body {
	background:url(/templates/images/pagebg.jpg) top center no-repeat #fff;
	font-family:garramond, serif;
	margin:0;
	padding:0;
}

a img { border:none; }
a { color:#600; text-decoration:none; }
a:hover { color:#fff; background:#600; }

h1, h2, h3, h4, h5, h6 { margin:0; padding;0; font-weight:normal; }

p { font-size:12pt; line-height:18pt; }

#container {
	width:780px;
	margin:0 auto 0 auto;
	padding:0 10px 0 10px;
}

#header {
	width:780px;
	height:115px;
	background:#000;
	text-align:center;
}

#header a, #header a:hover { background:none; }

#nav {
	margin:0;
	padding:0 10px 0 10px;
	background:url(/templates/images/navbg.jpg) top left repeat-x #fff;
	height:38px;
}

#nav li {
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
}

#nav li a {
	color:#fff;
	font-family:arial, helvetica, sans-serif;
	font-size:9pt;
	text-align:center;
	line-height:30px;
	letter-spacing:1px;
	font-weight:bold;
	width:100px;
	height:38px;
	display:block;
	float:left;
}

#nav li a:hover {
	color:#fff;
	background:url(/templates/images/navbgover.jpg) top left repeat-x #006;
}

#content {
	width:520px;
	float:left;
	padding:20px;
	height:auto !important;
	height:800px;
	min-height:800px;
	font-size:14pt;
}

#content h1 { font-size:24pt; color:#006; }

#sidebar {
	width:200px;
	padding:20px 20px 20px 0;
	float:right;
}

#sidebar h2, h3 {
	font-size:18pt;
	color:#600;
	margin-top:6pt;
}

#addressbox {
	clear:both;
	margin:20px 0 0 0;
	border:1px solid #ccc;
	padding:1.5em;
	background:#f1f1f1;
	font-family:arial;
	font-size:9pt;
	line-height:1.5em;
}

#footer {
	width:780px;
	margin:0 auto 0 auto;
	clear:both;
	background:#000;
	font-size:8pt;
	font-family:arial, hvletica, sans-serif;
	color:#fff;
	padding:3px;
	text-align:center;
}

#footer a, #footer a:hover {
	color:#fff;
	background:#000;
	text-decoration:underline;
}
form {
	width:500px;
	margin:30px 0 40px 0;
}

input, textarea, select {
	width:350px;
	float:left;
}

label {
	width:90px;
	float:left;
	text-align:right;
	padding-right:10px;
}

fieldset {
	border:none;
	clear:both;
}

.btn {
	width:120px;
	float:right;
}

.newphotos {
	text-align:center;
}

.newphotos img {
	padding:5px;
	border:1px solid #000;
}

#scrollpane {
	width:200px;
	height:300px;
	border-bottom:50px solid #fff;
	overflow:auto;
}

.scroll-pane td {
	width:82px;
	height:82px;
	text-align:center;
}

.scroll-pane td img { border:1px solid #000; }

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #fff;
}
.jScrollPaneDrag {
	position: absolute;
	background: #ccc;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background-color: #666;
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background-color: #666;
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

#sidebar ul.linklist {
	margin-top:0;
	margin-left:0;
}

#sidebar ul.linklist li { color:#aaa; margin:0; padding:0; }

#photo { text-align:center; padding:10px; }

#title { font-weight:bold; }
#desc { font-style:italic; }

#scrollpane a:hover, #newphotos a:hover {
	background:none;
}