@charset "UTF-8";
/* CSS Document */



/* Meyer Reset */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Center Content */

.centered { 
  margin:0 auto;
  width:1000px;
}


/* Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

@font-face
{
    font-family: destroy_;
    src: url('destroy_.ttf');
}

body {
	background:#040c37;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
    }

div#content {
	margin:0 auto;
	width:1000px;
	height:800px;
	background:#040c37;
  }



header {
	background-image: url("../images/index_top.png");
    background-repeat: none;
    height: 200px;
    width: 100%;
	}


section#left_wide {
	padding-right: 0px;
	margin: 0 0px 0px 0;
	width: 100%;
	float: left;
	height: 540px;
	}

	
h1 {
	font-family:destroy_;
	font-size: 35px;
	color:green;
	}

h1.linebreak {
	padding-top:40px;
	}


h2 {
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:black;
	line-height: 22px;
	font-weight: bold;
	padding-bottom: none;
	}



p {
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:black;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	line-height: 18px;
	}
	
p#no_space {
	margin: 0px;
	}


footer {
	text-align:center
	}
	


.footer {
	font-family:Arial, Verdana, Geneva, sans-serif;
	font-size: 11px;
	color:white;
	}

.footer a {
	font-family:Arial, Verdana, Geneva, sans-serif;
	font-size: 11px;
	color:green;
	text-decoration:underline;
	}

.footer a:hover {
	font-family:Arial, Verdana, Geneva, sans-serif;
	font-size: 11px;
	color:red;
	}
