.shadow {
		-webkit-box-shadow: 15px 15px 15px #4682B4;
		background-color:#AFEEEE;
		width:800px;
		margin: 0 auto;
		box-shadow: 15px 15px 15px #4682B4;
		-moz-box-shadow: 15px 15px 15px #4682B4;
		border-radius: 10px; 
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		border:1px solid black;
}
.page {
	width:800px; 
	margin: 0 auto;
		
}
.nav {float:right; width:200px;}
.contents {margin-left:10px;float:left; width:30em; font-size:12pt; color:reverse type; font-family:Verdana; line-height:1.5;}
.header {color:#0000CD;}
.footer {background-color:green; color:red; clear:both; 
position:absolute; bottom:0; width:100%;}
.header-inner {margin-left:10px; width:800px; }
.footer-inner {margin:auto; width:150px;}
body {margin:0;}
.right{
        float:right;
		width:200px;
}
.left{
        float:left;
        width:200px;
}
.clear{
        clear:both
}
.language {border-collapse:collapse;}
.language td{border:1px solid black;}
.language th{border:1px solid black;}
.foo {
	margin:auto;
	background-color:#00CED1;
	width:800px;
}
.picture {float:left; widht:500px;}
.pic1 {float:auto; widht:500px;}
.clear {
clear:both;
}

.text {float:right; width:23em; font-size:12pt; color:reverse type; font-family:Verdana; line-height:1.5;}
.clear {
clear:both;
}