@charset "UTF-8";
/* CSS Document */


body {
	background-color: dimGray;
	font-family: Arial Narrow, Trebuchet MS, Geneva, Lucida Grande;
	font-size: small;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
}

#pageArea {
	background-color: white;
	color: black;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px; 
	padding: 0px 0px 37px 0px;
	background-image: url(webimages/background.gif);
	background-repeat: no-repeat;
	background-position: bottom;

}

img.logo {
	position: absolute;
	float: left;
	margin-left: 40px; padding-top: 5px;
}
img.background{
	float: left;
	position: relative;
}


.vAlignDiv1 {overflow: hidden; width: 1024px;
		padding-top: 11px; padding-bottom: 11px; height: 60px;
	 #position: relative;/* internet explorer*/
	 display: table; /*standard browsers*/
}

.vAlignDiv2 {
	 #position: relative; #top: 10%;
	 display: table-cell; /*internet explorer*/
	vertical-align: middle; /*standard browsers*/
	height: 1em;
}

.vAlignDiv3 {
	border:0px;/*all browsers*/
	#position: relative; #top: -50% /*internet explorer*/
	/*height: 100px;*/
}

ul.menu {list-style-type: none; float: right; margin:0px 81px 0px 0px; padding:0;}

li.menu {float: right; padding: 1em 5px 1em 5px;}

a.menuitem:link, a.menuitem:visited 	{text-transform: capitalize; font-size: 1em; padding: 1.7em 2px 1.7em 2px; 
						text-decoration: none;
						color: black; background-color: none;}
a.menuitem:hover 	{text-transform: capitalize; font-size: 1em; text-decoration: none; 
						color: white; background-color: black;}

body#about a#about, 
body#collection a#collection,
body#contact a#contact {background: none; color: black; cursor: default;}


.pageTitleDiv {/*border: 1px solid red; for debugging*/
	overflow: hidden; width: 1024px;
	padding-top: -50px; height: 60px;
	#position: relative;/* internet explorer*/
	display: table; /*standard browsers*/
}

#pagetitle{
	text-align: center;
/*	border:1px solid green;*/
	padding: 0px; margin: -35px 0 -10px 0;
	height: 61px;
	font-size: 2em; font-weight: 900;
	text-transform: uppercase;
}

#textArea {
	border:1px solid black;
	height: 450px;
	margin: 5px 162px 0px 162px;
	padding: 10px;
	overflow: auto;
	font-size: 0.9em;
	background-color: white;
	font-size: medium;
}

.gallery{
	text-align: center;
}

a.tob:link, a.tob:visited {color: white;}

a.tob:hover {color: black;}
.tobtext{
	font-size: small;
}

#tobtextarea{
	color: black;
	width: 1024px;
	height: 2em;
	margin-left: auto;
	margin-right: auto;}

#tobtext{
	text-align: center;
	padding: 0px; margin: 0px 0 -10px 0;
	vertical-align: bottom;
	height: 2em;

}



/*---------------content formatting------------------*/
.specialH1{
	color: darkRed;
	font-weight: 900;
}

h1{
	line-height: 95%;
	font-size: large;
}

.special{}

.contactcontain{
	float:left;
	height: 280px;
}

.contactleft{
	width:200px;
	float: left;
	padding: 5px;
}

.contactright{
	margin-top: -20px;
	height:200px;
	float: right;
	padding: 5px;
}

.cubottom{
	float: none;
	margin-top: 100px;
	background-color: red;
}

.bold {
	font-weight: 800;
}

