@CHARSET "UTF-8";

body {
	margin:	0;
	padding:	0;
	background-color:	#D97D34;
	color:	#FFE868;
}

a {
	color:	#f9eac6; #fff2a8;
	text-decoration:	underline;	
}

a img {
	border:	none;	
}

img {
	border:	2px solid #f9eac6 !important;	
}

div.img {
	text-align:	center;
	width:	100%;	
}

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

div#wrapper {
	width:100%;
	height:100%;
	margin:	0 auto;
	width:	700px;
}

p {
	/*font-size:	12px;	*/
}

form.form input,
form.form textarea {
	padding:	4px;
	font-size:	14px;
}

form.form textarea {
	width:		500px;
	height:		400px;
}

div#menu {
	width:	auto;
	float:	right;
	text-align:	right;
}

div.record p {
	text-indent:	18px;
}

div.record h2 {
	margin-bottom:	4px;
	font-style:		italic;
}

div.record h2 small.date {
	float:	right;
	font-size:	60%;
	font-weight:	normal;
}

div.record div.admrecord {
	width:	100%;
	text-align:	center;
}

div.record div.admrecord a {
	padding:	4px;
}

label {
	cursor:	pointer;
}