@charset "utf-8";
/* CSS Document */

body
	{
		background: #000;
		font-size: 62.5%;
		color: #b2b2b2;
	}

img
	{
		border: 0;
	}

a 
	{
		color: #66ccff;
		font-weight: none;
		text-decoration: none;
	}
a:hover
	{
		color: #66ccff;
		text-decoration: underline;
	}

.wrapper
	{
		margin: 0 auto;
		width: 980px;
	}

.header
	{
		width: 601px;
		margin: 10px 0 6px 380px;
	}

.flash
	{
		padding-bottom: 21px;
		
	}

.content
	{
		background: #2b2b2b url(../images/home_content-bg.gif) top no-repeat;
		padding: 19px 8px 29px 18px;
		width: 954px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 133%;
		height: 100%;
	}
	.content ul
		{
			padding-left: 20px;
		}
	.content ul li
		{
			list-style-image: url(../images/arrow.gif);
		}
	.content .media-ent
		{
			width: 300px;
			padding-right: 20px;
			float: left;
		}
	.content .train-sim
		{
			width: 300px;
			padding-right: 20px;
			float: left;
		}
	.content .news
		{
			width: 291px;
			float: right;
			padding-top: 35px;
		}
			.content .news strong
				{
					color: #e5e5e5;
					font-size: 13px;
				}
	.content .clear
		{
			clear: both;
		}
	
.footer
	{
		text-align: right;
		padding: 0 20px 25px 0;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 133%;
	}
