/* ######################################################################### */
/* ## CSS Author: Mart Gordon for any help please mail martin@juretic.com ## */
/* ######################################################################### */

@import url("complex.css");

* {
   padding:0;
   margin:0;
   outline: 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;
	height: 100%;
}

/*
Basic styling for text etc. used by older browsers such as NN4.
*/

body {
	background: #fff;
	font-family: "verdana","helvetica",sans-serif;
	font-size: 62.5%;
	color: #333;
	margin: 0px;
	text-align:center;
    min-width:920px;
    min-height:585px;
}

p {
  	font-size: 11px;
  	line-height: 15px;
	font-weight:normal;
	padding: 0;
	margin: 0;
	margin-bottom: 11px;
}

ul {
	font-size: 1.2em;
	line-height: 1.8em;
	margin-bottom: 1.8em;
}

img {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

a img {
	border: none;
}

a {
	color: #c60;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active{
	text-decoration: underline;
}

h1 {
color:#333;
font-size: 1.2em;
font-weight: normal;
line-height: 1.2em; 
margin: 0;
width: 100%;
height: auto;
margin-bottom: 1em;
}
  
h2 {
color: #555;
font-size: 1.2em;
line-height: 1.2em;
margin-bottom: 20px;
font-weight: normal;
}

h3 {
color: #777;
font-size: 1.2em;
line-height: 1.2em;
margin-bottom: 1em;
font-weight: normal;
}

h4 {
color: #999;
font-size: 1.2em;
line-height: 1.2em;
margin-bottom: .5em;
font-weight: normal;
}

h5 {
color:#777;
font-size: 1.2em;
font-weight: normal;
line-height: 1.2em; 
margin: 0;
width: 100%;
height: auto;
}
  
h6 {
color: #aaa;
font-size: 1.2em;
line-height: 1.2em;
margin-bottom: 0;
font-weight: normal;
}

