body {
	text-align:center;
	background-image: url(images/tile.gif);
	background-repeat:repeat-x;
}


/*****************************
/	CSS FOR THE MAIN BOXES   /
*****************************/

#big_box {
	position: relative;
	margin: 10px auto;
	width: 956px;
}

#header {
	margin: 0px auto;
	width: 954px;
	height: 120px;
	background-color: #999999;
	background-position:left;
	background-image: url(images/banner.png);
	background-repeat: no-repeat;
	border: 1px solid #CCCCCC;
}

#top_nav {
	position: relative;
	width: 954px;
	margin: 10px auto auto auto;
	border: 1px solid #CCCCCC;
	background-color: #999999;
}

#top_nav ul {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	list-style: none;
	text-align: center;
}

#top_nav li {
	display: inline;
}

#top_nav a {
	padding: 5px 15px;
	text-decoration: none;
	font-weight: normal;
	color: #660066;
	font-family: "Century Gothic", Garamond, "Trebuchet MS", Arial;
	font-size: 14px;
}

#top_nav  a:hover {
	text-decoration: underline;
}

#master_content_box {
	position: relative;
	width: 954px;
	margin: 10px auto auto auto;
	border: 1px solid #CCCCCC;
	background-color: #999999;
}

#content {
	text-align:left;
	position: relative;
	background-color: #FFFFFF;
	width: 556px;
	float: left;
	padding: 20px 40px 40px 40px;
	margin:10px 0px 10px 10px;
}

#links {
	position: relative;
	text-align:left;
	background-color: #FFFFFF;
	width: 236px;
	float: left;
	padding-top:20px;
	padding-bottom:30px;
	padding-left:30px;
	padding-right:30px;
	margin:10px 0px 10px 2px;
}

#footer {
	clear: both;
	width: 954px;
	text-align: center;
	padding: 10px;
}






/*****************************
/	CSS FOR TEXT FORMATTING  /
*****************************/









h1 {
	font-family: "Century Gothic", Garamond, "Trebuchet MS", Arial;
	font-size: 20px;
	color: #000000;
}

h2 {
	color: #000000;
	font-size: 16px;
	font-family: "Century Gothic", Garamond, "Trebuchet MS", Arial;
	line-height: 30px;
}

h4 {
	font-family: "Century Gothic", Garamond, "Trebuchet MS", Arial;
	font-size: 12px;
}

p {
	font-family: "Century Gothic", Garamond, "Trebuchet MS", Arial;
	color: #000000;
	font-size: 14px;
	line-height: 22px;
}

a:link {
	color: #660066;
	text-decoration: none;
}

a:visited {
	color: #660066;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

a:active {
	color: #FFFFFF;
}
