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

* {
	margin: 0;
}
html {
	height: 100%;
	background:url(/images/bg.jpg) no-repeat top;
}


body {
	font-family: Tahoma, Arial, sans-serif;
	text-align: center;
	font-size: 0.8em;
	line-height: 20px;
	color:#8a2d2d;
	letter-spacing:0.03em;
	cursor:default;
	height: 100%
}
p {
	margin:0px 0px 17px 0px; 
}
a {
	outline:none;
	color: #bd9300;
	text-decoration: none;
}
a:hover {
	color: #d5bb5e;
	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:#bd9300;
	clear:both;
}
h3 {
	font-size: 1.4em;
	font-weight: bold;
	padding:5px;
	margin:0px 0px 20px 0px;
	font-weight:normal;
	color:#bd9300;
	background:#dfeef3;
}
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;
	background:url(/images/icon.png) no-repeat right;
}
h5 {
	font-size: 1em;
	font-weight: bold;
	padding:0px 0px 10px 0px;
	margin:0px 0px 20px 0px;
	font-weight:normal;
	color:#bd9300;
	border-bottom:1px dotted #dfeef3;
	clear:both;
}

img {
	border:0px;
	outline:none;
}
ul {
}
li {
}

