
a:link {
	color: #848484;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #848484;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

a.contact, a.contact:hover {
	color:#000000;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
	}
	
a.chapters {
	color:#FFFFFF;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
	}

a.chapters:hover {
	color:#848484;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
	}

a.chapters:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
	}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	}

img {
border:0px;
}

body {
    margin: 0;
    padding: 0;
    background: #000000;
	background-image: url(bg1.gif); 
	background-repeat: no-repeat;
	background-attachment:scrolling;
	background-position: top left;
    color: #FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;

}

#topBar {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 10px;
	background-color:#FFBF00;
	}

#imageRight {
	position: absolute;
	right: 0px;
	top: 20px;
	}

#titleContainer {
	height:65px;
	width:450px;
	background-image:url(title2.gif);
	background-repeat:no-repeat;
	background-position:top center;
	margin:0 auto;
	position:relative;
	top:180px;
	}
	
#mainContainer {
	width:700px;
	margin:0 auto;
	position:relative;
	top:400px;
	}

div.text {
	width:320px;
	float:left;
	color: #FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	padding:15px;
	}

#contentLeft {
	width:440px;
	padding:15px;
	float:left;
	
	}

#sideBar {
	width:180px;
	padding:15px;
	float:left;
	padding-top:150px;
	
	}