@import "header.css";
@import "nav.css";
@import "content.css";
@import "footer.css";
@import "multimedia_block.css";

html{
	margin:0;
	padding:0;
	height:100%;
}

body {
	margin:0;
	padding:0;
	height:100%;
	font-size:70%;	
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;	
	background:#000 url(../images/css/body-background.jpg) top repeat-x;
}

#top {
	width:100%;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
	color:#000;
	background:url(../images/css/top-background.jpg) bottom center no-repeat;
	position:relative;
}

.clear {
	clear: both;
}

a {
	color:#057805;
	text-decoration:none;
	cursor:pointer;
}
a:hover{text-decoration:underline;}
img{border:0;}

h1 {
	font-size:200%;		/* 19px */
	font-weight:bold;
}
h2 {
	font-size:150%;		/* 14px */
	font-weight:bold;
}
h3 {
	font-size:130%;		/* 12 px */
	font-weight:bold;
}
h4 {
	font-size:120%;		/* 11px */
	font-weight:bold;
	color:#2a770e;
}
h5 {
	font-size:110%;		/* 10px */
	font-weight:bold;
}
h6 {
	font-size:100%;		/* 10px */
	font-weight:bold;
	font-style:italic;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, table, form {
	margin:7px 0;
}

ul {
	margin-left:15px;
}

ol {
	margin-left:20px;
}

form table {
	margin:0;
}

option {
	padding-left:2px;
	padding-right:10px;
}

blockquote, dl, pre {
	margin:1em 4em;
}

dt {
	font-weight:bold;
}

dd {
	margin:1em 2em;
}

code {
	font-size:1.4em;
}

caption {
	font-weight:bold;
	font-size:1.3em;
	margin:0;
}

th {
	text-align:center;
}

fieldset { 
	padding:0.5em;
	margin:0em;
}

legend { 
	padding:0.5em;
	color:#0046d5;
}

input, select {
	font-size:100%;
	padding:1px;
}

textarea {
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;
	padding:1px;
}
