@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	width: 800px;
	height: 600px;
	background: #FFF url(../images/background_images/main_background_gradient.png) repeat-x;
	margin: auto;
		}
#container {
	width: 684px;
	margin: auto;
	background: #6868DA url(../images/background_images/central_insert_background.png) no-repeat;
}

#navbar {
	background: url(../images/background_images/menu_background_gradient.png) no-repeat;
	height: 30px;
	width: 683px;
	font: bold 17px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#content area{
	background: #6868D9 url(../images/background_images/central_insert_background.png) no-repeat center 0px;
	height: auto;
	width: 683px;
	position: relative;
}
#footer {
	background: url(../images/background_images/footer_gradient.png) no-repeat bottom;
	height: 44px;
	width: 684px;
	clear: left;
	left: auto;
	top: auto;
}


h1 {
	font: bold 42px "Times New Roman", Times, serif;
}
h2 {
	font-size: 18px;
	text-align: center;
}

h3 {
	font-size: 14px;
}
#header {
	background: #9B9AFF url(../images/background_images/header_background_image.png) no-repeat;
	height: 86px;
	width: 683px;
	float: none;
	text-align: right;
	z-index: 4;
}

a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:hover {
	color: #90C;
	font-size: 14px;
}

#headernav {
	font-weight: bold;
	z-index: 5;
}
#content_area right  {
	clear: both;
	float: left;
	height: 100px;
	width: 300px;
}

#footer table tr td a {
	font-weight: bold;
}
#header table {
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	margin-right: 20px;
	margin-top: 10px;
}
#content_area left  {
	margin: 10px;
	height: 100px;
	width: 200px;
	text-align: center;
	float: left;
}
#container #content_area table tr td p {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.5em;
	text-align: center;
	color: #000;
}
#container #content_area table tr td table {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
#container table {
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	vertical-align: text-top;
	text-align: left;
}
#container #navbar table {
	text-align: center;
}
#container #form1 p {
	font-weight: bold;
	text-align: left;
}
#container #content_area ul {
	list-style: disc;
	line-height: 1.5em;
	font-weight: bold;
}
#table_about_me {
	font: bold normal 14px Arial, Helvetica, sans-serif;
	color: #000;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
	position: relative;
	left: 10px;
	top: 10px;
	margin: 0px;
	width: 260px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 2px 2px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
	border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: lightyellow;
	padding: 3px;
	left: -1000px;
	border: 0px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	font-weight: bold;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 270px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
.sold {
	color: #F00;
}
#container table tr td p strong {
	text-align: left;

}
