body {
	background-position: top left;
	background-repeat: repeat-y;
	background-color: #fff;
	font-family: "Palmy", sans-serif;
}

#menu {
	position: absolute;
	margin: 0;
	width: 280px;
	height: 500px;
	background: url('images/menubg.png');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: -40px;
/*
	background-position: top right;
	background-repeat: no-repeat;
	position: absolute;
	margin-bottom: 0px;
	top: 0px;
	left: 0px;
	width: 250px;
	padding-top: 90px;
	padding-left: 40px;
	font-size: 15px;
*/	
}

/*
object {
	position: absolute;
	margin-top: -100px;
	margin-left: -80px;
	z-index: 2;
}
*/

#homelink {
	left: 0px;
	top: 0px;
	width: 250px;
	height: 150px;
	background: url('images/homebtn.png');
	float: left;
}

#gdlink {
	left: 0px;
	top: 0px;
	background: url('images/gdbtn.png');
	width: 250px;
	height: 40px;
	float: left;
}

#illink {
	left: 0px;
	top: 0px;
	background: url('images/ilbtn.png');
	width: 250px;
	height: 40px;
	float: left;
}

#anlink {
	left: 0px;
	top: 0px;
	background: url('images/anbtn.png');
	width: 250px;
	height: 40px;
	float: left;
}

#inlink {
	left: 0px;
	top: 0px;
	background: url('images/inbtn.png');
	width: 250px;
	height: 40px;
	float: left;
}

#wdlink {
	left: 0px;
	top: 0px;
	background: url('images/wdbtn.png');
	width: 250px;
	height: 40px;
	float: left;
}

#resumelink {
	left: 0px;
	top: 0px;
	width: 250px;
	height: 150px;
	background: url('images/resumebtn.png');
	float: left;
}

#homehere {
	left: 0px;
	top: 0px;
	width: 250px;
	height: 150px;
	background: url('images/homebtn_here.png');
	float: left;
}

#gdhere {
	left: 0px;
	top: 0px;
	background: url('images/gdbtn_here.png');
	width: 250px;
	height: 40px;
	float: left;
}

#ilhere {
	left: 0px;
	top: 0px;
	background: url('images/ilbtn_here.png');
	width: 250px;
	height: 40px;
	float: left;
}

#anhere {
	left: 0px;
	top: 0px;
	background: url('images/anbtn_here.png');
	width: 250px;
	height: 40px;
	float: left;
}

#inhere {
	left: 0px;
	top: 0px;
	background: url('images/inbtn_here.png');
	width: 250px;
	height: 40px;
	float: left;
}

#wdhere {
	left: 0px;
	top: 0px;
	background: url('images/wdbtn_here.png');
	width: 250px;
	height: 40px;
	float: left;
}

#resumehere {
	left: 0px;
	top: 0px;
	width: 250px;
	height: 150px;
	background: url('images/resumebtn_here.png');
	float: left;
}

/*
#gdlink a:hover {
	background: url('images/gdbtn_hover.png');
}

#illink a:hover {
	background: url('images/ilbtn_hover.png');
}

#anlink a:hover {
	background: url('images/anbtn_hover.png');
}

#inlink a:hover {
	background: url('images/inbtn_hover.png');
}

#bdlink a:hover {
	background: url('images/bdbtn_hover.png');
}
*/

/*

.page a {
	color: #000;
	text-decoration: none;
}

.page a:hover {
	color: #000;
	text-decoration: underline;
}

#here {
	background-color: #efe;
}

#here a {
	color: #000;
}
*/

#content {
	position: absolute;
	top: 175px;
	left: 350px;
	margin-bottom: 15px;
	z-index: -2;
}

#content a {
	color: #000;
}

.link {
	height: 100px;
	width: 100px;
	margin-right: 30px;
	margin-bottom: 30px;
	float: left;
	border: 1px #ddd solid;
}

.link a {
	text-decoration: none;
	color: #888;
}

.link a:hover {
	text-decoration: underline;
	color: #66ff00;
}

#image {
	top: 30px;
	font-size: 12px;
	margin-bottom: 15px;
	margin-right: 15px;
	clear: left;
}

#image img {
	border: 1px #d0d0cc solid;
}


#foot {
	position: absolute;
	color: #888;
	bottom: 5px;
	font-size: 9px;
}