body, p, td, tr, table, .linkText, .linkCurrent, h3, #links, #main, #footer, .footerText, .right, .left, .box, #email, #comments, #submit, #reset {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #FDFFF2;
}

a {
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
	color: #AD8D5F;
}

a.linkText, a.linkCurrent {
	border-style: solid;
	border-width: 0px;
	border-color: #AD9D86;
	/*border-bottom-width: 1px;*/
	width: 150px;
	text-align: right;
	padding: 2px;
	padding-right: 4px;
	padding-left: 8px;
	font-size: 12px;
}

a.linkCurrent {
	border-width: 1px;
	border-right-width: 0px;
	text-decoration: none;
	background-color: white;
}

.linkBreak {
	color: #FDFFF2;
}

h1 {
	color: #766B5B;
	font-size: 56px;
	font-family: Andy, Gradl, Cursive;
	position: absolute;
	top: 10px;
	left: 50px;
	font-weight: bold;
}

h2 {
	color: #DCDED3;
	font-size: 24px;
	font-family: Andy, Gradl, Cursive;
	position: absolute;
	bottom: 10px;
	right: 5px;
	text-align: right;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	display: none;
}

h3 {
	border-style: solid;
	border-width: 0px;
	border-color: black;
	border-bottom-width: 1px;
	margin: 0px;
	margin-bottom: -8px;
	padding-top: 10px;
	font-weight: bold;
	clear: both;
}

ul.noStyle {
	list-style: none;
}

.small {
	font-size: 9px;
}

#links {
	position: absolute;
	top: 100px;
	left: 50px;
	width: 150px;
}

#main {
	position: absolute;
	top: 110px;
	left: 220px;
	width: 70%;
	line-height: 20px;
}

#footer {
	display: none;
}

.footerText {
	 float: right; 
	 margin-top: 4px;
}

.right {
	float: right;
	padding-left: 5px;
}

.rightWeb {
	float: right;
	padding-left: 5px;
	padding-top: 12px;
	padding-right: 2px;
}

.left {
	float: left;
	padding-right: 5px;
}

.box, #email, #comments, #submit, #reset {
	font-size: 12px;
	width: 120px;
	padding: 1px;
	padding-bottom: 2px;
}

#error {
	color: #766B5B;
	font-size: 56px;
	font-family: Andy, Gradl, Cursive;
	font-weight: bold;
}