body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
}
p {
	font-family: "Courier New", Courier, mono;
	color: #00FF00;
	font-size: 12px;
	margin: 0px 0px 1em;
}
h2 {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 1em;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 11px;
	color: #00FFFF;
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 1em;
	margin: 0px;
	padding: 0px;
}
#container {
	border: 1px #666666;
	position: relative;
	height: 490px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-image:  url("background.gif");
}
#indexanimate {
	position: absolute;
	top: 25px;
	left: 23px;
}
#sitename {
	text-align: left;
	top: 48px;
	position: absolute;
	left: 142px;
	background-color: #000000;
	width: 278px;
	height: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#pagetitle {
	text-align: right;
	top: 48px;
	position: absolute;
	right: 40px;
	background-color: #000000;
	width: 280px;
	height: 11px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#column1 {
	position: absolute;
	width: 246px;
	left: 145px;
	top: 93px;
	padding: 10px;
	background-image: url(greenblink.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#column2 {
	position: absolute;
	width: 246px;
	right: 45px;
	top: 93px;
	padding: 10px;
	background-image: url(greenblink.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#homebutton {
	position: absolute;
	top: 448px;
	left: 343px;
	width: 70px;
	height: 20px;
	z-index: 2;
}
#aboutmebutton {
	position: absolute;
	left: 423px;
	top: 448px;
	width: 70px;
	height: 20px;
	z-index: 2;
}
#creativebutton {
	position: absolute;
	top: 448px;
	left: 502px;
	width: 70px;
	height: 20px;
	z-index: 2;
}
#workbutton {
	position: absolute;
	top: 448px;
	left: 580px;
	width: 70px;
	height: 20px;
	z-index: 2;
}
#candgbutton {
	position: absolute;
	top: 448px;
	left: 659px;
	width: 70px;
	height: 20px;
	z-index: 2;
}

#column1 a, #column2 a {
	color: #FFFFFF;
}
#column1 a, #column2 a:hover {
	color: #00FFFF;
}
#homebutton a, #aboutmebutton a, #creativebutton a, #workbutton a, #candgbutton a {
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
	height: 15px;
	width: 70px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 5px;
	display: block;
}

#homebutton a:link, #aboutmebutton a:link, #creativebutton a:link, #workbutton a:link, #candgbutton a:link {
	background-image:  url("link.gif");
}
#homebutton a:visited, #aboutmebutton a:visited, #creativebutton a:visited, #workbutton a:visited, #candgbutton a:visited {
	background-image:  url("link.gif");
}
#homebutton a:hover, #aboutmebutton a:hover, #creativebutton a:hover, #workbutton a:hover, #candgbutton a:hover {
	background-image:  url("hover.gif");
}
#homebutton a:active, #aboutmebutton a:active, #creativebutton a:active, #workbutton a:active, #candgbutton a:active {
	background-image:  url("hover.gif");
}
