	<style type="text/css">
		body{
			margin:0px;
			padding:0px;
			background-color:#6760ff;
		}
		h1{
			margin:5px 0px 0px 0px;
			font-family:helvetica, serif;
			font-size:40px;
			text-align:center;
			float:left;
		}
		h2{
			margin:10px 0px 0px 0px;
		}
		#all{
			margin-left:auto;
			margin-right:auto;
			height:1000px;
			width:965px;
		}
		#header{
			margin:-10px 5px 5px 5px;
			padding:0px 10px 0px 0px;
			position:auto;
			width:965px;
			text-align:center;
			background-color:white;
			border-bottom-left-radius:10px;
			-webkit-border-bottom-left-radius: 10px;
			-moz-border-bottom-left-radius: 10px;
			box-shadow: 0px 5px 5px 5px #888888;
			text-shadow:2px 2px 2px #888888;
			border-bottom-right-radius:10px;
			-webkit-border-bottom-right-radius: 10px;
			-moz-border-bottom-right-radius: 10px;
			box-shadow: 0px 5px 5px 5px #888888;
		}
		#bod{
			margin-left:auto;
			margin-right:auto;
			padding:0px;
			width:805px;
		}
		#imgtabs{
			margin:10px;
			padding:auto;
			width:340px;
			height:450px;
			float:right;
		}
		#lefttab{
			margin:-20px 0px 0px 0px;
			padding:5px;
			width:30px;
			height:20px;
			background-color:#cfcfcf;
			text-align:right;
			font-size:;
			border-top-left-radius:25%;
			mozkit-border-top-left-radius:25%;
			-webkit-border-top-left-radius:25%;
			border-bottom-left-radius:25%;
			mozkit-border-bottom-left-radius:25%;
			-webkit-border-bottom-left-radius:25%;
			box-shadow:0px 0px 3px 3px;
			mozkit-box-shadow:0px 0px 3px 3px;
			-webkit-box-shadow:0px 0px 3px 3px;
			float:left;
		}
		#imgrotate{
			margin:auto;
			padding:auto;
			width:340px;
			height:415px;
			box-shadow:0px 0px 5px 5px;
			mozkit-box-shadow:0px 0px 5px 5px;
			-webkit-box-shadow:0px 0px 5px 5px;
			float:left;
		}
		#righttab{
			margin:-20px 0px 0px 0px;
			padding:5px;
			width:30px;
			height:20px;
			background-color:#cfcfcf;
			font-size:;
			border-top-right-radius:25%;
			mozkit-border-top-right-radius:25%;
			-webkit-border-top-right-radius:25%;
			border-bottom-right-radius:25%;
			mozkit-border-bottom-right-radius:25%;
			-webkit-border-bottom-right-radius:25%;
			box-shadow:0px 0px 3px 3px;
			mozkit-box-shadow:0px 0px 3px 3px;
			-webkit-box-shadow:0px 0px 3px 3px;
			float:right;
		}
		#mail{
			margin:50px 10px 10px 10px;
			padding:10px;
			width:375px;
			float:left;
		}
		#name{
			margin:10px;
			padding:10px;
			width:100%;
		}
		#mailform{
			margin:10px;
			width:375px;
			height:375px;
			float:left;
		}	
		a{
			color: #333;
			text-decoration:none;
		}
		a:link{ 
			color:#000099; 
		}
		a:visited{ 
			color: #000099; 
		}

		#nav{
			margin:0px;
			padding:5px 5px 0;
			width:965px;
			line-height:100%;
			border-radius:5px;
			-webkit-border-radius:10px;
			-moz-border-radius:10px;
			-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, .4);
			-moz-box-shadow:0 1px 3px rgba(0, 0, 0, .4)
			background: #8b8b8b; /* for non-css3 browsers */
			filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#454545', endColorstr='#7a7a7a'); /* for IE */
			background:-webkit-gradient(linear, left top, left bottom, from(#454545), to(#7a7a7a)); /* for webkit browsers */
			background:-moz-linear-gradient(top,  #454545,  #7a7a7a); /* for firefox 3.6+ */
		`	border:solid 1px #6d6d6d;
			text-align:center;
			position:relative;
		}
		#nav li {
			margin:5px 2px 5px 2px;
			padding:0 0px;
			float:left;
			position:relative;
			list-style:none;
			text-align:center;

		}
		/* main level link */
		#nav a{
			font-weight:bold;
			color:#ffffff;
			text-decoration:none;
			display:block;
			padding:10px 3px 10px 3px;
			margin:0px 3px 0px 3px;
			-webkit-border-radius:5px;
			-moz-border-radius:5px;
			text-shadow:1px 1px 1px 1px black;
			text-align:center;
		}
		/* main level link hover */
		#nav .current a,#nav li:hover > a{
			background:#d1d1d1; /* for non-css3 browsers */
			filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#a1a1a1'); /* for IE */
			background:-webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#a1a1a1)); /* for webkit browsers */
			background:-moz-linear-gradient(top,  #ebebeb,  #a1a1a1); /* for firefox 3.6+ */
			color:#888888;
			-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, .2);
			-moz-box-shadow:0 1px 1px rgba(0, 0, 0, .2);
			box-shadow:0 1px 1px rgba(0, 0, 0, .2);
			text-shadow:0 1px 0 rgba(255, 255, 255, .8);
		}
		/* sub levels link hover */
		#nav ul li:hover a, #nav li:hover li a {
			background: none;
			border: none;
			color: #888888;
			-webkit-box-shadow: none;
			-moz-box-shadow: none;
		}
		#nav ul a:hover{
			background:#0399d4 !important; /* for non-css3 browsers */
			filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#04acec', endColorstr='#0186ba'); /* for IE */
			background:-webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba)) !important; /* for webkit browsers */
			background:-moz-linear-gradient(top,  #04acec,  #0186ba) !important; /* for firefox 3.6+ */
			color:#fff !important;
			-webkit-border-radius:0;
			-moz-border-radius:0;
			text-shadow:0 1px 1px rgba(0, 0, 0, .1);
		}
		/* level 2 list */
		#nav ul{
			background:#ddd; /* for non-css3 browsers */
			filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfcfcf'); /* for IE */
			background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#cfcfcf)); /* for webkit browsers */
			background:-moz-linear-gradient(top,  #fff,  #cfcfcf); /* for firefox 3.6+ */
			display:none;
			margin:0px;
			padding:0px;
			width:185px;
			position:absolute;
			top:35px;
			left:0;
			border:solid 1px #b4b4b4;
			-webkit-border-radius:10px;
			-moz-border-radius:10px;
			border-radius:10px;
			-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, .3);
			-moz-box-shadow:0 1px 3px rgba(0, 0, 0, .3);
			box-shadow:0 1px 3px rgba(0, 0, 0, .3);
		}
		/* dropdown */
		#nav li:hover > ul{
			display:block;
		}
		#nav ul li {
			float:none;
			margin:0;
			padding:0px;
		}
		#nav ul a {
			font-weight:normal;
			text-shadow:0 1px 1px rgba(255, 255, 255, .9);
		}
		/* level 3+ list */
		#nav ul ul{
			margin:0px;
			-webkit-transition: opacity .4s ease-in-out; /* For chrome & safari */
			-moz-transition: opacity .4s ease-in-out; /* For mozilla firefox */
			-o-transition: opacity .4s ease-in-out; /* For opera */
			transition: opacity .4s ease-in-out;
		}
		/* rounded corners for first and last child */
		#nav ul li:first-child > a{
			-webkit-border-top-left-radius:9px;
			-moz-border-radius-topleft:9px;
			-webkit-border-top-right-radius:9px;
			-moz-border-radius-topright:9px;
		}
		#nav ul li:last-child > a{
			-webkit-border-bottom-left-radius: 9px;
			-moz-border-radius-bottomleft: 9px;
			-webkit-border-bottom-right-radius: 9px;
			-moz-border-radius-bottomright: 9px;
		}
		/* clearfix */
		#nav:after{
			content:".";
			display:block;
			clear:both;
			visibility: hidden;
			line-height: 0;
			height: 0;
		}
		#nav{
			display:inline-block;
		}
		html[xmlns] #nav {
			display:block;
		}
		* html #nav {
			height:1%;
		}
		.ieblur{
			zoom: 1;
			filter: progid:DXImageTransform.Microsoft.Dropshadow(OffX=1, OffY=1, Color=#888888);
		}
		#botnav{
			margin:930px 0px 0px 0px;
			width:955px;
			height:20px;
			position:relative;
			text-align:center;
			background-color:white;
			border-top-left-radius:10px;
			-webkit-border-top-left-radius: 10px;
			-moz-border-top-left-radius: 10px;
			box-shadow: 0px 5px 5px 5px #888888;
			text-shadow:2px 2px 2px #888888;
			border-top-right-radius:10px;
			-webkit-border-top-right-radius:10px;
			-moz-border-top-right-radius:10px;
		}
	</style>
	<!--[if IE]>
		<style type="text/css">
			img {
       			-ms-interpolation-mode: bicubic;
			}
		</style>
	<![endif]-->