
body {
	height: 100%;
	background-color: #000000;
	font-family: 'Arima Madurai', Arial, sans-serif;
	font-size: 10pt;
	line-height: 13pt;

	-webkit-text-size-adjust: none;
}

body, img, form {
	margin: 0px;
	padding: 0px;
}

div {
	position: relative;
}

a {
	position: static;
}

p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-align: justify;
}

.clearl {
	clear: left;
}

.clearr {
	clear: right;
}

.clear {
	clear: both;
}

h1 {
	font-family: 'Eagle Lake', Arial, sans-serif;
}

/*****************************************************************************/

#background {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: -1;
}

.stretch {
	width: 100%;
	height: 100%;
}

.container {
	width: 1020px;
	min-height: 580px;
	height: 100%;
	margin: 0px auto;

	color: #cccccc;
}

#header {
	width: 100%;
	height: 170px;

	background: #333333 url('images/header.jpg') no-repeat;
}

.menu {
	width: 100%;
	height: 30px;

	background-color: #477f24;
}

#content {
	width: 100%;
	height: 100%;
	min-height: 550px;

	background-color: #777777;

	font-size: 14pt;
	line-height: 17pt;
}

#content h1 {
	font-size: 18pt;
	line-height: 22pt;
	padding-bottom: 22pt;
}

#content ul {
	width: 100%;
	display: table;
	margin: 0;
	padding: 0;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}

#content li {
	vertical-align: top;
	text-align: center;
	display: table-cell;
	table-layout: fixed;
	margin: 0;
	padding: 0;
}


#footer {
	width: 100%;
	height: 30px;

	background-color: #2b4d15;
	text-align: right;
}

#content div {
	padding: 15px;
}

#menu div, #footer div {
	padding: 7px 15px 5px 15px;
}

a:link {
	color: #cccccc;
	text-decoration: none;
}

a:visited {
	color: #cccccc;
}

a:hover, a:active {
	color: #b2023f;
}


