@import "starter.css";

body 		{
				background-color: #e7d157; 
				
			}

h1			{
				color: #1c4fa6;
				font-size: 1.4em;
				font-weight: bold;
				font-family: Bodini BT, Georgia, "Times New Roman", Times, serif; 
				padding: 7px 0;
			}
			
h2			{
				color: #1c4fa6;
				font-size: 1.3em;
				font-weight: bold;
				font-family: Bodini BT, Georgia, "Times New Roman", Times, serif; 
				padding: 7px 0;
			}
p			{
			color: #1c4fa6;
			font-size: 1.1em;
			font-weight: normal;
			font-family: Bodini BT, Georgia, "Times New Roman", Times, serif; 
			padding: 5px 0;
			}
#container	{
				position: relative;
				margin: 0 auto;
				padding:15px  0;
				width:900px;
				background-color: #e7d157;
				background-image: url(images/container_bg.gif); 
				border-bottom: #924513 1px solid;
			}
ul#nav 		{ 
				width: 900px;
				height: 73px;
				border-bottom: #924513 1px solid;
				padding: 0 0 15px 0;
			}
ul#nav li { display: inline; }
ul#nav li a { 
				float: left;
				width: 280px;
				height: 73px;
				display: block;
				padding: 0 10px; 
				overflow: hidden;
				text-indent: -9000px;
				background-position: 0px 0px;
				background-repeat: no-repeat;
			}
ul#nav li a:hover, ul#nav li a.selected,ul.select li#clubs a {  background-position: 0px -73px; }
ul#nav li#about a { width: 280px; background-image: url(images/about.gif); }
ul#nav li#inside a { width: 280px; background-image: url(images/inside.gif); }
ul#nav li#authors a { width: 280px; background-image: url(images/authors.gif); }

#ptitle		{	width:900px;
				height:65px;
				padding: 10px 0;
				background-image: url(images/hdr_igtbd.gif);
				background-position: center;
				background-repeat: no-repeat;
				overflow: hidden;
				text-indent: -9000px;
			}
#homebook	{
				width:536px;
				height:538px;
				position: relative;
				float: left;
				background-image: url(images/home_book.gif);
				background-position: center;
				background-repeat: no-repeat;
				overflow: hidden;
				text-indent: -9000px;
			}			
			
#homeprofit	{
				width:302px;
				height:32px;
				position: absolute;
				top: 600px;
				left: 500px;
				background-image: url(images/home_profit.gif);
				background-position: center;
				background-repeat: no-repeat;
				overflow: hidden;
				text-indent: -9000px;
			}						
#homewhats	{
				width:334px;
				height:231px;
				position: absolute;
				top: 200px;
				left: 500px;
				background-image: url(images/home_whats.gif);
				background-position: center;
				background-repeat: no-repeat;
				overflow: hidden;
				text-indent: -9000px;
			}					
#homebuy		{	
			width:263px;
				height:150px;
				position: absolute;
				top: 645px;
				left: 500px;
			}
p.inside	{
				text-align: center;
				border: 2px #1c4fa6;
			}
.insidepic	{	
				border: 2px solid #1c4fa6;			
			}	
#insidewhats	{
				width:334px;
				height:91px;
				position: realtive;
				float: left;
				margin: 0 40px 0 50px;
				background-image: url(images/home_whats.gif);
				background-position: bottom;
				background-repeat: no-repeat;
				overflow: hidden;
				text-indent: -9000px;
			}							
#insidebuy		{	
				margin: 10px 80px 10px 10px;
				width:263px;
				float: right;
				position: relative;
				
			}
#footer		{	position: relative;
				margin: 0 auto;
				width:900px;
				background-image: url(images/footer_bg.gif);
				background-position: 0px 0px;
				background-repeat: no-repeat;
			}
#footer	p 	{
				text-align: center;
				color: #1c4fa6;
				font-size: 1.2em;
				font-family: Bodini BT, Georgia, "Times New Roman", Times, serif; 
				padding: 5px 0;
				}
#footer a, #footer a:visited			{	
				margin: 0 2px;
				color: #1c4fa6;
				text-decoration: underline;
			}
#footer a:hover		{
				margin: 0 1px;
				color: #1c4fa6;
				background: #fff;
				border: #1c4fa6 1px solid;
				text-decoration: none;
}
td { }

a:link { }

a:visited { }

a:hover { }

a:active { }

