body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	
}

acronym {border: none;}
a {text-decoration: none;}
a:link {
	color: #633000;
	background-color: transparent;
	font-weight: bold;
}
a:visited {color: #663300; background-color: transparent;}
a:hover {
	text-transform: uppercase; background-color: transparent;
	color: #FF6699;
}

#container {
	width: 900px;
	margin: 0px auto 0;
	padding: 0;
	text-align: left;
	color: #FFFFCC;
	background-color: #FFFFFF;
	position: relative;
		}
	
	
#pageheader {
	background: url(banner.gif) no-repeat;
	width: auto;
	margin: 0px;
	padding: 0px;
	border: 1px none #FF0000;
	height: 324px;
	position: relative;
}

#pageheader h1 span {
	display: none;
	margin: 0px;
	padding: 0px;
}
#pageheader h2 span {
	display: none;
	margin: 0px;
	padding: 0px;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	width: auto;
	margin-top: 0px;
	padding-top: 0px;
	border: 1px none #FFFFFF;
	height: 130px;
}

ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

ul a {
	display: block;
	width: 90px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	height: 130px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	
}

#navbar {
	background: url(none) no-repeat;
	width: auto;
	right: 0px;
	top: 200px;
	margin: 0px;
	height: 90px;
	position: absolute;
	border: none;
	left: 400px;
	z-index: 101;
}



ul li#home a {
	background: url(images/home.gif) no-repeat top left;
	margin: 0px;
	padding: 5px 0px 0px;
}

ul li#home a.visited {
	background: url(images/home.gif) no-repeat top left;
	margin: 0px;
	padding: 5px 0px 0px;
}

ul li#about a {
	background: url(images/about.gif) no-repeat top left;
	margin: 0px;
	padding: 5px 0px 0px;
}
ul li#portfolio a {
	background: url(images/portfolio.gif) no-repeat top left;
	margin: 0px;
	padding: 5px 0px 0px;
}
ul li#contact a {
	background: url(images/contact.gif) no-repeat top left;
	margin: 0px;
	padding: 5px 0px 0px;
}
ul li#journal a {
	background: url(images/journal.gif) no-repeat top left;
	margin: 0px;
	padding: 5px 0px 0px;
	width: 95px;
}

#contents {
	width: auto;
	margin: 15px 0px 0;
	border: 1px none #FFFFCC;
	color: #333333;
	background-image: url(images/pinkbackgrnd.gif);
	background-repeat: no-repeat;
	height: 500px;
	text-align: justify;
	padding-left: 40px;
			}

#welcome h2
{
	margin: 10px 0px 5px;
	background: url(images/welcome.gif) no-repeat;
	width: 287px;
	height: 45px;
	padding-top: 0px;
}

#welcome h2 span {
	position: absolute;
	margin-left:-5000px;
	width: 100px;
	padding: 0px;
}

#aboutme h2
{
	margin: 10px 0px 5px;
	background: url(images/aboutme.gif) no-repeat;
	width: 287px;
	height: 45px;
	padding-top: 0px;
}

#aboutme h2 span {
	position: absolute;
	margin-left:-5000px;
	width: 100px;
	padding: 0px;
}

#myportfolio h2
{
	margin: 10px 0px 5px;
	background: url(images/myportfolio.gif) no-repeat;
	width: 287px;
	height: 45px;
	padding-top: 0px;
}

#myportfolio h2 span {
	position: absolute;
	margin-left:-5000px;
	width: 100px;
	padding: 0px;
}

#contactme h2
{
	margin: 10px 0px 5px;
	background: url(images/contactme.gif) no-repeat;
	width: 287px;
	height: 45px;
	padding-top: 0px;
}

#contactme h2 span {
	position: absolute;
	margin-left:-5000px;
	width: 100px;
	padding: 0px;
}

.normaltext {
	color: #333333;
	background-color: transparent;
	padding-left: 15px;
}

#footer 
{
	color: #000000;
	font-size: 85%;
	text-align: center;
	clear: both;
	background-color: #FFFFFF;
}

#rightside 
{
	float: right;
	width: 370px;
	border: #000000;
	margin: 0px;
}

#leftside 
{
	width: 430px;
	border: #999900;
	float: left;
	padding-left: 15px;
	text-align: left;
 }
h3 {
	font-weight: bold;
	color: #FF9A9C;
	font-size: 100%;
	text-transform: capitalize;
	text-decoration: underline;
}

#introduction {
	width: 750px;
	margin-bottom: 15px;
}
.photoright {
	float: right;
	margin-left: 5px;
	border: none;
}
.photoleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 1px;
}
.noborderlink {
	border: 1px solid #FF9999;
}
.centertext {
	font-weight: bold;
	text-align: center;
}

