body {
	background-image:url('images/pagebg.gif');
	background-repeat:repeat-y;
	background-color:#000000;
	margin:0px;
}

a { color:#DEB539; }

h1 {
	font-family:arial,tahoma;
	font-weight:normal;
	font-size:22px;
	border-bottom:1px solid #DEB539;
	margin-bottom:20px;
	font-variant:small-caps
}

h2 {
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	margin:0px;
	}
.h2esque {
   font-size:16px;
   margin:20px;
   text-align:center;
   }

h2.faq {
	font-size:16px;
	font-style:italic;
	font-weight:normal;
	border-bottom:1px dotted #DEB539;
	margin-top:18px;
	}

#head {
	position:absolute;
	left:0px;
	top:0px;
	width:896px;
	height:150px;
}

#leftsliver {
	position:absolute;
	left:0px;
	top:150px;
	width:122px;
	height:486px;
}

#background {
	background-image:url('images/bg.gif');
	background-repeat:repeat-y;
	position:absolute;
	top:150px;
	left:122px;
	width:729px;
	z-index:1;
}

#content {
	position:relative;
	left:195px;
	top:0px;
	width:500px;
	padding:15px;
	background:transparent;
	font-family:arial, ms sans serif, tahoma, verdana;
	font-size:14px;
	color:#DEB539;
}

th, td, input, textarea {
	background:transparent;
	font-size:14px;
	color:#DEB539;
	}

input, textarea {
	border:1px solid #DEB539;
	}

* html #content {
    width: 500px; /* ie5 and ie6 in quirks mode. fucking ie. */
    w\idth: 530px; /* ie6 in standards mode */
	}

.about-profile {
	position:relative;
	height:100px;
	line-height:18px;
	margin-bottom:10px;
	}

.about-name {
	margin-bottom:10px;
	}

.about-profile img {
	float:left;
	clear:left;
	margin-right:5px;
	border:1px solid black;
	height:100px;
	}
	
/* DESIGN CSS FORMATTING */

img.design {
   float:left;
   margin-bottom:10px;
   margin-right:10px;
   }
   

/* PRICING CSS FORMATTING */

table.pricing {
   width:500px;
   border:0px;
   }
table.pricing th {
	text-align:left;
   color:#DEB539;
   border-bottom:1px dotted #DEB539;
   padding-left:15px;
   }
table.pricing td {
   padding-left:15px;
   }
table.pricing td.footnote {
   padding-top:10px;
   font-size:12px;
   }
ul.pricing {
   list-style-type:circle;
   margin:0px;
   padding:0px;
   margin-left:15px;
   padding-left:15px;
   }
   
   
/* FEEDBACK CSS FORMATTING */
#showForm {
   }

#hideForm {
   display:none;
   }