body {
	margin: 0px;
	background-color: #512C11;
}

#container {
	border-left: 2px solid #FFD700;
	border-right: 2px solid #FFD700;
	background: #C78C56 url(../images/bg.jpg) repeat-x top;
}

#mainmenu {
	padding-right: 3px;
}

#mainmenu a {
	color: #FFD700;
	font: bold 11px arial;
	text-decoration: none;
}

#mainmenu a:hover {
	color: White;
}

p {
	font: normal 12px arial;
	color: White;
}

a {
	color: #FFD700;
	font: bold 12px arial;
	text-decoration: none;
}

a:hover {
	color: White;
}

h1 {
	font: bold 17px Trebuchet;
	color: #DFB284;
}

h2 {
	font: bold 14px Trebuchet;
	color: #CC8237;
}

li {
	font: normal 12px arial;
	color: White;
	list-style-type: circle;
}

.item, .subitemrow {
	text-align: right;
}

p.item {
	text-align: right;
}

p.ptitle {
	font: normal 12px arial;
	color: #FFD700;
}

input.inp {
	border: 1px solid #8B4513;
	background-color: #FAE5D5;
	color: #8B4513;
	font: normal 11px arial;
}

input.btn {
	border: 2px solid #8B4513;
	background-color: #B15A19;
	color: #FFDEAD;
	font: bold 11px arial;
}

textarea {
	border: 1px solid #8B4513;
	background-color: #FAE5D5;
	color: #8B4513;
	font: normal 11px arial;
}