body{
	background: #e1e1e1 url(bg.jpg) repeat-x;
	height: 100%;
	min-height: 840px;
}
a:link{
	color: #FFFFFF;
	text-decoration: none;
}
a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
a:hover{
	color: #0095CD;
	text-decoration: underline;
}
a:active{
	color: #FFFFFF;
	text-decoration: none;
}
#main { 
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	height: 300px;
}
#logo { 
	float:left;
}
#logo-text { 
	float:left;
	width: 324px;
	padding-right: 30px;
	padding-left: 30px;
	margin-top: 70px;
}
.links{
	width: 700px;
	height: 30px;
	color: white;
}
.lhs{
	float: left;
}
.rhs{
	float: left;
}
.middle{
	padding-top: 5px;
	font-family: Helvetica, Arial, sans-serif;
	width: 686px;
	background: #006699;
	height: 25px;
	float: left;
	text-align: center;
}
.content{
	padding: 3px;
	line-height: 20pt;
}
#page_wrapper{
	margin-top: 30px;
	padding-bottom: 30px;
	background-color: #FFFFFF;
	background-image: url(bg-world.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	border: 2px solid black;
	width: 920px;
	display: block;
	margin-left: auto;
	margin-right: auto;	
}
.wrapper {
	display: block;
	/*margin-left: auto;
	margin-right: auto;*/ 
	padding-left: 30px;
	padding-right: 30px;
	font-family: Helvetica, Arial, sans-serif;
}
.heading{
	font-family: Helvetica, Arial, sans-serif
}