/* CSS Document */

		body	{
		color: #bfbfbf;
		padding: 0px;
		margin: 0px;
		font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
		font-size: small;
		position: relative;
		}
		
		a	{
		text-decoration: none;
		color: #60baf3;
		}
		
		a:link	{
		text-decoration: none;
		color: #60baf3;
		}
		
		a:visited	{
		text-decoration: none;
		color: #60baf3;
		}
		
		a:hover	{
		text-decoration: none;
		color: #db5d2f;
		}
		
		a:active	{
		text-decoration: none;
		color: #db5d2f;
		}
		
		h1	{
			display: block;
			margin-left: 15px;
			width: 194px;
			height: 121px;
			overflow:hidden;
			text-indent:-5000em;
			background: url(../images/logo.png) no-repeat left top;
			margin-bottom:0;
		}
		
		
		h1 a {
			height: 100px;
			display: block;
		}
		
		
		h2	{
			color: #a5a5a5;
			font-size: 120%;
			margin-left: 18px;
		}
		
		
		h3	{
				margin-bottom: -5px;
				font-size: 120%;
				color: #a5a5a5;
			}
		
		
		h4	{
				font-size: 115%;
			}
		#sidebar {
			float: left;
			width: 220px;
			height: 550px;
			border-right: #ddd;
		}
		
		#main {
			position: absolute;
			left: 270px;
			top: 20px;
		}
		#title {
			background-position: 0px center;
			height: 300px;
			width: 500px;
			overflow:hidden;
			text-indent:-5000em;
			background-image: url(../images/astro.jpg);
		}
		
		#files li	{
			font-size: 115%;
			margin-left: -20px;
			padding-bottom: 10px;
			list-style-type: none;
			}
		
			
 		#download	{
			width: 136px;
			height: 35px;
			overflow:hidden;
			background: #fff url(../images/download-up.png) no-repeat left top;
			margin-bottom: 50px;
			}
			
		#download a {
			text-indent:-5000em;
			display: block;
			width: 123px;
			height: 40px;
			}
			
			
		#download a:hover	{
			background-image: url(../images/download-down.png);
			}
		
		
		#contact	{
			line-height: 15px;
			color: #595959;
			font-size: 86%;
			margin-left: 18px;
			}
		
		#contact strong	{
			font-size: 110%;
			}
		
		#contact a	{
			color: #7f7f7f;
			text-decoration: none;
			}
		
		#contact a:hover	{
			color: #db5d2f;
			text-decoration: none;
			}
		
		#footer {
			border-right: solid;
			color: #666666;
			font-size: 65%;
			margin-left: 18px;
			clear: both;
		}
		
		.content	{
				text-align: left;
				max-width: 550px;
				padding-right: 50px;
				padding-left: 0px;
				padding-bottom: 30px;
				padding-top: 0px;
				line-height: 18px;
				font-size: 94%;
				margin: 0px;
			}
		
		.heading	{
				color: #60baf3;
				font-weight: bold;
			}
		#images	{
				border-width: 1px;
				padding: 2px;
				border-color: #acaa9d;
				border-style: solid;
			}
		.copy	{
				text-align: justify;
				font-size: 95%;
				width: 500px;
				color: white;
			}
		#sidebar h3	{
				margin-left: 18px;
			}
		.boiler	{
				line-height: 1.2em;
				font-size: 85%;
			}
		
