@charset "UTF-8";
/* CSS Document */

html, body {
   padding: 0;
   margin: 0;
   font-size: 10pt;
   height:100%;
   font-family: arial;
   }


#container {
	margin: 10px auto 10px auto;
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width: 800px;
	background-color:#FFFFFF;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */

		}
	
			
#header {
	background-color:#FFFFFF;
	width:800px;
	margin: 0px auto 0px autopx;
	padding-top: 1px;
	height: 195px;
}


#nav {
	background-image: url(http://www.globalalphaforum.org/images/navBKGRD.gif);
	background-repeat: no-repeat;
	height:37px;
	width: 800px;
	padding-top: 12px;
	}
	
		.nav{color:#000000;
		font-size:12px;
		padding-top: 5px;
	
		}

		a.nav:link{
		color: #000000;
		text-decoration: none;
		}
		a.nav:active{
		color: #000000;
		text-decoration: none;
		}
		
		a.nav:visited{
		color:#253E86;
		text-decoration: none;
		}
		a.nav:hover{
		color:#253E86;
		text-decoration: none;
		}
		
#content {padding:1em 1em 5em; /* bottom padding for footer */}
	.heading{
	color:#003d7d;
	font:italic;
	font-size:20px;
	font-weight:bold;
}

	#contentHome {
	width: 525px;
	margin-left: 20px;
	padding-top: 50px;
	padding-left: 10px;
	}

	#contentBox {
	background-color:#121f42;
	width: 400px;
	margin-left: 20px;
	padding-left: 10px;
	}
	
	#contentHighlights{
	margin-left:10px;
	font-size:11px;
	}

.floatLeft{
	float:left;
	padding-left:30px;
	padding-top:5px;
}
.floatRight{
	float:right;
	padding-right:10px;
	padding-left: 5px;
	padding-bottom: 5px;
}


#sponsors{
	background-image: url(http://www.globalalphaforum.org/images/sponsorShort.gif);
	background-repeat: no-repeat;
	float:right;
	padding-top: 20px;
	width:197px;
	height:650px;
	margin-right:10px;
}

#Subsponsors{
	background-image: url(http://www.globalalphaforum.org/images/sponsorsBKGRD.gif);
	background-repeat: no-repeat;
	float:right;
	padding-top: 10px;
	width:197px;
	height:1200px;
	margin-right:10px;
}

#speakers{
	background-image: url(http://www.globalalphaforum.org/images/sponsorShort.gif);
	background-repeat: no-repeat;
	float:right;
	padding-top: 30px;
	width:197px;
	height:320px;
	margin-top: 25px;
}

.scroll{font-size:10px;}

#video{
	width: 325px;
	height: 320px;
	margin-left: 10px;
	padding-top: 10px;
	border: thin #003D7D;
}


div#footer {
	position:absolute;
	width:800px;
	bottom:0; /* stick to bottom */
	background:#ffffff;
	border-top:6px double #9bbc53;
}
	div#footer p {
		padding:1em;
		margin:0;
	}
