html {-webkit-text-size-adjust:none}

//div { behavior: url('styles/iepngfix.htc') }
div#content img { behavior: url('styles/iepngfix.htc') }
div#header img { behavior: none }
//img { behavior: none; }

	body {
		background-color: #000; 
		font-family:sans-serif; 
	}
	
	#outer {
		padding-top: 35px;
		padding-left: 30px;
		padding-bottom: 0px;
		padding-right: 0px;	
	}

	#inner {
		background: url('../images/bg_1000.png') ;
		background-repeat: no-repeat; 
		padding-left: 20px;
		padding-right: 0px;	
		padding-top: 20px;
		width: 1010px;
		height: 580px; 	 		
	}

	#header {
		padding-left: 0px;	
	}
	
	#content {
		background-color: #fff;
		width: 875px; 
	}

	table.content {
		border-collapse:separate;
		border-spacing:10px 20px;
	}

	p {
		font-size:11px;
		color:#444;
		line-height:110%;
		margin-top:0px;
		padding-top:0px;
		padding-bottom:0px;
		padding-left:0px;
		margin-bottom:0px;
		text-align:justify;
		font-weight:70
	}


	h4 {
		font-size:12px;
		color:#222;
		line-height:120%;
		margin-top:0px;
		padding-top:0px;
		padding-bottom:0px;
		padding-left:0px;
		margin-bottom:0px;
		border-bottom:none;
		text-align:justify;
		font-weight:400;
	}
	

	a {
		color: #bbb;
		text-decoration: none;
	}
	
	a:link {
		color: #bbb;
		text-decoration: none;
	}
	
	a:visited {
		color: #bbb;
		text-decoration: none;
	}

	a:hover {
		color: #000;
		text-decoration: none;
		background-color: none;
	}
	
	a:active {
		text-decoration: none;
	}


	a.grey {
		color: #111;
		text-decoration: none;
	}
	
	a.grey:link {
		color: #111;
		text-decoration: none;
	}

	a.grey:visited {
		color: #777;
		text-decoration: none;
	}
	
	a.grey:hover {
		color: #000;
		text-decoration: none;
		background-color: none;
	}

	a.grey:active {
		text-decoration: none;
	}
	
	
		
	img {
		border-style: none;
		margin: 0px;
		hspace: 0px;
		vspace: 0px;
		padding: 0px;
		vertical-align:middle;
	}
	
	img.screenshot { 
		display: block;
	    margin-left: auto;
	    margin-right: auto;
	}

	img.float {
		float: left;
		margin-right: 10px;
	}

	img.rightmargin {
		margin-right: 20px;
	}