/** CQ-DX Safaris **/


body {
	font-family: times new roman, verdana, helvetica, arial, sans-serif;
	font-size: 11pt;
	font-weight : normal;
	text-align:center;
	color:#fff;
	text-align:center;
	background:url(images/bg1.gif);
}

p {
	color: white;
	font-style: normal;
	font-family: times new roman, verdana, helvetica, arial, sans-serif;
	font-size: 11pt;
	text-align: justify;
}
ul li {
	list-style-type: square;
}

address p {
font: normal;
font-family: times new roman, verdana, helvetica, arial, sans-serif;
font-size: 11pt;
text-align:center;
color: Black;

}

address ul {
margin-left: 10px;
font-size: 11pt;
color: Black;
list-style-type: square;
}

#nb{
position:fixed;
}

#email p {
font-style: italic;
font-weight: bold;
font-family: times new roman, verdana, helvetica, arial, sans-serif;
font-size: 11pt;
text-align:center;
color: Black
	}
	
#email h2{
	font: normal;
font-family: times new roman, verdana, helvetica, arial, sans-serif;
font-size: 18pt;
text-align:center;
color: Black;
	
}
 
#email a:hover{ 
	color:red
	}
	
#email a {color: blue
	
}
	
#header {

}

#header h1{
font-size:60px;
	color:#fff;	
}

#logo {
position:relative; top: 20px; 
}
#logo h1 {
font-size:30px;color:#fff;
	}
	
	
	
#menu {
	width: 980px; height: 40px; margin: auto; 
}

#menu a {
	padding: 3px 20px;
	margin-right: 2px;
	background: Red;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #000000;
}

#menu a:hover {
	background:green;
  color:#FFFFFF;
}

a {
text-decoration: none;
color:#fff
}
a:hover {
	text-decoration: none;
	color: lime;
	}


#ft {
	height:133px;
	position:relative;
	
}
#ftin{
	position:relativee;
	bottom:20px;
	
	
	top: 5px;
	height: 100px;
}
.ftnav {
	width:800px;
	float : none;
}

#copyright{
	font-size: small;
	font-family: serif;	
	font-style: italic;
}
/* set general thumbnail styles */
#pix	{ float: center;  }
dt	{  display: inline;  vertical-align:  top; margin: 	}
img	{  border:     }
/* MouseOut state (default) - hide larger picture */
#pix a img.hid {
	width: 500px; height:580px;
	position: absolute;  left: 450px; top: 400px; 
	visibility: hidden;
	}
/* MouseOver state (hover)- reveal larger picture */
#pix a:hover { background: white }
#pix a:hover img.hid { visibility:visible }