/*Body*/
BODY
{
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}
a img
{
	border: 0;
}

#main
{
	width:970px;
	padding-bottom:25px;
	margin: 0 auto;
}

h2
{
	font-size: large;
	margin-top:0;
}
h3
{
	font-weight:bold;
}	
#maincon
{
	font-size: small;
	padding: 20px;
	overflow: hidden;
	position: relative;
}
#maincontitle
{
	margin-top: 10px;
}
#splashbanner
{
	width:970px;
}

/* Sport */
#sporttable A
{
	text-decoration:none;
}
#sporttable A
{
	color:#333;
}
#sporttable A:hover
{
	color:#C69;
}
#sportwrapper
{
	float:left;
	width:100%;
}
#sportleft
{
	margin-right:235px;
}
#sportright
{
	float:left;
	width:235px;
	margin-left:-235px;
}
#sportrightinner
{
	padding-left:35px;
}
#sportrightinner img
{
	margin-top:13px;
}


/* Bio */
#bioimgleft
{
	float: left;
	margin-right: 10px;
}
#bioimgright
{
	float: right;
	margin-left: 10px;
}

/* Travel */
#travelwrapper
{
	float:left;
	width:100%;
	padding-bottom:15px;
}
#traveldestimg
{
	float:left;
	margin-left:-100%;
}
#traveldesttext
{
	margin-left: 360px;
}
#travelhr
{
	clear:left;
}

/* TV */
#tvwrapper {
	width:100%;
	float:left;
}	
#tvmaincol {
	margin: 0 250px 0 250px;
	text-align:center;
}
#tvleftcol {
	float:left;
	width:250px;
	margin-left:-100%
}
#tvrightcol {
	float:right;
	width:250px;
	margin-left:-250px;
}
#tvmaincol a {
	text-decoration:none;
	color:#FF9900;
}
#tvmaincol a:hover {
	color:#CC6699;
}

/* Africa */
#africawrapper {
	width:100%;
	float:left;
}
#africamaincol {
	margin: 0 150px 0 150px; /* 0, rightcol width, 0, leftcol width */
	padding: 20px;
}
#africaleftcol {
	float:left;
	width:150px;
	margin-left:-100%;
}
#africarightcol {
	float:right;
	width:150px;
	margin-left:-150px;
}
#africaleftcol img {
	margin-bottom:10px;
}
#africarightcol img {
	margin-bottom:10px;
}
#africaproject img {
	float:left;
	width:300px;
	margin-right: 20px;
	margin-bottom: 30px;
}

/* contact */
#contactmain a {
	text-decoration:none;
	color:#555555;
}
#contactmain a:hover {
	color:#CC6699;
}

#contact-left {
float:left;
width:130px;
margin-top:20px;
}
#contact-right {
float:right;
width:130px;
margin-top:20px;
}

#contact-left img, #contact-right img {width:130px; margin-top:20px;}


/* Slider - NEW */

.nivoSlider {
    margin-top:25px;
    position:relative;
    width:970px; /* Change this to your images width */
    height:420px; /* Change this to your images height */
    background:url(images/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.nivoSlider a {
    border:0;
    display:block;
}

/* Slider - OLD
#slider 
{
    margin-top:25px;
    position:relative;
    width:970px; /* Change this to your images width */
    background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img
{
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a
{
    border:0;
    display:block;
}
*/

/* Gallery */
#gallery {
	float: left;
	width: 900px;
	padding: 0px 15px 10px 15px;
}
.photos {
	position: relative;
	float: left;
	display: block;
	margin-bottom: 15px;
	margin-right: 15px;
}
.photosets {
	clear: both;
	padding-top: 1px;
}
.photosets h2 {
	color: #333;
	display:block;
	clear:both;
	margin-bottom:5px;
	
}
/*Header*/

#logo
{
	float: left;
	width: 65px;
	margin-bottom: 10px;
	margin-left: 15px;
}
#title
{
	float: right;
	margin-right: 15px;
	margin-top: 5px;
}
#menu
{
	padding-top: 15px;
	font-weight: bold;
	font-size: small;
}
#menu LI
{
	display: inline;
}
#menu A:hover
{
	color: #C69;
}
#menu A
{
	text-decoration: none;
}
/*Footer*/
#footer
{
	clear:left;
}
#linkage
{
	float: left;
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-left: 5px;
}
#credits
{
	padding-top: 12px;
	font-size: small;
}
