body {
margin : 0;
padding : 0;
font : 73% verdana, helvetica, "Trebuchet MS", tahoma, arial, sans-serif;
line-height : 1.6em;
color : #666;
/* Old #FFCC99 */
/* New #FDECC1 */
background : #FDECC1;
}
			/*TOP BANNER*/
#header {
height : 200px;
margin-bottom : 30px;
color : #000;
background : transparent url(images/banner.jpg) no-repeat;
}
			/*TOP NAVIGATION*/
.container {
width : 99.9%;
padding : 2;
margin : 2;
}
#nav {
margin : 0;
padding : 0;
}
#nav li {
margin : 0;
padding : 0;
display : inline;
list-style-type : none;
}
#nav a:link, #nav a:visited {
	float : left;
	font-size : 130%;
	font-weight : normal;
	letter-spacing : 3px;
	padding : 10px 12px 6px 10px;
	text-decoration : none;
	color : #FFFFCC;
}
#nav a:link.active, #nav a:visited.active, #nav a:hover {
	color : #663300;
	background : transparent url(images/rounded.gif) no-repeat top center;
}
			/*3 COLUMNS*/
#main {
float : left;
width : 3%;
height : 1px;
}
#gutter {
float : left;
width : 5%;
height : 1px;
}
#col1 {
float : left;
width : 525px;
margin-bottom : 1em;
border-right : 0 dotted #ddd;
padding-right : 3%;
}
#col2 {
float : left;
width : 19%;
margin-left : 1%;
margin-bottom : 1em;
border-right : 0 dotted #ddd;
padding-right : 1%;
}
#col3 {
float : left;
width : 19%;
margin-left : 1%;
margin-bottom : 1em;
}
#col4 {
	float : left;
	width : 65%;
	margin-left : 3%;
	margin-bottom : 1em;
}
#col5 {
float : left;
width : 70%;
margin-left : 3%;
margin-bottom : 1em;
}
			/*FOOTER*/
#footer {
	clear : both;
	margin: 0;
	height: auto;
	padding : 5px;
	color : #fff;
}
			/*TYPOGRAPHY*/
h1 {
	margin-top : 0;
	padding : 6em 0 0 1em;
	text-transform: uppercase;
	font : 175% verdana, helvetica, "Trebuchet MS", sans-serif;
	color : #996600;
	background : inherit;
}
h2 {
	margin : 0;
	padding : 0.5em 0;
	text-transform : uppercase;
	font : normal 140% verdana, helvetica, "Trebuchet MS", sans-serif;
	color : #996633;
	background : inherit;
}
h3 {
margin : 0;
padding : 0.5em 0;
text-transform : uppercase;
font : normal 140% verdana, helvetica, "Trebuchet MS", sans-serif;
color : #996633;
background : inherit;
}
blockquote {
	font-weight : bold;
	font-style : italic;
	color : #CC9900;
}
p {
	text-indent: 1.5em;
	}
			/*LINKS*/
a {
	text-decoration : underline;
	color : #663300;
	background : inherit;
}
a:hover {
text-decoration : none;
color : #000;
background : inherit;
}
a img {
border : 0;
}
			/*PHOTO GALLERY*/
#gallery {
height : auto;
margin : 20px 0 0 5px;
}
#gallery1 {
height : auto;
margin : 10px 0 0 10px;
}
#gallery img {
float : left;
margin : 2px;
padding : 10px;
border : 1px solid #000000;
background: #CCCCCC;

}
#gallery1 img {
float : left;
margin : 2px;
padding : 10px;
border : 1px solid #990000;
}
			/*COLUMN 3 MENU*/
#col3 ul {
list-style : none;
margin : 20px 0 20px 0;
padding : 0;
}
#col3 ul li {
display : inline;
padding : 0;
margin : 0;
}
#col3 ul li a {
	display : block;
	color : #663300;
	background : inherit;
	text-decoration : none;
	margin : 0;
	padding : 5px 0 5px 0;
	border-bottom : 1px solid #990000;
}
#col3 ul li a:hover {
	text-decoration : none;
	background : #663300;
	color : #FFFFFF;
}
			/*SEARCH BOX*/
legend {
	font-weight : bold;
	color : #663300;
}
input {
	background : #ffffcc;
	color : #663300;
}
			/*CLASSES*/
.clear {
clear: left;
overflow: hidden;
width: 0;
height: 0;
}
.box {
color : #663300;
padding: 5px;
text-indent: 1.5em;
text-align: justify;
font-size: 0.9em;
}

.tb-head {
	border-collapse: collapse;
	width: 534px;
	padding: 0;
}

.tb-head td {
	text-align: center;
	vertical-align: middle;
}

.izd-third {
	background-color: #c7bb92;
}

.izd-second {
	background-color: #b4a46b;
}

.izd-first {
	background-color: #a39152;
	
}

.izd-head {
	background-color: #402000;
}


.books {
	border: 2;
	width: 534px;
	padding: 2;
}

/*-----------------------------------------------------------------------------------------------*/
/*                                         TOOLTIP STYLES                                        */
/*-----------------------------------------------------------------------------------------------*/

.tip {
	width: 212px;
	padding-top: 37px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 500;
	background: transparent url(images/tipTop.png) no-repeat top;}
	
.tipMid {background: transparent url(images/tipMid.png) repeat-y; padding: 0 25px 20px 25px;}
.tipBtm {background: transparent url(images/tipBtm.png) no-repeat bottom; height: 32px;}

.calcPanel {
position: absolute;
background: #666;
top: 50px;
right: 0;
display: none;
border:1px solid #111111;
width: auto;
height: auto;
padding: 10px 30px 10px 10px;
filter: filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95);
opacity: .95;
}
