/* Pretty Stuff
================================== */

/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}

body {
	font: 70%/1.6 "OPtima", "Lucida Sans", "Tahoma", Verdana, sans-serif;
	background-color: #FFFFFF;
	background-image: url(longback.jpg);
	background-repeat: repeat;
	width: 36px;
	height: 620px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h1 {
  font-size: 2.4em;
  font-weight: normal;
}

h2 {
  font-size: 2.0em;
  font-weight: normal;
}

.contentP {
	position: relative;
	background: url(Wcap.gif) no-repeat 0.7em; 
 }

p, li {
  font-size: 1.0em;
}

h1, h2, p {
  margin: 1em 0;
}

.mainTable {
	margin: 0px;
	top: 0px;
}
.navCell {
	background-image: url(navback.jpg);
	background-repeat: no-repeat;
	width: 365px;
	height: 531px;
}
.contentCell {
	background-image: url(contentback.jpg);
	width: 449px;
	height: 531px;
}
a:link {
	border: 0px none;
}
a {
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline overline;
}
.formCell {
	background-image: url(portfolioside.jpg);
	background-repeat: no-repeat;
	width: 448px;
	height: 531px;
}
.form {
	border: 1px dotted #333333;
	padding: 10px;
}
.errormessage {
	color: #660000;
}
