body {
	margin: 0;
	padding: 0;
	/*width: 800px;	
	height: 600px;*/
	
	margin-left: auto; /*This line is needed to centre in Safari (doesn't affect IE7)*/
	margin-right: auto; /*This line is needed to centre in Safari (doesn't affect IE7)*/
	background-image: url(BG.png);
	background-repeat: repeat-x;
	background-position: left center;

}

#Container {
	position: relative;
	margin: 0;
	padding: 0;
	width:900px;
	height:620px;
	border: thin none #000000;
	top: 5em;
	margin-left: auto; /*This line is needed to centre in Safari (doesn't affect IE7)*/
	margin-right: auto; /*This line is needed to centre in Safari (doesn't affect IE7)*/

}

body {
	text-align: center;
}

#Container {
	text-align: center;
}

#Navigation {
	position:absolute;
	left:12px;
	top:13px;
	width:198px;
	height:570px;
	z-index:1;
	border: thin solid #000066;
	background-color: #FFFFFF;
}
#Main {
	position:absolute;
	left:223px;
	top:13px;
	width:662px;
	height:570px;
	z-index:2;
	border: thin solid #000066;
	background-color: #FFFFFF;
}
#Title {
	position:absolute;
	top:37px;
	left: 21px;
}
#Profession {
	position:absolute;
	left:424px;
	top:56px;
	z-index:2;
}
#Navtitle {
	position:absolute;
	left:20px;
	top:137px;
	z-index:1;
	width: 156px;
}
#Content {
	position:absolute;
	left:30px;
	top:96px;
	z-index:4;
	font-family: Georgia;
	font-size: 12px;
	font-style: normal;
	color: #666666;
	line-height: 12pt;
	text-align: left;
	padding: 0px;
}
#Navselection {
	position:absolute;
	left:18px;
	top:147px;
	width:158px;
	height:329px;
	z-index:2;
	font-size: 12px;
	font-family: Georgia;
	font-weight: normal;
	font-style: normal;
	color: #666666;
	/*border: thin solid #CCCCCC;*/
	line-height: 12pt;
	text-align: left;
	padding: 0px;
}

/*#Flashmenu {
	position:absolute;
	left:2px;
	top:125px;
	z-index:5;
	border: thin none #CCCCCC;
	height: 89px;
	width: 641px;
	background-image: url(ryNav7page.swf);
}*/
#Layer1 {
	position:absolute;
	left:13px;
	top:350px;
	width:125px;
	height:72px;
	z-index:1;
}
#Mainpic {
	position:absolute;
	left:18px;
	top:15px;
	z-index:3;
	border: thin solid #FFFFFF;
	width: 158px;
	height: 117px;
	background-image: url(ry.png);
}
#Maincontainer {
	position:absolute;
	top:1px;
	width:1024px;
	height:768px;
	z-index:2;
	border: thin solid #FFFFFF;
}

.style1 {color: #FF0000}

#footer {
	position:absolute;
	left:304px;
	/*top:589px;
	width:777px;
	height:15px;*/
	font-family: Georgia;
	color: #666666;
	font-size: 12px;
	top: 590px;
	width: 465px;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}
.style2 {color: #0000FF}
.style4 {font-weight: bold}
