/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px;
	font-family:"Times New Roman", Times, serif;
	color:#423402;
	padding: 0px;
	margin: 0px;	
	background-image:url(../images/bg_wood.jpg);
	background-position:center top;
	background-color:#3D0B00;
	background-repeat:repeat-x;

	
}

a:focus {
	outline: 1px dotted invert;
}


a
{
	color: #836604;
/*	color: #735A04;*/
	text-decoration: none;
}

a:hover
{
color: #423402;
	text-decoration: underline;
}
img { border: 0; }
h1
{
	font-family: Georgia, serif;
	font-weight: normal;
	text-align: center;
}

h2
{
	padding: 20px 0 0;
	text-align: center;
}

p
{
	border: 0px solid #666;
	overflow: hidden;
	padding: 10px 0;
	
}
.centering { display: block; margin-left: auto; margin-right: auto }



/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}