body {
	background: #C60000 url(images/bg.jpg) repeat-x top;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* IDs */

#leftbar {
	background: url(images/dotbar.gif) repeat-y top;
}

#boxer {
	border-left: 1px solid #A9A9A9;
	border-right: 1px solid #A9A9A9;
	background: White url(images/leavesbg.jpg) repeat-y right;
}

#header {
	border-bottom: 1px dotted #A9A9A9;
}

/* P Tags */

p {
	font: normal 11px Verdana;
}

p.header {
	font: small-caps bold 15px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #B22222;
}
h1.header {
	font: small-caps bold 15px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #B22222;
}
h1{
	font: small-caps bold 15px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #B22222;
}
#ptitle {
	background-color: #DCDCDC;
	border-bottom: 2px solid Black;
}

/* Links */

a {
	font: bold 11px Verdana;
	color: #C52525;
	text-decoration: none;
}

a:hover {
	color: #696969;
}

a.menu {
	font: bold 12px Verdana;
	color: #C52525;
	text-decoration: none;
}

a.menu:hover {
	color: #696969;
}

/* Other */

input.btn {
	border: 1px solid #A9A9A9;
	color: Black;
	background-color: #DCDCDC;
	font: bold 10px Verdana;
}