/*********************************************************
 * Leon Camier Homepage CSS Stylesheet
 *********************************************************
 * Version: 1.0
 * CSSVer : 2
 *********************************************************/


#leftBarUp {
	background: #ffffff url("images/leftbarup.png") no-repeat left top;
	width: 800px;	
	clear: both;
	float: left;	
}

#leftBarUpContent{
	height: 354px;
	
}

#homepageUp {
	height: 309px;
	width: 780px;
	background-color: #000000;
	float: left;
 	margin:16px 0 0 10px; 
	padding: 0;
}

#latest-videos{
	width: 349px;
	height: 304px;
	background: #000000 url("images/latest-videos.png") no-repeat left top;
	float: left;
	margin: 3px 0 3px 3px;
}

#latest-videos-content {
	width: 349px;
	text-align: right;
	float: right;
/* 	margin: 269px 0 0 0; */
	margin: 0;
	height: 32px;
	color: white;
	float: right;
}

#latest-videos-content p {
	margin: 12px 5px 0 5px;
	padding: 0;
	text-align: right;
	}

#latest-videos-content a:link, #latest-videos-content a:hover, #latest-videos-content a:visited {
	color: #f8e62a;
	text-decoration: none;
}

#latest-facts-news{
	height:293px;
	width: 414px;
	float: right;
	margin: 16px 0 0 0;
}

#latest-facts-news h1 {
	color: white;
	font-size: 15px;
	text-align: left;
}

#latest-facts-news-content {
	height: 218px;
	width: 386px;
	float: left;
	margin: 5px 0 0 5px;
}

#quick-facts-new {
	width: 190px;
	float: left;
	color: white;
	margin: 0 0 0 5px;
}

#quick-facts-new p {
	margin: 5px 0 5px 0;
	padding: 0;
}


#quick-facts-new a:link, #quick-facts-new a:hover, #quick-facts-new a:visited {
	color: #f8e62a;
	font-size:14px;
	
}


#quick-facts-new h2 {
	margin: 0 0 9px 0;
	padding: 0;
	font-size: 15px;
	color: #f8e62a;
}

#latest-news-new {
	width: 191px;
	float: right;
	color: white;
}

#latest-news-new h2 {
	margin: 0 0 9px 0;
	padding: 0;
	font-size: 15px;
	color: #f8e62a;
	
}

#latest-news-new a:link, #latest-news-new a:hover, #latest-news-new a:visited {
	color: #ffffff;	
	text-decoration: none;
	
}

