/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	background-image: url(../pics/backpattern.jpg);
	background-repeat: repeat;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.3;
	color: #101010;
}

a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #5A826A;
}
a:active {
	text-decoration: none;
	color: #000000;
}
#footer a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:visited {
	text-decoration: none;
	color: #000000;
}
#footer a:hover {
	text-decoration: none;
	color: #5A826A;
}
#footer a:active {
	text-decoration: none;
	color: #000000;
}


/* `Headings
----------------------------------------------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
}
h1 {
	font-size: 25px;
	color: #5A826A;
}

h2 {
	font-size: 20px;
	color: #141414;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5A826A;
}

h3 {
	font-size: 18px;
	color: #323131;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

h4 {
	font-size: 16px;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	color: #5A826A;
}

h5 {
	font-size: 13px;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	color: #323131;
}

h6 {
	font-size: 11px;
	color: #323131;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}
