body {
	text-align: center;
	margin-top: 20px;
	font-family: verdana, sans-serif;
	font-size: 0.75em;
	color: #5E3C00;
	background-color: #F2E8D2;
}

a {
	text-decoration: underline;
	color: #5E3C00;
	outline: none;
}

a:hover {
	text-decoration: underline;
	color: #312B1F;
}

h1, h2, h3, h4 {
  font-weight: normal;
  text-align: left;
  margin-bottom: 0px;
  color: #312B1F ;

}

.thumb {
	border: 1px solid #312B1F;
}

.clear {
	clear: both;
	font-size: 1px;
}

#main {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../images/background.jpg);
}

#title {
	width: 780px;
	height: 200px;
}

#title h1 {
	margin-top: 0px;
	font-size: 2.5em;
}

/* navigation - thanks to Mr. zeldman */

div#nav	{
	height: 35px;
	width: 718px;
	margin: 11px 0 0 31px;
	padding: 0;
	background: url(../images/bodyBg.jpg);
}

div#nav ul#goto	{
	height: 35px;
	width: 700px;
	background: transparent url(../images/nav2.gif) top left no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
}

div#nav ul#goto li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
}

ul#goto li, ul#goto a {
	height: 35px;
	display: block;
}
	
div#nav ul#goto li a {
	text-indent: -9999px;
	text-decoration: none;
}

#gotohome {
	left: 19px; 
	width: 40px;
}

#gotoporti	{
	left: 126px;
	width: 61px;
}

#gotocv	{
	left: 253px; 
	width: 113px;
}

#gotocontact {
	left: 427px;
	width: 55px;
}

#gotohome a:hover,  #gotohome .current {
	background: transparent url(../images/nav2.gif) -19px -35px no-repeat;
}

#gotoporti a:hover,  #gotoporti .current {
	background: transparent url(../images/nav2.gif) -126px -35px no-repeat;
}

#gotocv a:hover,  #gotocv .current {
	background: transparent url(../images/nav2.gif) -253px -35px no-repeat;
}

#gotocontact a:hover,  #gotocontact .current {
	background: transparent url(../images/nav2.gif) -427px -35px no-repeat;
}

#bodyBg {
	width: 718px;
	margin: 11px 11px 11px 31px;
	background-image: url(../images/bodyBg.jpg);
}

#bodyBg h1 {
	padding-top: 6px;
	font-size: 2em;
}

#bodyBg h2 {
	font-size: 1.5em;
}

#bodyBg h3 {
	font-size: 1.25em;
	font-style: italic;
}


#bodyBg h4 {
	font-size: 1.25em;
}

#bodyBg p, #bodyBg h1, #bodyBg h2, #bodyBg h3, #bodyBg h4, #bodyBg ul, #flashcontent {
	margin-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

#bodyBg ul {
	margin-top: 0px;
	margin-left: 20px;
}

#bodySingle {
	padding-top: 11px;
	margin-top: 11px;
}

#bodySingle h4 {
	padding-bottom: 5px;
}

#bodyLeft {
	width: 480px;
	margin-top: 11px;
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #312B1F;
}

#bodyRight {
	width: 225px;
	margin-top: 11px;
	float: right;
}
#bodyRight .thumb {
	float: none;
	margin-left: 20px;
	margin-bottom: 5px;
}

.topPara{
	margin-top: 20px;
}

.listHead {
	list-style: none;
	font-size: 1.5em;
	text-indent: -1em;
	padding-top: 0px;
	padding-bottom: 10px;
}

ul {
	text-align: left;
}

li {
	padding-top: 3px;
	margin-left: 0px;
	padding-left: 0px;
}

#cvLeft {
	width: 360px;
	float: left;
}

#cvRight {
	width: 355px;
	float: right;
}

#port {
	text-align: left;
	width: 718px;
}

#port p {
	width: 450px;
}

#port img {
	float: right;
	margin-right: 20px;
}

#footer {
	height: 35px;
	width: 718px;
	text-align: right;
	margin-top: 11px;
	margin-right: 11px;
	margin-left: 31px;
	background-image: url(../images/bodyBg.jpg);
	margin-bottom: 0px;
}

#footer p {
	padding-right: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
}

#top {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	height: 40px;
}
#bottom {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	height: 30px;
}
#portBodyLeft {
	width: 360px;
	margin-top: 11px;
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #312B1F;
	margin-bottom: 11px;
}
#portBodyRight {
	width: 355px;
	margin-top: 11px;
	float: right;
}
#portBodyRight .thumb, #portBodyLeft .thumb{
	float: right;
	margin-left: 11px;
	margin-bottom: 11px;
}
#portBodyRight h3, #portBodyLeft h3{
	margin-bottom: 11px;
}

