/* ######################################################################### */
/* ## CSS Author: Mart Gordon for any help please mail martin@juretic.com ## */
/* ######################################################################### */

@import url("complex.css");

* {
   padding:0;
   margin:0;
}

h1, h2, h3, h4, h5, h6, p, blockquote,
 form, label, ul, ol, dl, fieldset, address, hr {
    margin-bottom: 20px;
}

html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/*
Basic styling for text etc. used by older browsers such as NN4.
*/

body {
	background: #232323 url('/editable/_images/_backgrounds/home-background.jpg') no-repeat top center;
	font-family: arial, helvetica, sans-serif;
	font-size: 70%;
	color: #333;
	margin: 0px;
}

p {
  	font-size: 1.2em;
  	line-height: 1.5em;
	font-weight:normal;
	padding: 0;
	margin: 0;
	margin-bottom: 1.5em;
}

ul {
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

img {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

a img {
	border: none;
}

a {
	color: #BA0029;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active{
	text-decoration: underline;
}

h1 {
color: #D3202A;
font-size: 1.8em;
font-weight: bold;
font-family: arial, helvetica, sans-serif;
margin: 0;
margin-bottom: 1em;
}
  
h2 {
color: #D3202A;
font-size: 1.6em;
font-weight: bold;
font-family: arial, helvetica, sans-serif;
margin: 0;
margin-bottom: 1em;
text-transform: uppercase;
}

h3 {
	font-size: 11pt;
	color: #D3202A;
	font-family:  Arial, Helvetica, sans-serif;
	line-height: 90%;}


hr {
width: 100%;
clear: left;
float: left;
margin: 0  0 1.5em 0;
height: 1px;
border: 0;
border-top: 1px solid #393939;
}