@import "layout.css";
@import url('layout.css');
@import "nav.css";
@import url('nav.css');
@import "form.css";
@import url('form.css');

* {
	margin: 0;
}
html {
	height: 100%;
}


body {
	font-family: Arial, sans-serif;
	text-align: center;
	font-size: 0.8em;
	line-height: 20px;
	color:#fff;
	letter-spacing:0.03em;
	cursor:default;
	height: 100%;
	background:url(images/bg.jpg) no-repeat top #01111a;
}
p {
	margin:0px 0px 17px 0px; 
}
a {
	outline:none;
	color:#0CF;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
h1 {
	font-size: 1.5em;
	font-weight:bold;
	padding:0px 0px 20px 0px;
	margin:0px;
}
h2 {
	font-size: 1.8em;
	font-weight: bold;
	padding:0px 0px 20px 0px;
	margin:0px;
	font-weight:normal;
	color:#fff;
	clear:both;
}
h3 {
	font-size: 1.4em;
	font-weight: bold;
	padding:0px 0px 20px 0px;
	margin:0px 0px 20px 0px;
	font-weight:normal;
	color:#fff;
	border-bottom:1px dotted #ccc;
}
h4 {
	font-size: 1.2em;
	font-weight: bold;
	padding:0px 0px 10px 0px;
	margin:0px 0px 20px 0px;
	font-weight:normal;
	color:#bd9300;
	border-bottom:1px dotted #bd9300;
}

img {
	border:0px;
	outline:none;
}
ul {
	padding:20px 0 20px 0;
	margin:0 0 0 20px;
}
li {
}
ol {
	padding:20px 0 20px 0;
	margin:0 0 0 20px;
}
