/* Begin tag defs */

body {
	background: url(images/background.png) repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #895B2E;
}

a:hover {
	text-decoration: underline;
}

/* Nav links */

div#nav {
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	height: 70px;
	float: none;
}

div#nav ul {
	margin: 0px;
	padding: 0px;
	color: #FFF;
	line-height: 28px;
	white-space: nowrap;
}

div#nav li {
	list-style-type: none;
	float: left;
}

div#nav li a {
	text-decoration: none;
	padding: 7px 10px;
	color: #000;
	font-weight: bold;
}

div#nav li a:hover {
	color: #9999CC;
}

#header {
	margin: auto;
	padding: 0px;
}

li#nav_index       {
	margin: auto;
	padding: 1px;
}
li#nav_about       {
	margin: auto;
	padding: 1px;
}
li#nav_blog        {
	margin: auto;
	padding: 1px;
}
li#nav_squares     {
	margin: auto;
	padding: 1px;
}
li#nav_new         {
	margin: auto;
	padding: 1px;
}
li#nav_contact     {
	margin: auto;
	padding: 1px;
}
li#nav_list        {
	margin: auto;
	padding: 1px;
}

/* Begin class defs */

div#wrapper_outer {
	position: relative;
}

div#wrapper_inner {
	position: relative;
	text-align: left;
	width: 683px;
	margin: auto;
	background-repeat: repeat-y;
	padding: 0px;
}

/* These 3 divs are for the home page with fixed height */

div#middle_fixed {
	position: relative;
	text-align: center;
	width: 683px;
	height: 430px;
}

div#middle_under {
	position: absolute;
	background-color: #e5e5f2;
	width: 672px;
	height: 400px;
	top: 25px;
	left: 5px;
	z-index: 1;
}

div#middle_over {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}

/* These 3 divs are for the squares page with fixed height */

div#squares_middle_fixed {
	position: relative;
	text-align: center;
	width: 683px;
	height: 366px;
}

div#squares_middle_under {
	position: absolute;
	background-color: #e5e5f2;
	width: 672px;
	height: 336px;
	top: 25px;
	left: 5px;
	z-index: 1;
}

div#squares_buttons {
	position: absolute;
	width: 672px;
	height: 336px;
	top: 25px;
	left: 5px;
	z-index: 3;
}

/* The other middle divs are for layouts with flexible height */

div#middle_top {
	position: relative;
}

div#middle_middle {
	position: relative;
	background: url(images/middle_frame_middle2.png) repeat-y;
	text-align: center;
	width: 683px;
}

div#middle_bottom {
	position: relative;
}

div#content_left {
	float: left;
	width: 30px;
}

div#content {
	float: left;
	text-align: left;
	position: relative;
	min-height: 80px;
	background-color: #fff;
	padding: 20px 10px;
	width: 600px;
}

div#arrows {
	float: left;
	width: 30px;
}

/* IE Hack */
* html div#content {
	height: 80px;
}
/* End IE Hack */

div#squares_text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
}

div#copyright_container, div#copyright_container a {
	font-size: 10px;
}

div#copyright_container {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}

div#copyright_container a {
	color: #895B2E;
}

div#about_scroll_outer {
	position: relative;
	float: left;
	width: 320px;
	height: 305px;
	overflow: hidden;
	top: 0px;
	left: 0px;
	clip: rect(0px, 320px, 305px, 0px);
	visibility: hidden;
	padding-left: 25px;
}

div#about_scroll_inner, div#collections_scroll_inner {
	position: relative;
	top: 0px;
	left: 0px;
}

div#collections_scroll_outer {
	position: relative;
	width: 370px;
	height: 275px;
	overflow: hidden;
	top: 0px;
	left: 0px;
	clip: rect(0px, 275px, 305px, 0px);
	visibility: hidden;
}

div#collections_nav {
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}

div.hline {
	border-bottom: 1px solid #999999;
	margin: 15px 0px;
}

/* Element specific */

img.photo, span.photo {
	border: 1px solid #9A9A9A;
}

p.first {
	margin-top: 0px;
}

p.last {
	margin-bottom: 0px;
}

div#arrow_up {
	margin: 310px 0px 10px 0px;
}

div#arrow_up img, div#arrow_up span {
	background-image: url(images/arrow_up.png);
}

div#arrow_down img, div#arrow_down img {
	background-image: url(images/arrow_down.png);
}

td#contact_us {
	font-weight: bold;
	font-size: 1.2em;
}

/* PHPlist styles */

.required {
	color: red;
}
