body {
	background-color: #CCCC99;
	color: #333300;
	font-size: smaller;
	font-family: Verdana, Arial, sans-serif;
}

h1,h2,h3,h4,h5,p {
	background-color: transparent;
	color: #333300;
}

p.Emphasised {
	font-style: italic;
	font-weight : bolder;
}

table {
	border : none;
	border-collapse : collapse;
}

td {
	padding : 0% 2% 0% 2%;
}

td.AlignCenter {
	text-align: center;
}
hr {
	width : 500px;
	color: #FFFFCC;
	background-color: transparent;
}

img.FloatLeft {
	float: left;
}

img.FloatRight {
	float: right;
}

a.MainLink {
	background-color: transparent;
	color: #333300;
	text-decoration: underline;
}

a.MainLink:hover {
	background-color: #FFFFCC;
	color: #333300;
	text-decoration: none;
}

div.SplashGraphic {
	position: absolute;
	width: 320px;
	height: 220px;
	left: 240px;
	top: 190px;
	z-index: 1;
	overflow: visible;
	text-align: center;
}

div.EntryLinks {
	position: absolute;
	width: 320px;
	height: 50px;
	left: 240px;
	top: 420px;
	z-index: 2;
	overflow: visible;
	text-align: center;
}

div.Logo {
	position: absolute;
	width: 140px;
	height: 91px;
	left: 0px;
	top: 0px;
	z-index: 10;
	overflow: visible;
}

div.NavBar {
	position: absolute;
	width: 565px;
	height: 91px;
	left: 140px;
	top: 0px;
	z-index: 11;
	overflow: visible;
	background-image: url(images/navbar.jpg);
}

div.Cartoon {
	position: absolute;
	width: 95px;
	height: 110px;
	left: 705px;
	top: 0px;
	z-index: 12;
	overflow: visible;
	background-image: url(images/cavewoman.gif);
}

div.TopSeparator {
	position: absolute;
	width: 695px;
	height: 1px;
	left: 10px;
	top: 109px;
	z-index: 13;
	overflow: hidden;
}

div.SideBar {
	position: absolute;
	width: 160px;
	height: 440px;
	left: 0px;
	top: 110px;
	z-index: 14;
	overflow: visible;
}

div.Content {
	position: absolute;
	width: 620px;
	height: 410px;
	left: 180px;
	top: 120px;
	z-index: 20;
	overflow: auto;
}

div.BottomLinks {
	position: absolute;
	width: 800px;
	height: 50px;
	left: 0px;
	top: 550px;
	z-index: 15;
	overflow: visible;
	background-color: #999966;
	color: #FFFFCC;
}

div.LinkCV {
	position: absolute;
	width: 30px;
	height: 30px;
	left: 205px;
	top: 55px;
	z-index: 26;
	overflow: visible;
}

div.LinkPortfolio {
	position: absolute;
	width: 110px;
	height: 30px;
	left: 305px;
	top: 55px;
	z-index: 27;
	overflow: visible;
}

div.LinkFun {
	position: absolute;
	width: 45px;
	height: 30px;
	left: 480px;
	top: 55px;
	z-index: 28;
	overflow: visible;
}

div.LinkRestricted {
	position: absolute;
	width: 130px;
	height: 30px;
	left: 575px;
	top: 55px;
	z-index: 29;
	overflow: visible;
}