@charset "UTF-8";
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
	
a {
	color: #000000;
	text-decoration:underline;
	}
	
a:hover {
	color: #BE0027;
	}

* {
	padding:0;
	margin: 0;
	}
	
body {
	background-color: #000000;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	}
#wrapper {
	position:relative;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	}
#clear, .clear {
	clear:both;
	}
/* --------------------- content styles ------------------------ */
#content{
	float:left;
	width: 630px;
	}
	
/* --------------------- sidebar styles ------------------------ */
#sidebar {
	float:left;
	width: 250px;
	background: url(../chad_tchad_photos/republic_of_chad.gif);
	background-repeat: no-repeat;
	}
.style1 {
	font-size: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

