/* Basic Common Styles */
* {
	padding: 0px;
	margin: 0px;
}

a {
	text-decoration: none;
}

img {
	border: 0px;
}

.clearBox {
	clear: both;
}

.right {
	float: right;
}

.left {
	float: left;
}

.italic {
	font-style: italic;
}

.uppercase {
	text-transform: uppercase;
}

.center {
	text-align: center;
}

/* Main Structure */
body {
	background: url(/img/bg.gif);

	font-family: "Times New Roman", times, serif;
	font-size: 12px;
	line-height: 14px;
}

p {
	font-size: 1.2em;
}

div#frame {
	width: 808px;
	min-width: 808px;
	margin: 0px auto 0px auto;
}

div#container {
	float: left;
	width: 808px;
	min-width: 808px;
	padding: 0px 33px 33px 33px;

	background: url(/img/body-strip.png) repeat-y;
}

div#top {
	width: 808px;
	min-width: 808px;
}

div.dynamicContent img {
	border: 2px solid black;
	margin: 10px;
}

div.dynamicContent img.left {
	margin-left: 0px;
}

div.dynamicContent img.top {
	margin-top: 0px;
}

div.dynamicContent img.right {
	margin-right: 0px;
}

div.dynamicContent img.bottom {
	margin-bottom: 0px;
}

/* Rounded Corners */
div#round-top {
	width: 808px;
	margin: 20px auto 0px auto;
}

div#round-bottom {
	width: 808px;
	margin: 0px auto 0px auto;
}

/* Main Styles */
hr {
	border: 0px none;
	background-color: #333333;
	margin-top: 10px;
	height: 1px;
}

h1 {
	font-size: 1.5em;
	line-height: 1.2em;
}

a.represented {
	font-family: "Arial Narrow", Arial, sans-serif;
	color: #000066;
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: bold;

	text-transform: uppercase;
}

/* Navigation Styles */
ul.nav li {
	float: left;
	list-style-type: none;
}

ul.nav li a {
	color: #000000;
	font-size: 1.3em;
	line-height: 1.2em;
}

/* Galleries */
div#galleries {
	margin-right: 3px;
	text-align: center;
	float: left;
}


div#galleries div#scrollbox a img {
	padding: 3px;
}

div#galleries div#scrollbox a:hover img {
	border: 3px solid grey;
	padding: 0px;
}

div#galleries #scrollbox {
	height: 514px;
	float: left;
	overflow: auto;
	width: 100px;
}

div#galleries img {
	margin-bottom: 5px;
}

div#galleries h1 {
	color: #333333;
	margin-bottom: 4px;
}

/* Gallery Nav */
ul#galleryNav {
	float: right;
	margin-right: 91px;
}

ul#galleryNav li a {
	color: #333333;
	font-size: 1.3em;
}

/* 404 Error Page */
div#errorPage {
	position: relative; top: 20px; 
	padding-left: 30px;
}

div#errorPage ul {
	margin: 10px 0 0 15px; 
	padding: 0;
} 