@charset "utf-8";
/* CSS Document */
* { margin: 0; padding: 0; border:0;}
img {border:0;}
html{ min-height:101%; margin:0; padding:0; height:100%;}
body {background:#fff68f; text-align: center; height: 100%; margin: 0; padding: 0; }
a {color:#000;}
#container{
position:relative; 
min-height:100%; 
background-image:url(images/inside-bg.jpg);
background-position:bottom left; 
background-repeat:no-repeat;
 }
 /* for Internet Explorer */
/*\*/
* html #container {
height: 100%;
}
/**/

#header{position:absolute; top:0; left:0; height:89px; width:309px;}
#header1{position:relative; top:0; left:309px; background-image:url(images/inside-top-bg.jpg); background-repeat:repeat-x;  height:89px;
}
#content {margin-left:auto; margin-right:auto; max-width:830px; width: expression(document.body.clientWidth < 400? "400px" : document.body.clientWidth > 830? "830px" : "auto"); color:#0099FF; padding-left:120px; padding-bottom:15px;}
#content img {padding:20px 10px 10px 10px;}
#content table {margin-left:auto; margin-right:auto; }
#foot {font-size:x-small; text-align:right; width:960px; margin-left:auto; margin-right:auto; color:#000; position:absolute; bottom:0; right:5px; height:15px;}
h1{padding-bottom:15px;}
h2{padding:5px 0 5px 0;}
#navigation {
position:relative;
	font:Arial;
	margin:0;
	width:113px;
	height:184px;
	z-index:101;
	float:left;
	text-align:left;
	padding:100px 0 0 5px;
	}
	
#navigation li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
#navigation li a:link{
	color: #fff;
	display: block;
	padding: 4px 0 3px 10px;
	background:  url(images/nav.png);
	}	
	#navigation li a:visited{
	color: #fff;
	display: block;
	padding: 4px 0 3px 10px;
	background:  url(images/nav.png);
	}
#navigation li a:hover {
	background:  url(images/nav_hover.png);
	padding: 4px 0 3px 10px;
	text-decoration:underline;
	color:#fff;
	}	
#navigation li a:active{
	color: #fff;
	display: block;
	padding: 4px 0 3px 10px;
	background:  url(images/nav.png);
	}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

