	*{
		padding: 0px;
		margin: 0px;
		border: 0px;
	}



	body{
		font: 12px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
		color: #FFF;
	}
	
		
	#index{
		width: 363px;
		margin: 100px auto;
		padding-top: 128px;
		background: transparent url(../images/index_title.gif) no-repeat 0 0;
		color: #8C8C8C;
	}
	
	#index a:link, a:visited, a:active, a:hover{
		color: #8F0000;
		text-decoration: none;
	}
	
	#index a:hover{
		color: #8C8C8C;
	}
	
	#index h1{
		font: 18px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
		font-weight: bold;
		padding-bottom: 5px;
		margin: 50px 0px 10px 0px;
		border-bottom: 1px solid #8C8C8C;
	}
	
	#index h2{
	width: 363px;
	text-align: right;
		float: right;
		text-transform: uppercase;
		padding: 2px 0px;
		letter-spacing: -1px;
	}
	
	#index h3{
		display: block;
		font-weight: normal;
		font-size: 9px;
		padding-bottom: 50px;
	}
	
	#index p{
		margin-bottom: 10px;
	}
	
	#index p span{
		font-weight: bold;
		display: block;
	}
	
	#index #footer{
		border-top: 1px solid #8C8C8C;
		padding-top: 5px;
		width: 363px;
		height: 5px;
		background: transparent url(../images/index_copyright.gif) no-repeat 0px 5px;
	}
	
	#index #footer #site{
		background: transparent url(../images/index_site.gif) no-repeat 0 0;
		width: 169px;
		height: 5px;
		float: right;
		overflow:hidden;
	}
	
	#index #footer #site:hover{
		background-position: 0px -5px;
	}
	
	#about{
		background: #e2e2e2 url(../images/bg.gif) repeat-x bottom;
	}
	
	#aboutContent{
		margin-top: -282px;
		height: 300px;
		position: relative;
		left:50%;
		width:920px;
		margin-left:-460px;
		color: #000;
		background: transparent url(../images/about_title.gif) no-repeat 0px 20px;
	}
	
	#aboutLink{
		display: block;
		position: absolute;
		bottom: 0px;
		margin-right: 0px;
		right: 0px;
		width: 105px;
		height: 16px;
		background: transparent url(../images/about.gif) repeat 0 0;
	}
	
	#about img{
		float: left;
		margin: 60px 40px 0px 0px;
	}
	
	#aboutContent p{
		text-align: justify;
		width: 150px;
		float: left;
		margin-top: 55px;
		margin-right: 10px;
		line-height: 20px;
		padding-top: 20px;
	}
	
	#main{
		background: #FFF url(../images/title.gif) no-repeat 17px 0px;
		position: relative;
		padding-top:40px;
		height: 640px;
		left:50%;
		width:955px;
		margin-left:-477px;
	}