/* TukTastic.com */
/* CSS By Chris Pugh - Avihosts */

body				 		{
								font-family: verdana, arial, helvetica, sans-serif;
								color: #993333;
								background-color: inherit;
								}
								
a, a:visited		{
								color: #0D53A2;
								background-color: inherit;
								font-size: 16px;
								text-decoration: none;
								}
								
a:hover					{
								color: #0D53A2;
								background-color: inherit;
								font-size: 16px;
								text-decoration: underline;
								}

.imglink img		{
				 				border-style: none;
				 				}								
								
#container			{
								position: absolute;
								left: 50%;
								width: 720px;
								margin-left: -360px;
								height: 500px;
								text-align: left;
								background: transparent url(images/tukback.jpg) 0 0 no-repeat;
								}
								
/* Left Navigation Bar */
#navbar					{
								float: left;
								margin-top: 200px;
								width: 160px;
								text-align: center;
								color: #0D53A2;
								background-color: inherit;
								font-size: 10px;
								}
								
#navbar a, #navbar a:visited    
					 		  {
								margin: 10px 40px 10px 20px;
								display: block;
								border: 1px solid black;
								width: 120px;
								height: 20px;
								font-size: 12px;
								line-height: 18px;
								color: #993333;
								background-color: #F4E128;
							  text-decoration: none;
						 	  }
								
#navbar a:hover
							  {
								margin: 10px 40px 10px 20px;
								display: block;
								width: 120px;
								height: 20px;
								font-size: 13px;
								line-height: 18px;
								background-color: #993333;
							  color: #ffffff;
							  text-decoration: none;
							  }
								
/* Main Content Styles */
#maincontent		{
								position: absolute;
								right: 20px;
								width: 500px;
								float: left;
								margin-top: 170px;
								margin-right: 10px;
								}
								
#rightimg      {
								float: right;
								margin: 20px 0px 20px 20px;
                }
								
#leftimg        {
								float: left;
								margin: 20px 20px 20px 0px;
                }
								
h1							{
								text-align: center;
								font-size: 16px;
								background-color: inherit;
								}

.comment				{
							  font-size: 14px;
								text-align: left;
								font-style: italic;
								}

.whofrom				{
								magin-top: 0;
								font-size: 12px;
								text-align: right;
								font-style: bold;
							  color: #0D53A2;
								}