body {
	margin-top: 15px;
	margin: 0;
	padding: 0;
	background: #C0F3FD url(images/img01.gif) repeat-x left top;
	font: 70% "Trebuchet MS", "Times New Roman", Arial, Times, serif;
	text-align: center;
	color: #000000;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}
img {
	border: 0;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}
header, section, footer, aside, nav, article, figure {
	display: block;
}
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

#content h2 {
	text-align: center;
}

h3 {
	font-size: 2em;
}

p, ul, ol {
	line-height: 200%;
	text-align: left;
}
#wrapper {
	margin: 0;
	padding: 0;
	background: #c0f3fd url(images/img03.jpg) repeat-x left top;
	min-height: 1000px;
}


/* Header */

header {
	width: 980px;
	height: 100px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
	background:url(images/logo-small.png) no-repeat;
	background-position: 90% 50%;
}

header h1, header p {
	margin: 0;
	margin-left: 80px;
}

header h1 {
	float: left;
	color: #000000;
	font-size: 66px;
	padding-left: 255px;
	font-family: "Showcard Gothic", Playbill, "kristen ITC", "Rockwell Extra Bold";
	
	color: #FF0000;
}
#page {
	width: 980px;
	margin: 0 auto;
	margin-bottom: 15px;
}

/* Content */

#content {
	float: right;
	width: 690px;
	margin: 0;
	padding: 25px 0 15px 0;
	text-align: left;
}
#rightad {
	float: left;
	width: 336px;
	height: 280px;
}
#sidebar {
	float: left;
	width: 245px;
	margin-top: -70px;
	padding: 0 0 0 0;
	color: #17A141;
}

#sidebar .btm {
	margin: 0;
	padding: 0;
	background: url(images/img07.gif) no-repeat left bottom;
	font-size: 130%;
}

#sidebar .top {
	background: url(images/img05.gif) no-repeat left top;
}

#sidebar {
	background: url(images/img06.gif) repeat-y left top;
}

#sidebar ul {
	margin: 0;
	padding: 40px 20px 40px 40px;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
}

#sidebar li li {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	line-height: 25px;
}

#sidebar h2 {
	margin: 0;
	padding-left: 40px;
	height: 35px;
	font-size: 18px;
	background: url(images/img08.gif) no-repeat left top;
}

/* Footer */

footer {
	width: auto;
	height: 70px;
	background: url(images/img03.gif) repeat-x left top;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

footer p {
	padding: 38px 0 0 0;
	text-align:center;
}
.home {
	color: #FFF;
	text-decoration:underline;
}
