/* The widths of the divs were determined by the images provided by Atom */
body {
	font:12px Arial, sans-serif;
	background:#FFF;
}
h1 {	font-size: 16px;}h2 {	font-size: 14px;
}p {	font-size: 12px;
}
.title {
	font-size: 12px;	font-weight:bold;
}
#wrap {
	width:752px;
	position:absolute;
	left:50%;
	margin-left:-376px; 
}
#header{
	margin:0px 0px 0px auto;	
	text-align:right;
}
#topNav {
   float:left;
   width:100%;
   /*font-weight: bold;*/
   line-height:normal;
   border-bottom:1px solid #CCC;  
}
#topNav ul {
	margin:0px;
	padding:10px 10px 0px 0px;
	list-style:none;
}
#topNav li {
   display:inline;
   margin:0px;
   padding:0px;
}
#topNav a {
   float:left;
   background:url("images/tableft.gif") no-repeat left top;
   margin:0px;
   padding:0px 0px 0px 2px;
   text-decoration:none;
}
#topNav a span {
   float:left;
   display:block;
   background:url("images/tabright.gif") no-repeat right top;
   padding:5px 15px 4px 6px;
   color:#000;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#topNav a span {float:none;}
/* End IE5-Mac hack */
#topNav a:hover span {
   color:#FF6102;
}
.navlink a { 
	text-decoration:none;
	color:#000; 
}
.navlink a:hover {
	color:#FF6102;
}
#topleft {
	color:#FF6102;
	font-size:13px;
	font-weight:bold;
	float:left;
	padding:10px 0;
}
#topright {
	float:right;
	padding:10px 0;
}
#left {
	float:left;
	width:480px;
	clear:left;
}
#left form {
	padding:5px 10px;
}
#right {
	float:right;
	width:272px;
	clear:right;
}
#left p{
    /*padding:10px 10px;*/
    line-height:160%;
}
#left h1 {
	font-weight:bold;
	text-align:left;
	/*padding:10px 0px 0px 10px;*/
}
#left h2 {
	font-weight:bold;
	text-align:left;
	/*padding:10px 0px 0px 10px;*/
}
.corporate_content {
    width:430px; 
    height:200px;
    overflow:auto;
    text-align:justify;
    padding:80px 20px 20px 20px;
    /*color:#d2691e;*/
    color:#af3100; 
}
.index_content {
    width:430px; 
    height:200px;
    overflow:auto;
    text-align:justify;
    padding:80px 20px 20px 20px;
    color:#8b4513;
}
.work_content {
    width:430px; 
    height:200px;
    overflow:auto;
    text-align:justify;
    padding:80px 20px 20px 20px;
    /*color:#d2691e;*/
    color:#af3100;
}
.fun_content {
    width:430px; 
    height:200px;
    overflow:auto;
    text-align:justify;
    padding:100px 20px 20px 20px;
    color:#008080;
}
.africa_content {
    width:430px; 
    height:200px;
    overflow:auto;
    text-align:justify;
    padding:80px 20px 20px 20px;
    color:#cd5c5c;
}
.contact_content {
    width:430px; 
    height:200px;
    overflow:auto;
    text-align:justify;
    padding:100px 20px 20px 20px;
    /*color:#d2691e;*/
    color:#af3100;
}
#footer {
	clear:both;
	width:100%;
}
#footer ul {
	list-style:none;
	padding:5px 0px 0px 0px;
	margin:0px;
}
#footer li {
	display:inline;
	padding:5px 15px 0px 0px
}
.copy {
	font-size:10px;
	color:#808080;
	text-align:center;
}



