/* Default CSS Stylesheet for a new Web Application project */

<!--
	html, body {
		margin: 0px;
		padding: 0px;
		font-size: 100%;
		height: 100%;
	}
	body {
		font-family: verdana, arial, helvetica;
		font-size: 1.0em;
		margin-top: 10px;
	}
	hr {
		solid;
		color: #000000
	}
	input.textcontact {
		font-family: verdana, arial, helvetica;
		font-size: 1.0em;
		width: 400px;
	}
	textarea {
		font-family: verdana, arial, helvetica;
		font-size: 1.0em;
		width: 400px;
	}
	input.button {
		font-family: verdana, arial, helvetica;
		font-size: 1.0em;
		width: 80px;
	}
	a {
		 color: #47354D;
		 font-size: 1.0em;
		 font-weight: bold;
		 text-decoration: none;
	}
	a:active {
		 color: #1D0C22;
		 font-weight: bold;
		 text-decoration: none;
	}
	a:link {
		 color: #47354D;
		 font-weight: bold;
		 text-decoration: none;
	}
	a:visited {
		 color: #47354D;
		 font-weight: bold;
		 text-decoration: none;
	}
	a:hover {
		 color: #1D0C22;
		 font-weight: bold;
		 text-decoration: none;
	}
	#divMain {
		position: relative;
		top: 0px;
		left: 0px;
		height: 100%;
		width: 100%;
		text-align: center;
	}
	#divHeader {
		position: static;
		height: 60px;
		width: 100%
		border-bottom: 2px solid #FFFFFF;
	}
	#divSeparator {
		position: static;
		background-image: url('../_images/separator.gif');
		background-repeat: repeat-x;
		width: 100%;
	}
	#divTopNav {
		position: static;
		background-color: #DCA046;
		text-align: center;
	}
	#spnTopNav {
		font-size: 1.2em;
		font-weight: bold;
		margin-left: 10px;
		margin-right: 10px;
	}
	span a {
		 color: #47354D;
		 font-weight: bold;
		 text-decoration: none;
	}
	span a:active {
		 color: #1D0C22;
		 font-weight: bold;
		 text-decoration: none;
	}
	span a:link {
		 color: #47354D;
		 font-weight: bold;
		 text-decoration: none;
	}
	span a:visited {
		 color: #47354D;
		 font-weight: bold;
		 text-decoration: none;
	}
	span a:hover {
		 color: #1D0C22;
		 font-weight: bold;
		 text-decoration: none;
	}
	#divContent {
		position: static;
		border: 1px solid #1D0C22;
		margin-top: 3px;
		margin-left: auto;
		margin-right: auto;
		padding: 5px;
		text-align: left;
		width: 765px;
	}
	#divImage {
		position: static;
		margin-top: 3px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		width: 765px;
	}
	#divThumb {
		position: static;
		border-top: 1px solid #1D0C22;
		margin-top: 3px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 3px;
		text-align: center;
		width: 765px;
	}
	#albHeading {
		font-size: 1.0em;
		font-weight: bold;
		text-align: center;
	}
	#divFooter {
		position: static;
		font-size: 1.0em;
		background-color: #DCA046;
		margin-top: 3px;
		text-align: center;
		vertical-align: middle;
	}
	#albComment {
		font-size: 0.8em;
		text-align: center;
	}
	#imgThumb {
		cursor: hand;
	}
	.bgCell {
		background-color: #DCA046;
		font-size: 1.0em;
		font-weight: bold;
	}
-->