/* 
* Layout/Template CSS only
*/
body{
	background:url(../graphics/page-background.jpg) top left repeat-x;
}
#header-top-right{
	width:950px;
	text-align:right;
	padding-bottom:5px;
}
#header-main-bg{
	background:url(../graphics/header-main-bg.jpg) top left no-repeat;
	width:948px;
	height:189px;
	border-top:1px solid #999999;
	border-right:1px solid #999999;
	border-left:1px solid #999999;
}
#menu{
	height:35px;
	width:948px;
	border-right:1px solid #999999;
	border-left:1px solid #999999;
}
#menu li,#menu ul{
	display:inline;
	padding:0px;
	float:left;
	margin:0pc;
	
}
#bd{
	width:948px;
	padding-top:15px;
	border-right:1px solid #999999;
	border-left:1px solid #999999;
	background-color:#ffffff;
}
#right-content{
	padding-right:5px;
	text-align:right;
	float:right;
	width:295px;
}
#right-images-row1{
	width:192px;
	float:right;
	clear:both;
}
#right-images-row2{
	width:192px;
	float:right;
	clear:both;
	padding-top:5px;
}
#ft{
	width:948px;
	
	background:#00AEEF url(../graphics/footer-bg.gif) top left no-repeat;
	min-height:65px;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	border-left:1px solid #999999;
}
#footerlinks{
	float:right;
	padding-top:32px;
	padding-right:10px;
	text-align:right;
}
