body {
	margin:0px;
	padding:0px;
	background: #412;
	color: #124;
	font: 11px '"monotype corsiva", bookman, serif';
}
			
a:link, a:visited, a:active{
	text-decoration: none; 
	color: #412; 
}

a:hover{
	font-weight: bold;
	text-decoration: none;
	color: #241; 
}

#skin {
	POSITION: ABSOLUTE;
	margin:15px 0 0px -300px;
	padding:0px;
	left:50%;
	width:600px;
	height:888px;
	background:#A88030 url(monalisa.jpg) no-repeat;
	border: 8px double #124;
}

#padding {
	POSITION: ABSOLUTE;
	margin:15px 0 0px -300px;
	padding:0px;
	left:50%;
	top: 904px;
	width:600px;
	text-align:center;
}

#header {
	width:600px;
	height: 303px;}

#menu { 
	width:600px;
	height: 50px;
	border-bottom: 1px solid #124;
	background: #983;
	padding:5px 0 0 0px;
	font: bold 16px '"monotype corsiva", bookman, serif';
	text-align:center;
	text-transform:uppercase;
	filter:alpha(opacity=65);
	-moz-opacity:.65;
	opacity:.65;
}

#credits { 
	width:600px;
	height:50px;
	border-top: 1px solid #124;     
	background: #983;
	padding:4px 0 4px 0;
	filter:alpha(opacity=65);
	-moz-opacity:.65;
	opacity:.65;
	text-align:center;
}
			
#content {
	width:600px;
	height:470px;
	overflow:auto;
	background: #DCA;
	border-top: 1px solid #124;
	padding:0;
	filter:alpha(opacity=65);
	-moz-opacity:.65;
	opacity:.65;
}

img {border: 0px;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;}

input, select, textarea {
	font: 12px sans-serif;
	color:#124;
	background:#A83;
	border: 2px dashed;
	border-color:#412; 
	filter:alpha(opacity=65);
	-moz-opacity:.65;
	opacity:.65;
}
h1, h2 {
border-bottom: 2px solid #412;
color:#241;
padding:0px;
font: small-caps bold 18px '"monotype corsiva", bookman, serif';
text-align:center;
line-height:1px;
margin: 18px;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}
p {
padding:0 2em;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}

/* add this rule to your css to get the donation form to align */
.codesort label {
	float: left;
	width: 12em;
	text-align: right;
	margin: 0 0.5em 0 0;
	}

.codesort h2 {text-align:center;font:bold 11pt '"monotype corsiva", bookman, serif';color:#333;}

.codesort h3 {text-align:center;font:bold 10pt '"monotype corsiva", bookman, serif';color:#333; }





