@charset 'UTF-8';

@font-face{font-family:'FontAwesome';src:url('font/fontawesome-webfont.eot?v=4.0.1');src:url('font/fontawesome-webfont.eot?#iefix&v=4.0.1') format('embedded-opentype'),url('font/fontawesome-webfont.woff?v=4.0.1') format('woff'),url('font/fontawesome-webfont.ttf?v=4.0.1') format('truetype'),url('font/fontawesome-webfont.svg?v=4.0.1#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}


body
	{
		font-family: 'Open Sans', sans-serif;
		font-size: 10px;
		color: #e8ebf3;
		background: url('css/images/bg02.jpg');
		text-transform: uppercase;
		border: none;
		outline: 0;
	}
	
h1 {
		color: #e8ebf3;
		text-decoration: none;
		border: solid 1px rgba(255,255,255,0.35);
		border-left: 0;
		border-right: 0;
	
	}
	
a {
	color: #e8ebf3;
	outline: none;
	}
	
img {
border:0 none;
} 
	
header {
	width: 800px;
	height: 520px;
	background-color: rgba(255,255,255,0.1);
	border-radius: 8px;
	margin-top: 50px;
	font-size: 15px;
	
	}
	
	#banner h2
		{
			border: solid 1px rgba(255,255,255,0.35);
			border-left: 0;
			border-right: 0;
			color: #fff;
			color: rgba(255,255,255,0.75);
			font-size: 2.35em;
			font-weight: 700;
			line-height: 1.3em;
			margin: 0 0 1.5em 0;
		}
		
			#banner h2 strong
			{
				font-weight: 800;
				color: inherit;
			}
		
			#banner h2:before
			{
				content: '';
				display: block;
				border-top: solid 1px;
				border-color: #888;
				border-color: rgba(255,255,255,0.35);
				margin: 10px 0 1.25em 0;
			}

			#banner h2:after
			{
				content: '';
				display: block;
				border-bottom: solid 1px;
				border-color: #888;
				border-color: rgba(255,255,255,0.35);
				margin: 1.25em 0 10px 0;
			}