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

	Licensed under GPL and MIT.
*/

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

body {
	
	font-family: Georgia, "Times New Roman", Times, serif;
	}
a {
	color:#000;	
}
a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

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

h1 {
	font-size: 20px;
	padding-bottom:20px;
}
h1.home{
	font-weight:bold;
	font-size:1.7em;
	padding:0;
	margin:0;
	text-transform:uppercase;
	text-align:center;
	
}
h1.home span{
	text-decoration:underline;
}
h2 {
	font-size:1em;
}
h2.home{
	text-transform:uppercase;
	padding:0 0 20px 0;
	margin:0;
	text-align:center;
	font-size:1.3em;
	font-weight:normal;
	color:#5a3f24;
}
#right_wrapper h2, #right_wrapper h3, #right_wrapper h4, #right_wrapper h5, #left_wrapper h2, #left_wrapper h3, #left_wrapper h4, #left_wrapper h5 {
	font-size:90%;
}

h3 {
	font-size: 1em;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

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

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin:0 0 0 30px;
}


dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}
h1 {
	margin: 0 0 0 ;	
}
h2, h3, h4, h5{
	margin-bottom:5px;	
}
p {
	margin-bottom:15px;	
}
.grid_left,
.grid_right,
.grid_content a{
	color:#5a3f24;
}
.grid_content a{
	text-decoration:underline;	
}
