@charset "ISO-8859-1";

/* Resetting the CSS */
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;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}


/* Here we start with the basic settings */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	background:#000 url() repeat-x center top;
	background-attachment:fixed;
	margin-bottom:30px;
}

p {
	margin-top:20px;
}

	
h1 {
	font-size:1.4em;
	margin:20px 0 20px 0;
}
	
h2 {
	font-size:1.2em;
	margin:30px 0 20px 0;
	color:#FFC;
}
	
a {
	color:#999;
	font-weight:bold;
}
	
hr {
	width:55%;
	margin-top:40px;
	margin-bottom:40px;
}

	
a:hover {
	color:#FFF;
}
	

	
em {
	color:#FFC;
	font-style:normal;
}
	
strong {
	font-weight:bold;
}
	

/* Div id's boxes located in every page */

#wrap {
	width:800px;
	margin:0 auto;
}


#header {
	width:800px;
	margin:0;
}


#menu {
	width:800px;
	background-color:#000;
	margin-bottom:30px;
	
}
	


#content {
	background-color:#000;
	color:#999;
	text-align:justify;
}

#contact {
	width:800px;
	background:#000;
	margin-top:40px;
	font-size:1.2em;
	line-height:1.2em;
	color:#999;
	text-align:center;
}



/* Detailed stuff */


/* .text refers to the content text */


.text {
	margin:0 20px 0 20px;
	font-size:1.4em;
	line-height:1.4em;
	color:#999;
}

.textright {
	margin:20px 60px 0 60px;
	font-size:1.4em;
	line-height:1.4em;
	color:#999;
}


