ybody, body {
	width=100%;
	height=100%;
	background-color:#CBCBCB;
	/*background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#fff));*/
}


#content_container
{
	display:table-cell;
	vertical-align: middle;
	background-color:#FFFFFF;
}

#area{
	display:table;
	overflow:hidden;
	margin:0px auto;
	width:1024px;
	height=auto;
	background-color:#FFFFFF;
	overflow:visible;
	min-height:230mm;
		
	/*width:270mm;
	height:inherit;
	min-height:230mm;
	min-width:230mm;
	background-color:#FFFFFF;
	margin:auto;
	resize:vertical;
	display:table;
	*/
	/*overflow:inherit;*/
	/*overflow:visible;*/
	/*margin-right:25em;*/
}

#centerDoc { 
	display:table-cell;
	vertical-align: middle;
	padding: 0 15px 40px 15px; /*top right bottom left*/
	
	/*
	position: absolute; 
	width: 800px;
	height:inherit;
	padding: 0 0px 0px 0; *//*top right bottom left*/ 
	/*margin-top: 10px; 
	margin-left: 200px; 
	margin-right: 100px;
	resize:vertical;
	display:table;
	word-wrap: break-word;*/
} 

#name-title{
	width:780px;
	/*background-color:#cbcbcb;*/
	background: #cbcbcb url("../UK2.png") no-repeat right top;
	padding:5px 5px 1px 5px;
	box-shadow:6px 6px 6px rgba(0,0,0,0.15);
	color:#174867;
}

#quotetd{
	font-size:x-small;	
	color:black;
}


#photo{
	margin-top: 20px;
	margin-left: -10px;
	background-color:#fff;
	border-radius:3px;
	padding:4px;
	box-shadow:1px 1px 6px rgba(0,0,0,0.15);
	margin:20px 10px 10px -20px;
	overflow:hidden;
	
}

#logo{
	margin-left: 25px;
	margin-top: 30px;
}

#ukref{
	margin:0;
	padding:0;
}

#ukrefa{
	font-family:"Times New Roman", Times, serif;
	text-decoration:none;
	color:#FFFFFF;
}

#page-header{
	background-color:#888888;
	padding:0px 5px 0px 5px;	
	color:#FFFFFF;	
}



.clear { clear: both; }

#footer{
	position:absolute;
	bottom:10px;
	right:5px;
}

ul.nav {
    list-style: none;
    display: block;
    width: 200px;
    position: relative;
    top: 10px;
    left: 10px;
    padding: 0px 0 0px 0;
    background: url(shad2.png) no-repeat;
    -webkit-background-size: 50% 100%;
}


li {
	margin: 5px 0 0 0;
}

ul.nav li a {
	-webkit-transition: all 0.3s ease-out;
    background: #cbcbcb url(border.png) no-repeat;
    color: #174867;
    padding: 7px 15px 7px 15px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    width: 100px;
    display: block;
    text-decoration: none;
    -webkit-box-shadow: 2px 2px 4px #888;
}

ul.nav li a:hover {
	background: #ebebeb url(border.png) no-repeat;
	color: #67a5cd;
	padding: 7px 15px 7px 30px;
}

.navbox {
	position: relative;
	float: left;
}

#navigation { 
	position: absolute; 
	width: 210px; 
	height: 600px; 
	margin: 0; 
	margin-top: 10px; 
	font-weight: normal; 
} 

