* {
	margin: 0;
	padding: 0;
}

html {
	3px solid pink;
}

body {
	background: url('../images/bg.jpg') top left repeat-x #525b43;
}

a {
	font-weight: bold;
	color: #40312c;
}

a:hover {
	color: #4d595e;
}

a img {
	border: none;
}


/*** GENERAL STYLING ***/



/*** MACRO-DIVS ***/

#strip {
	width: 100%;
	min-height: 584px;
	text-align: center;
	background: url('../images/strip.jpg') center 178px repeat-x; /* image is bumped down to be centered vertically */
	text-align: center;
}

#container {
	position: relative;
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background: url('../images/container.png') top left repeat-y;
	height: auto;
}

#sidebar {
	position: relative;
	float: left;
	width: 305px;
	height: 733px;
	background: url('../images/sidebar.jpg') top left no-repeat;
}

#content {
	position: relative;
	float: left;
	width: 655px; /* total: 655px */
	min-height: 644px; /* total: 644px */
	background: url('../images/content.jpg') top right no-repeat;
}

#nav { /* holds flash element */
	position: relative;
	float: left;
	width: 153px;
	height: 185px;
	margin: 4px 0 15px 0;
}

#nav a {
	display: block;
	float: left;
	width: 153px;
	height: 37px;
}

#nav a.btn1{background: url(../images/btn1.png) 0px 0px no-repeat;}
#nav a.btn2{background: url(../images/btn2.png) 0px 0px no-repeat;}
#nav a.btn3{background: url(../images/btn3.png) 0px 0px no-repeat;}
#nav a.btn4{background: url(../images/btn4.png) 0px 0px no-repeat;}
#nav a.btn5{background: url(../images/btn5.png) 0px 0px no-repeat;}
#nav a.btn6{background: url(../images/btn6.png) 0px 0px no-repeat;}

#nav a:hover {
	background-position: 0px -37px; // creates the "image swap" effect
}

#contact {
	position: relative;
	float: left;
	height: 185px;
	width: 500px;
}

#contact img{
	margin: 0 0 0 11px;
}

#masthead {
	position: relative;
	float: left;
	width: 490px;
	height: 240px;
}

h1 {
	display: block;
	float: left;
	font-family: Georgia, Times New Roman, serif;
	font-weight: normal;
	font-size: 28px;
	color: #000;
	width: 100%;
	text-align: center;
	margin: 0 0 10px 0;
}

h2 {
	color: #000;
	font-size: 24px;
	font-family: Georgia, Times New Roman, serif;
	font-weight: normal;
	margin: 0 0 10px 0;
}

h3 {
	color: #000;
	font-size: 20px;
	font-family: Georgia, Times New Roman, serif;
	font-weight: normal;
	font-style: normal;
	margin: 0 0 10px 0;
	/* border-bottom: 1px dotted #333; */
	/* border-left: 1px dotted #333; */
	padding: 0 0 3px 0;
}

h4 {
	color: #111;
	font-size: 15px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-style: italic;
	margin: 0 0 10px 5px;
	/* background: #4d595e;
	padding: 4px 0 1px 3px; */
}

h4.gallery_link {
	text-align: center;
	margin: 25px 0 10px 0;
}

h4.gallery_link a {
	text-decoration: none;
}

h4.gallery_link a:hover {
	text-decoration: underline;
}

p {
	font-size: 14px;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;	
	margin: 0 20px 10px 20px;
	line-height: 125%;
	color: #000;
}

ul {
	margin: 0 0 10px 20px;
}

li {
	color: #000;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 0 5px 0;
} 

#footer {
visibility: hidden;
	position: relative;
	margin: 0 auto;
	width: 754px;
	height: 43px;
	background: url('../images/footer.jpg') top left no-repeat;
}


/*** MICRO-DIVS (the ones within the content div) ***/

.gallery_menu {
	position: relative;
	float: left;
	width: 565px;
	border-top: 1px dotted black;
	padding: 10px 0 0 0;
}

.gallery_menu p {
	color: #000;
	font-size: 15px;
	text-align: center;
}

.gallery_menu a {
	display: block;
	position: relative;
	float: left;
	width: 282px;
	color: #000;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	margin: 3px 0;
}

.gallery_menu a:hover {
	text-decoration: underline;
}

.item {
	position: relative;
	float: left;
	margin: 0 0 20px 20px;
	width: 605px; /* total: 605px */
	background: url(../images/content_mid.png) top left repeat-y;
}

.collapsible {
	position: relative;
	float: left;
	margin: 0 0 20px 20px;
	width: 0px;
	height: 0px;
	visibility: hidden;
	background: url(../images/content_mid.png) top left repeat-y;
}

.item_top {
	width: 605px;
	height: 5px;
	background: url(../images/content_top.png) top left no-repeat;
}

.item_mid {
	padding: 15px 20px;
}

.item_mid_galpreview {
	padding: 15px 0;
}

.item_mid_galpreview h3 {
	margin-left: 20px;
	margin-right: 20px;
}

.item_mid_galpreview h4 {
	margin-left: 25px;
}

.item_mid_galpreview p {
	margin-left: 40px;
	margin-right: 40px;
}


.item_bottom {
	width: 605px;
	height: 5px;
	background: url(../images/content_bottom.png) top left no-repeat;
}

.item_description {
	float: left;
	position: relative;
	width: 207px; /* 217 minus border, margin and padding */
	padding: 0 7px 0 0;
	margin: 0 0 0 0;
	/* border-right: 1px dotted #333; */
}

.thumbnail_block {
	position: relative;
	float: left;
	width: 289px;
	margin: 10px 0 0 9px;
}

.thumbnail_block p, .thumbnail_block h4 {
	margin-right: 7px;
	margin-left: 7px;
}

img.left {
	float: left;
}

img.right {
	float: right;
}

img.thumbnail {
	float: right;
	padding: 7px;
	background: url(../images/thumbnail-backing.png) top left no-repeat;
	margin: 0 0 20px 20px;
}

img.largethumb {
	position: relative;
	left: 60px;
	margin: 3px 0px 0px 0px;
}

.item_mid_galpreview img.largethumb {
	left: 80px;
}

img.indexthumbnail {
	float: left;
	padding: 7px;
	background: url(../images/thumbnail-backing.png) top left no-repeat;
	margin: 0 0 10px 0;
}




form p {
	display: block;
	float: left;
	width: 100px;
	text-align: right;
	margin: 0 20px 10px 20px;
	padding: 3px 0 0 0;
}

form .input {
	width: 400px;
	margin: 0 0 10px 0;
	padding: 1px;
}

form .button {
	position: relative;
	width: 200px;
	margin: 0 0 0 50%;
	left: -100px;
}

form textarea {
	height: 150px;	
}


