/********** BODY **********/
body {
	background: #636363 url(../images/contact/bgi.jpg) no-repeat;
	background-position: top center; }

/********** INLINE ELEMENTS **********/
a:link,
a:visited {
	color: #7c5365; }

a:hover {
	color: #694153; }

/********** BLOCK ELEMENTS AND THEIR CLASS DESCENDANTS **********/
/***** CONTENT *****/
#content {
	border-top: 5px solid #636363; }

	/***** BANNER *****/
	#banner {
		background-color: #7b8676; }

	/***** NAV *****/
	#nav {
		background: #dddbdd url(../images/contact/nav_bgi.jpg) no-repeat; }

	#nav_home {
		background-image: url(../images/contact/nav/home_over.gif); }

	#nav_gall {
		background-image: url(../images/contact/nav/gall_over.gif); }

	#nav_bio {
		background-image: url(../images/contact/nav/bio_over.gif); }

	#nav_cont_on {
		margin-top: 64px; }

	/***** TITLE *****/
	#title {
		background-color: #a3aea8; }

	#title_accent {
		background-color: #636363; }

	/***** STAGE *****/
	#stage h1 {
		font-weight: bold;
		font-variant: small-caps;
		color: #694153;
		border-bottom: 2px solid #a3aea8; }

	.stageframe {
		color: #a3aea8; background-color: #a3aea8; }

		/***** FORM *****/
		.formlbl {
			font-weight: bold;
			padding: 2px 10px 0px 0px; }

		input,
		textarea {
			border-color: #9da8a2;
			background-color:#c7d1cb;}

		.submit {
			font-variant: small-caps;
			font-weight: bold;
			border-color: #7c5365; }

		/***** COPYRIGHT *****/
		.copyright {
			color: #a3aea8; }