body {
	text-align:center;
	background-color: #EEEEEE;
	}

	body, p, table, tr, td, ol, ul, li {
		font-size:12px;
		font-family:verdana;
		margin:0 auto;
		padding:0 auto;
	}
	h1 {
		font-size:18px;
		font-weight:normal;
		color:#039;
		font-style:italic;
		margin:0;
		padding:0;
	}
	h2 {
		font-size:14px;
		color:#000;
		margin:0;
		padding:0 0 7px 20px;
	}
	h3 {
		font-size:14px;
		font-weight:bold;
		color:#FFF;
		text-align:center;
		background-color:#0043BC;
		border-top:1px solid #039;
		border-right:1px solid #039;
		border-left:1px solid #039;
		padding:7px 2px;
		margin:0;
	}
	
	#top {
		margin:10px auto 0 auto;
		width:750px;
		height:100px;
		background-color:#001868;
		/*background-image:url(picts/banner.gif);
		background-repeat:no-repeat;*/
	}
	#container  {
		text-align:left;
		margin:0 auto;
		border:1px solid #000;
		width:748px;
		min-height:400px;
        height:auto !important;
        height:450px;
		background-color:#FFF;
	}
	
	#menu {
		height:35px;
		
	}
	#menu_left {
		float:left;
		width:314px;
		text-align:left;
	}
	#menu_right {
		float:left;
		width:400px;
		text-align:center;
		border:1px solid #000;
		background-image:url(picts/bg.jpg);
		background-repeat:repeat-x;
		padding:5px;
	}
	#menu_right ul {
		margin:0;
		padding:0;
	}
	#menu_right ul li {
		list-style-type:none;
		display:inline;
		font-weight:bold;
		padding-right:20px;
	}
	#menu_right ul li.head {
		font-size:14px;
		padding-right:100px;
	}
	#menu_right ul li a {
		text-decoration:none;
		color:#666;
	}
	#menu_right ul li a:hover {
		text-decoration:underline;
		color:#666;
	}

	#content {
		clear:both;
		width:728px;
		text-align:left;
		margin:0 auto;
		min-height:450px;
        height:auto !important;
        height:450px;
		padding:10px 10px 10px 0;
	}
	#content p {
		margin:5px 10px 10px 10px;
	}
	#content a{
		color:#666;
		text-decoration:underline;
	}	
	#content a:hover {
		color:#00F;
	}
	#right {
		float:left;
		padding-top:10px;
		width:175px;
		border-left:1px solid #039;
		padding-left:10px;
		min-height:1150px;
        height:auto !important;
        height:1150px;
		font-size:12px;
		
	}
	.box {
		border:1px solid #000;
		background-color:#F2F7FF;
		padding:0 7px 10px 7px;
		margin-bottom:20px;
	}
	.box a {
		display:block;
		margin-bottom:7px;
	}
	#books {
		border-right:0px solid #003399;
		border-left:0px solid #003399;
		padding:10px 7px 10px 7px;
		min-height:550px;
        height:auto !important;
        height:550px;
		margin:0;
	}
	#books a {
		text-decoration:none;
	}
	#books a:hover {
		text-decoration:underline;
	}
	
	#books ul {
		list-style:none;
		padding-top:5px;
		padding-left:5px;
    	margin: 0;
	}
	
	#books ul.books_left {
		float:left;
		width:338px;
		margin:0;
		
	}
	#books ul.books_right {
		float:left;
		width:338px;
		padding-left:20px;
	}

    #books ul li {
		display:block;
		text-align: left;
		margin:0;
		min-height:100px;
        height:auto !important;
        height:100px;
		padding-top:10px;
		font-size:11px;
	}
	#books .under2 {
		font-style:italic;
		font-weight:bold;
		color:#039;
	}

     #books img
	 {
	 	float: left; 
		margin-right: 10px; 
		border:1px solid #666;
	}
	
	#footer {
		background-color:#039;
		color:#FFF;
		font-weight:bold;
		margin:0 auto;
		padding:0 auto;
		width:748px;
		border:1px solid #000;
		height:60px;
		line-height:60px;

	}
	#footer p {
		text-align:center;
	}
