html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, 
caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ol, ul            {list-style : none;}
:focus            {outline: 0;}
ins               {text-decoration: none;}
del               {text-decoration: line-through;}
table             {border-collapse: collapse;border-spacing: 0;}

body {
	display: flex;
	justify-content: center;
	line-height: 1;
	color: #000;
	background-color: #000;
	font-family: 'Arial';
	background-image: url(./images/StarFont.png);
	background-repeat: no-repeat;
	background-size: 1920px;
	background-attachment: fixed;
	background-position: center top;

}

img {
	display: flex;
	margin-left: 100px;
}

p{
	margin-bottom: 20px;
	text-align: justify;}

a {
	text-decoration: none;
	color: #1883ba;
}

h1, h2, h3{
	font-family: 'Capture', Arial;
	margin-bottom: 20px;
	font-weight: normal;
	font-style: normal;
}

h1{font-size: 32px;}
h2{font-size: 20px;}
h3{font-size: 15px;}

#container {
	width: 865px;
	margin: 0px auto;
	display: flex;
	flex-direction : column;
}


#header {
	width: 100%;
	padding: 30px;
	font-size: 36px;
	color: #fff;
	font-family: 'Capture', Arial;
}

.tabs {
	width: 100%;
	height: 31px;
}
.tabs li {
	float:  left;
	margin: 0;
	overflow: hidden;
}
.tabs li a {
	display: block;
	color: #fff;
	text-decoration: none;
	font: bold 11px/11px 'Arial';
	text-transform: uppercase;
	padding: 10px 15px;
	border-right: 1px solid #fff;
}

.tabs li a:hover {
		background-color: #00b3ff;

}

.active{background-color: #999}

#main_content {
	display: flex;
	flex-direction : row;
	flex-wrap : nowrap;
	width: 100%;
	background-color: #fff;
	padding: 20px;
}

.grid2, .grid1{
 	padding: 10px; 
	display: flex; 
	flex-direction:column;
	overflow: hidden;}
 
 
.grid2{width: 25%;font-size: 12px;}
.grid1{width: 75%;}

.box1{}

.box2{ 
  padding: 10px;
  background: #eee; 
}

#footer p {
	width: 100%;
	padding: 10px;
	padding-bottom: 50px;
	color: #fff;
	font: 10px Arial, sans-serif;
	text-align: right;
}

@font-face {
    font-family: 'Capture';
    src: url('./polices/Capture/Capture_it-webfont.eot');
    src: url('./polices/Capture/Capture_it-webfont.eot?#iefix') format('embedded-opentype'),
         url('./polices/Capture/Capture_it-webfont.woff') format('woff'),
         url('./polices/Capture/Capture_it-webfont.ttf') format('truetype'),
         url('./polices/Capture/Capture_it-webfont.svg#capture_itregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

code {
	white-space: pre;
	background-color: #eee;
	display: block;
	padding:  10px;
	margin-bottom: 18px;
	overflow: auto;
}
