body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	}

/* Begin Stamp Intro */	
.background {
	position: absolute;
	top: 10px;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0, 50%, 0, 50%;	
	z-index: 0;
	}
.intro {
	position: absolute;
	top: 10px;
	right: 25%;
	bottom: 0;
	left: 25%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
.intro a  {
	text-decoration: none;
	color: #666633;
	}
.intro a:hover {
	color: #cc0000;
	}


/* Begin Vertical Navigation */

.vertical-nav {
	height: 614px;
	width: 70px;
	position: absolute;
	left: 30px;
	top: 0px;
	margin: 0;
	padding: 0;
	z-index: 3;
	}
.vertical-buttons {
	position: absolute;
	left: 20px;
	top: 10px;
	font-family: futura, helvetica, sans-serif;
	font-size: .9em;
	border: none;
	z-index: 7;
	}
.vertical-buttons a {
	border: none;			
	text-decoration: none;
	color: #cc6600;
	}
vertical-buttons img {
	border: none;
	}
.vertical-buttons a:hover {
	color: #666666;
	font-weight: normal;
	}
.vertical-buttons a:hover img {
	border: 2px solid #cccccc;
	}
	
/* Begin Horizontal Navigation */

.horizontal-nav {
	height: 50px;
	width: 250px;
	position: absolute;
	top: 500px;
	left: 20px;
	background: none;
	color: #666666;
	margin: 0;
	padding: 0;
	z-index: 4;
	}
.horizontal-nav a {
	text-decoration: none;
	}
.horizontal-buttons {
	margin: 0;
	padding: 0;
	}
.horizontal-buttons a:hover {
	border-bottom: 2px solid #cccccc;
	}
.cgd-email-button a {
	position: absolute;
	height: 50px;
	width: 200px;
	left: 65px;
	top: 35px;
	color: #333333;	
	font-family: futura, helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal; 
	text-decoration: none;
	margin: 0;
	padding: 0;
	z-index: 9;
	}
.cgd-email-button a:hover {
	color: #888888;
	font-weight: normal;
	}
		
/* Begin Page Main */

.main {
	position: absolute;
	width: 600px;
	height: 600px;
	left: 290px;
	top: 15px;
	margin: 0;
	padding: 0px;
	z-index: 10;
	}
.main img {
	margin: 30px;
	padding: 0;
	border: none;
	z-index: 6;
	}
.main a {
	border: none;			
	text-decoration: none;
	color: #663300;
	}
.main a:hover {
	color: #666666;
	font-weight: normal;
	}
/* Begin Web Credit */

.c3ad {
	position: absolute;
	top: 610px;
	left: 20px;
	font-family:futura, helvetica, sans-serif;
	font-size: .7em;
	z-index: 7;
	}
.c3ad a {
	color: #666666;
	text-decoration: none;
	}
.c3ad a:hover {
	color: #bbbbbb;
	}
	
/* Index Image */

.index-image {
	position: absolute;
	top: 40px;
	left: 120px;
	z-index: 10;
	} 
.index-image a img {
	text-decoration: none;
	border: none;
	}

	
/* Main Navigation */
.index-nav {
	background-color: #ffffff;
	position: absolute;
	top: 485px;
	left: 80px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
.index-nav a {
	text-decoration: none;
	font-family: Helvetica, sans-serif;
	font-size: .8em;
	color: #cc6600;
	font-variant: small-caps;
	}
.index-nav a:hover {
	color: #666666;
	}
