@charset "utf-8";
/* CSS Document */

/* Heading */

html {
	height: 100%;
	width: 100%;
}
body {
	margin: 0px;
}
h1, h2, h3, h4, h5, h6 { font-weight: bold;  }

h1 { font-size:24px; color:#000; }
h2 { font-size:20px; }
h3 { font-size:16px; margin-bottom:5px; }
h4 { font-size:14px; }
h5 { font-size:14px; }
h6 { font-size:14px; }

a:link		{ font-weight: bold; color:#FFC }
a:visited	{ color: #7ac1b7; }
a:hover		{ font-weight: bold; color: #9e2520; }
a:active	{ color: #000; }
a:focus		{ color: #00F; }
p			{ color:#000; font-size:13px; line-height: 140%; margin:15px 0; }

/* overall containter for all items */


#container #main #content {
	margin: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#container #main #bottomLinks {
	color: #030;
	text-decoration: none;
	font-weight: bold;
	font-family: "Century Gothic", Century, Verdana;
	font-size: 14px;
	text-transform: capitalize;
	display: inline;
	word-spacing: 20px;
	margin: 0px;
	height: 25px;
	width: 812px;
	list-style-type: none;
	position: relative;
}
#container #main #bottomLinks div ul li {
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #030;
	text-decoration: none;
	display: inline;
	list-style-type: none;
}
#container #main #bottomLinks div ul li a {
	color: #030;
	font-family: "Century Gothic", Century, Verdana;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
	word-spacing: 20px;
	display: inline;
}
#container #main #content #bottomLinks p a {
	color: #030;
}
