body {
	color: rgb(0, 0, 0);
	background-image: url(../images/africanas.jpg);
	alink="#000099";
	link="#0000ff";
	vlink="#cc9900";
	}

img.logo {
	border-style: solid;
	}

#header{
	position:absolute;
	left:120px;
	width:780px;
	top:1px;
	height:100px;
	color:green;
	text-align: center;
	border-bottom-color: #000000;
	border-bottom-style: inset;
	}

#content{
	position:absolute;
	left:243px;
	top:106px;
	width:780px;
	text-align: center;
	}

#nav{
	position: absolute;
	top:10px;
	left:10px;
	width:100px;
	bottom:0px;
	text-align: center;
	}
	
#sec{
	position: absolute;
	left:910px;
	top:100px;
	bottom:0px;
	width: 150px;
	text-align: center;
	}

#sec div.block {
	position: relative;
	width:150px;
	background-color: #003300;
	color:#ffffff;
	margin-top:10px;
	margin-bottom:50px;
	border-style: solid none;
	border-color: #66FF99;
	border-width:15px;
	}

.title {
	font-size: 110%;
	font-variant: small-caps;
	font-weight:bold;
	text-decoration: underline;
	}

#sec div.block span.title {
	text-decoration: none;
	}

#sec a {
	color: #ffffff;
	}

span.name {
	font-weight: bold;
	}

#nav p {
	background-color: #66FF99;
	width:100px;
	}

span.bold {
	font-weight:bold;
	}

span.italic {
	font-style: italic;
	}
	
span.underline {
	text-decoration:underline;
	}

.right {
	text-align: right;
	}
	
.center {
	text-align: center;
	float:clear;
	}
	
.left {
	text-align: left;
	}

.none {
	list-style-type:none;
	}

div.left {
	left:0px;
	right:-300px;
	float:left;
}

div.right {
    float:right;
	left:300px;
	right:0px;
}

.clear {
	clear:both;
}

.enlarge {
	font-size:110%;
}

.enlarge #title {
	font-size:120%;
}

ul #left {
  text-align:left;
}

ul #right {
  text-align:left;
}
